.chromestyle{
	width:760px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color:#000;
	text-align:left;

}



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

}

.chromestyle ul{
border: 1px solid #fff;
width:718px;
padding: 4px 20px;
margin: 0;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;


 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 4px 8px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align:left;
	
}

.chromestyle ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align:left;
	color: #FFCC00; 
}
.chromestyle ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align:left;
	color: #fff; 
}

.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*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	line-height:18px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	background-color: #6B6B6B;
	text-align:left;
	margin: 0px;
	padding: 0px;
/*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: 4px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
background-color: #6B6B6B;

}

* html .dropmenudiv a{ /*IE only hack*/
width:120px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color:#FFCC00;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6B6B6B;
color:#FFCC00;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;

}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
background-color: #6B6B6B;
color:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;

}

/*.dropmenudiv a:active{ 
background-color: #6B6B6B;
color:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;

}*/