.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: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	/*background-color:#e75f85;*/
	background-image:url(../images/linkBG01.jpg);
	color: #ffffff;
	padding: 4px 11px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #ADED7C; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
font-weight:bold;
line-height:17px;
z-index:100;
/*background-color:#e75f85;*/
background-image:url(../images/dropDownBg.jpg);
visibility: hidden;
margin-left:0px;
}


.dropmenudiv a{
display: block;
border-bottom: 0px solid #000000; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color:#e75f85;*/
color:#8d0128;
}