.chromestyle{
width: 100%;
font-weight: bold;
margin-left: 110px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
font:bold 13px Arial, Helvetica, sans-serif;
width: 100%;
padding: 5px 20px 3px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #6a675a;
padding: 0 20px 0 20px;
margin: 0;

text-decoration: none;
border-right: 0px solid #DADADA;
}

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


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


.text14 {
	color: #6a675a;
	font-size: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: none;
	
}


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

.dropmenudiv{
position:absolute;
margin: 7px 0 0 10px;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:15px;
text-align: left;
z-index:100;
background-color: #ededed;
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}


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

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

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