.chromestyle{
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	float:left;
	width:100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 16px;
	background-color: #CB5369;

}

/*.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}*/

.chromestyle ul{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 16px;
}
.chromestyle ul img{
	display:none;
}

.chromestyle ul li{
	display: inline;
	background-color: #eeeeee;
 }

.chromestyle ul li a{
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	float: left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#ffffff; /*THEME CHANGE HERE*/
	text-decoration: underline;
}

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

.dropmenudiv{
position:absolute;
line-height:20px;
font-size:11px;
margin-left:5px;
margin-top:5px;
padding-bottom:8px;
font-weight:normal;
z-index:100;
background:#261C1C;
visibility: hidden;
}


.dropmenudiv a{
background:url(dotted.gif) bottom;
background-attachment:scroll;
background-repeat:repeat-x;
margin-right:13px;
width: 140px;
display: block;
text-decoration: none;
color: #70634F;
font-stretch:normal;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#C3C0BB}