
.topmenu{
	margin: 50px 10px 0px 0px!important;
	margin: 55px 10px 0px 0px;
	padding:0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	float: right;
	vertical-align:bottom;	
}

.topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

.topmenu ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
	padding: 15px 0px 0px 0px!important;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.topmenu ul li{
	display: inline;
	margin: 0px;
	padding:0px;
}

.topmenu li a{
	text-decoration: none;
	padding: 10px 10px 0px 10px;
	margin: 10px 3px 0px 0px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	
}

.topmenu li a:hover{
	color: #F68603;
}
.topmenu li a:active{
color: #F68603;
}

.topmenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font:normal 12px Verdana;
	color:#FFFFFF;
	line-height:18px;
	z-index:100;
	background-color: #022C42;
	width: 200px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 2px 2px 2px;;
	margin:0px;
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color:#FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #F68603;
	background-color:#0F5078;
}


/* Bottom Menu */


.bottommenu{
	margin: 10px 0px 0px 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 3px 0px 3px 0px;
	color:#2F3031;

}

.bottommenu li{
	display: inline;
	margin: 0px;
	text-align: center;
}

.bottommenu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color:#2F3031;
}

.bottommenu li a:hover{

color: #F68603;
}

.bottommenu li a:active{
color: #F68603;
}


