#nav { 
  top:0px; 
  padding:0px;
  margin:0px;
  list-style: none;
  border-bottom: 1px #ccc;
  position:relative;
  font-size: 10px;
  line-height: 12px;
  width: 200px;
  left: 0px;
  overflow:visible;
  }
  
#nav li {
  position: relative;
  border-bottom:none;
  display:block;
  height: auto; /*auto */
  margin:0px;
  background-color: transparent;
  width: auto;
  }
  
 li ul {
  position: absolute;
  left: 150px; /* Set 1px less than menu width */
  top: 0;
  display: none;
  }

/* Styles for Menu Items */
#nav li a {
  display: block;
  text-decoration: none;
  color: #777;
  padding: 2px 5px 3px 10px;
  border: 1px solid #ccc; /* IE6 Bug */
  border-bottom: 1px solid #2B2B28;
  margin:0px; /*helps Opera with hover */
  width:173px; /* helps IE with hover */
  height: auto;
  color: #000000;
  background-color: #999999;
  border-top: 1px solid #FFFFFF;
  }

  #nav a.toplevel{

	text-decoration:none; 

	display:block;

	padding: 2px 5px 3px 10px;  

	margin:0px; /*helps Opera with hover */

	width:175px; /* helps IE with hover */

	height: auto;

	color: #FFFFFF;

	background-color: #999999;

	border-top: 1px solid #b7cee5;

	border-bottom: 1px solid #5f8db9;

	font-weight: bold;
	
	font-size:11px;

	border-left: none;

	border-right: none;

}

#nav a.toplevel:hover{

	background-color: #cccc00; 

	color: #000000;

	border-top: 1px solid #525252;

	border-bottom: 1px solid #909090;

}

#nav a:hover{

	background-color: #cccc00; 

	color: #000000;

	border-top: 1px solid #525252;

	border-bottom: 1px solid #909090;

}
/* End hide from IE5/mac */
.bolder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	line-height: 33px;
}
a.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
	font-weight: bold;
}
a.textbold:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000CC;
	font-weight: bold;
}
/* Holly Hack. IE Requirement \*/ 
* html #nav li { float: left; height: 1%; }
* html ul li a { height: 1%; }
* html #test li {list-style-type: disc;}
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
-->