/* 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;
}
/*affects the order of the links in the subnav*/
.topmenuli_topnav{
	list-style-type:none;
	float:left;
}
/* affects only the very top links in the nav bar */
.topmenutitle_topnav{
	display: block;
	width: 145px;
	height:15px; /* make sure this is accurate */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #99ffff;
	margin: 6px 0px 6px 0px;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
/*affects the list display properties of the sub nav*/
.submenuul_topnav {
	list-style-type:none;
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:none;
}
/* affects the display properties of the subnav */
li:hover ul , li.over ul{ 
	display: block;
}
/*color of the dropdowns unhovered*/
.submenuli_topnav a:link{
	display:block;
	width: 160px;
	padding: 5px 0px 5px 3px; /* use the padding here to adjust the height of the subnav */
	background-color: #3c6674;
	/*background-image: url(images/navoff.jpg);*/
	text-decoration: none;
	color: #c0c0c0;
	border-bottom: 0px solid #E5E5E5;
	border-top: 0px solid #F5F5F5;
}

/*color of the dropdowns visited*/
.submenuli_topnav a:visited{
	display:block;
	width: 160px;
	padding: 5px 0px 5px 3px; /* use the padding here to adjust the height of the subnav */
	background-color: #3c6674;
	text-decoration: none;
	color: #c0c0c0;
}

/*color of the dropdowns unhovered*/
.submenuli_topnav a:hover{
	display:block;
	/*
	width:168px;
	height: 20px;*/
	color: #3c6674;
	background-color: #222222;
}

.title {
width: 770px;
margin: 0px auto -10px auto;
padding: 0px 0px 0px 0px;
text-align: center;
}


