body {
behavior: url("csshover3.htc");
}

ul {  
  font-family: Arial, Verdana;  
  font-size: 12px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;
}

ul li {  
  display: block;  
  position: relative;  
  float: left;  
  width: 142px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: black;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: black;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: black;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: black;
}

li ul {  
  display: none;
}

ul li a {  
  display: block;  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  text-decoration: none;  
  white-space: nowrap;  
  color: white;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: white;  
  margin-left: 1px;
}

ul li a:hover {  
  background-color: blue;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

li:hover ul {  
  display: block;  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

li:hover ul li {  							// added just to widen pulldown menu
  display: block;  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
 /* width: 150px; */
}

li:hover li a:hover {  
  background-color: blue;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#drop-nav li ul li {  
  border-top-width: 0px;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;
}

