/* Basic code - don't modify */
 
 #nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 50;
}
  #nav li {
	position: relative;
}
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
    #nav li ul li {
	float: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 23px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CFDFF1;
	border-right-color: #CFDFF1;
	border-bottom-color: #CFDFF1;
	border-left-color: #CFDFF1;
}
    
/* Essentials - configure this */

#nav ul {
	width: 185px;
}
#nav *:hover { background-color: none; }
  #nav ul {
	top: 46px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	background-color: #FFFFFF;
}
   #nav li ul li a {
	background-image: url(bulet02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	float:left;
	height: 23px;
	line-height: 21px;
	width:170px;
	color: #2A5B91;
}
#nav li ul li a:hover{
	color: #000000;
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
