.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: 2px 0;
margin-left: 2px;
margin-right: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-right: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

.chromestyle ul li a{
color: #fff;
padding: 1px 1px;
text-decoration: none;
border-right: 0px; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #72A8DC;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #142D43; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #F1EBDF;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-align: left;
border-bottom: 1px solid #142D43; /*THEME CHANGE HERE*/
padding: 0;
padding-left:3px;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
background-color: #2B4F71;
}
