	
.chromestyle{
	font-size:12px;
width: 100%;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
background-image:url(../images/link_bg.jpg);
background-repeat:repeat-x;
height:29px;
/*border: 1px solid #000;
/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding: 0;
margin: 0;
/*text-align: center; set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color:#000;
font-weight:bold;
}

.chromestyle ul li a{
 color:#000;
 font-size:12px;
padding-left:23px;
padding-right:23px;
padding-top:4px;
padding-bottom:10px;
text-transform:uppercase;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#00c0ff; background-color:#fff; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:-3px;
_margin-top:-4px;

top: 0;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:12px;
line-height:18px;
z-index:100;
background-color: white;
width: 170px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;

color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1ac6ff;
color:#fff;
}
.client_link{ margin-left:-73px}