.navstyle{
	width: 100%;
}

.navstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.navstyle ul li{
	display: inline;
}

img, .navstyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	font-size: 11px;
}

.navstyle ul li a:hover, .navstyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: none; /*THEME CHANGE HERE*/

}
.overstate{ /*script dynamically adds a class of "selected" to the current active menu item*/

}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	width: 187px;
	visibility: hidden;
	text-align: center;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #2B5180;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #203D60;
}
