.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: 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:12px;
	color: #ffffff;
	font-weight:bold;
	padding: 0px 11px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #ADED7C; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
width:150px;
position:absolute;
top: 0;
border: 1px solid #d668a7; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
background-color:#d668a7;
visibility: hidden;
margin-left:9px;
}


.dropmenudiv a{
display: block;
border-bottom: 1px solid #e7a1ca; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#fde5f3;
color:#7a463c;
}