 .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 solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #ADED7C; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
width:130px;
position:absolute;
top: 0;
border: 1px solid #747474; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:14px;
z-index:100;
background-color:#ffffff;
visibility: hidden;
margin-left:0px;
}


.dropmenudiv a{
display: block;
border-bottom: 1px solid #747474; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none;
color: #6d6f72;
}

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