.banner{
width: 100%;
margin:0px 0px 0px 0px;
font-weight: bold;
height:120px;
background-color:#FFFFFF;
font-family: Arial, Helvetica, Sans-serif;
color:#000000;
z-index:1;
}
.chromestyle{
	width: 100%;
	margin:0px;
	font-weight: bold;
	font-size:0.9em;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c8c8c8;
	border-bottom-color: #c8c8c8;
}

.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:  url(images/chromebg-nu.gif) center center repeat-x; /*THEME CHANGE HERE*/ 
padding: 5px 0;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
position: relative;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
padding: 2px 6px;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
color:#fc7619;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #c8c8c8; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
/*z-index:100;*/
z-index:0;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fc7619;
background:  url(images/chromebg-nu.gif) center center repeat-x; /*THEME CHANGE HERE*/ 
/*background-color:#fc7619;*/
}
