.chromestyle{
width: 100%;
font-weight: normal;
font-size:14px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 10px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	color:#FBFAF4;
}

.chromestyle ul li a{
color: #FBFAF4;
padding: 9px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

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

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

.services_menu_items{
	position:absolute;
	top: 0;
	border: 1px solid #c07b9d; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #792F50;
	width: 150px;
	visibility: hidden;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FBFAF4;/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.services_menu_items a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #c07b9d; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FBFAF4;
}

* html .services_menu_items a{ /*IE only hack*/
width: 100%;
}

.services_menu_items a:hover{ /*THEME CHANGE HERE*/
background-color: #FBFAF4;
color:#82345b;
}
