.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/*A.services {
	background:url(../images/services_btn.jpg) no-repeat top left;
	width:71px;
	height:21px;
	cursor:pointer;
	display:block;
}
A.services:hover {
	background:url(../images/services_btn_hover.jpg) no-repeat top left;
	width:71px;
	height:21px;
	cursor:pointer;
	display:block;
}*/


.chromestyle ul{
/*	width: 71px;
	height:21px;
	cursor:pointer;*/
	display:block;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#275183;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
background: url(../images/services_btn.jpg) center center repeat-x; /*THEME CHANGE HERE*/
width:71px;
height:21px;
display:block;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/services_btn_hover.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
margin-top: 7px;
border: 1px solid #035597; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:16px;
z-index:100;
background: #00a9e1;
width: 200px;
visibility: hidden;
filter:alpha(opacity=85);
opacity: 0.85;
-moz-opacity:0.85;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #035597; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:white;
}

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

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

.wh_link{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.wh_link:hover{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
	}