/* menu design */
#dmenu_topnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background-repeat: no-repeat;
	z-index: 99;
}
.topmenuli_topnav {
	list-style-type:none;
	float:left;
}
.topmenutitle_topnav {
	display:block;
	width:125px;
	height:17px; /* make sure this is accurate */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin: 12px 0px 5px 0px;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
	text-align:center;
}
.topmenutitle_topnav:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.submenuul_topnav {
	list-style-type:none;
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding:0;
	display:none;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.submenuli_topnav a:link {
	display:block;
	width:150px;
	padding: 7px 0px 7px 5px; /* use the padding here to adjust the height of the subnav */
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	background:#666666;
	text-decoration: none;
	border-bottom: 0px solid #efefef;
	border-top: 0px solid #F5F5F5;
}
.submenuli_topnav a:hover { /* effects the color and background of the hovered drop down lists*/
	background-color:#999999;
	color: #ffffff;
	text-decoration: none;
}
.submenuli_topnav a:visited { /* effects the color and background of the visited drop down lists*/
	display:block;
	width:150px;
	padding: 7px 0px 7px 5px; /* use the padding here to adjust the height of the subnav */
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	background:#666666;
	text-decoration: none;
	border-bottom: 0px solid #efefef;
	border-top: 0px solid #F5F5F5;
}
 .submenuli_topnav a:selected { /* effects the color and background of the selected drop down lists*/
	 background-color:#666666;
	 color: #ffffff;
	 text-decoration: none;
}
