/*menu stuff below*/

#nav {
  color: #fff;
  background: transparent url("..//bg_css/nav-bkg.jpg") repeat-y top left;
  left: 0px;
  list-style: disc;
  margin: 0px;
  padding: 3px 0px 3px 0px;
  width: 100%;
  position: relative;
}
#nav li{
  border-bottom: 0px solid #999999;
  border-right: 0px solid #fff;
  display: block;
  font-size: 0px; /* because IE7 is dumb */
  line-height: 0px; /* because IE7 is dumb */
  margin: 0px;
  padding: 0px;
  width: 195px;
  position: relative;
  background: transparent;
}
#nav ul{
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
  display: none;
  left: 195px;
  list-style: none;
  background: transparent url("..//bg_css/nav-bkg.jpg") repeat-y top left;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  position: absolute;
  z-index: 100;
  top: 0px;
}
#nav a{
  background-color: transparent;
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  border-top: 1px dashed #ddd;
  background: transparent url("..//bg_css/bullet.gif") no-repeat left center;
  padding: 4px 5px 4px 15px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#nav a:hover{
  background-color: #7187BB;
  color: #000000;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul{
  display: none;
}
#nav li:hover ul,
#nav ul li:hover ul,
#nav ul ul li:hover ul{
  display: block;
}
li>ul {
  top: auto;
  left: auto;
}
/* Win IE only \*/
* html #nav li{
  float:left;
  display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */
