.chromestyle{
	width: 60%;
	font-weight: bold;
	font-family: helvetica, Arial;
	font-size: 13px;
	float: left;
	
}

.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%; /*THEME CHANGE HERE*/
	padding: 13px 10px 10px 5px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding:13px 10px 10px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #000000;
}

.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 {
background-color:#00253C;
border-color:#707070;
border-left:1px solid #707070;
border-right:1px solid #707070;
border-style:solid;
border-top:1px solid #707070;
color:#FFFFFF;
font-family:Verdana;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
position:absolute;
visibility:hidden;
width:200px;
z-index:100;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 7px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #1a3b4f;
}

