.chromestyle{
width: 100%;
font-weight: bold;
}

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

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-weight:bold;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 3px;
z-index:100;
width: 161px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: 131px;
display: block;
padding: 5px 10px 5px 10px;
text-decoration: none;
font-size: 11px;
color: #fff;
font-weight:bold;
position: relative;
margin: 0 auto;
right: 1px;
}

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

.dropmenudiv img {
	display: block;
}

.dropBG {
	width: 161px;
	background-image: url(../images/navbg_07.png);
	background-repeat:repeat-y;
}

.dropRule {
	height: 1px;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px dashed #fff;
	width: 75%;
}
