.chromestyle{
float:left;

/*clear:left;*/
/*position:relative;
left:16px;
bottom:1px;*/
padding:4px 0px 0px 0px;
margin:0px 0px 0px 0px;
height:20px;
overflow:hidden;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
margin:0;
height: 18px;
padding: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
font-size: 13px;
font-family: "Arial Narrow",HelveticaNeue-Thin, Helvetica, sans-serif;
text-transform: uppercase;
/*font-weight:bold;*/
margin:0;
}
.chromespacer {
	width: 28px;display:block;float:left;
}
.chromestyle ul li a{
color: #a3a597;
padding: 0px 0px;
margin: 0;
text-decoration: none;
background-position:top center;
background-repeat:no-repeat;
display:block;
}




.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:active{
color: #a3a597;

text-decoration: none;
}

.chromestyle ul li a:hover {
color: #231f20;
text-decoration: none;
background-position:bottom center;


/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link
content: " v";
content: " " url(downimage.gif); uncomment this line to use an image instead
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding:0px 0px 0px 0px;
/*border-bottom-width: 0;*/
font-size: 11px;

width:200px;
line-height:20px;
z-index:100;
/*background-color: #8C8C8B;*/
visibility: hidden;

/*
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudivinner{
	position:relative;
	top:0px;
	padding:2px 8px 2px 5px;
	background-color:#ffffff;
	/*background: url(../../graphics/2007/menu-button-grey-sub-1.gif);
	background-repeat: no-repeat;
	background-position: top left; */
}
.dropmenudivider {
	line-height:1px;
	height:1px;
	font-size: 1px;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	
}

.dropmenudivbottom {
/*background: url(../../graphics/2007/menu-button-grey-sub-2.gif);
background-repeat: no-repeat;
background-position: top left; */
height: 10px;
line-height: 10px;
}

.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 4px;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
/*padding: 2px 0;*/
text-decoration: none;
color: #a3a597;
margin-top:0;
margin-bottom: 0;
padding: 0px 0px 0px 0px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #231f20;
text-decoration: none;
}

#chromeselected, #chromeselected a  {
color: #231f20;
text-decoration: none;
}