	
.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-repeat:repeat-x;
height:40px;

/*border: 1px solid #000;
/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
margin: 0;
padding:0;

/*text-align: center; set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	font-family:Tahoma, Geneva, sans-serif;
display: inline;
color:#fff;
font-weight:bold;
height:45px;
line-height:35px;
}

.linke_mid_line{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#666}

.chromestyle ul li a{
color:#fff;
font-size:12px;
padding-left:14px;
padding-right:14px;
padding-top:11px;
padding-bottom:16px;

text-transform:uppercase;
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:#000; background-image:url(/images/link_orn.jpg); background-color:#f79a23;


/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
margin-top:-1px;
_margin-top:-1px;


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: 600px;
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}
