.chromestyle{
	width: 99%;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
padding: 1px 0;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-right: 6px;
margin-left: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.chromestyle ul li a{
color: #ffffff;
padding: 1px 1px;
margin: 0;
text-decoration: none;
border-right: 0px; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
margin-left: -20px;
margin-top: 5px;
border: 1px solid #5286B8; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #0066CC;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
padding:0;
padding-left: 3px;
border-bottom: 1px solid #5286B8; /*THEME CHANGE HERE*/
padding: 0;
padding-left:3px;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/


}
