.chromestyle{
/*width: 99%;*/
	width:970px;
/*	margin-left:auto;
	margin-right:auto;*/
/*	margin-left:-1px;*/

	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:0.8em;
}

.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 #000;*/
/*border-bottom-color:#BBB;*/
border-top:0px;
border-bottom:2px solid #f39c21;
width: 100%;
background-color:#f8f8f8;
padding: 0px 0px;
margin: 0px 0px 1px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
height:25px;
background:url('../images/menu_bg.jpg') top left repeat-x #FFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
display:block;
float:left;
color: #676767;
padding: 6px 15px 6px 15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #918e8e;
}

.chromestyle ul li a:hover{
	background-color:#fefefe;
	text-decoration:none;
}

.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;
border: 1px solid #999999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align:left;
font-size:0.8em;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d3d3d3; /*THEME CHANGE HERE*/
padding: 2px 0;
background-color:#f8f8f8;
text-decoration: none;
color: #676767;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fefefe;
text-decoration:none;
}