.chromestyle{
/*width: 99%;*/

	border-bottom:1px solid #616a7b;
	background-color:#000;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
	margin:1px 1px 0 1px;
	height:29px;
	color:#fff;
	font-size:1.1em;
}

.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: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
text-transform:uppercase;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li span{
	color:#00a4e6;
}

.chromestyle ul li:hover{
	
}

.chromestyle ul li a{
	display:block;
	float:left;
	color: #fff;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-bottom:3px solid #000;
	font-weight: 700;
	font-size: 12px;
}

.chromestyle ul li a:hover{
	color:#707070;
	text-decoration:none;
	border-bottom:3px solid #dadcd1;
	background-color: #dcdad1;
}

.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 #BBB;*/ /*THEME CHANGE HERE*/
	border-top:1px solid #616a7b;
	border-left:1px solid #616a7b;
	border-right:1px solid #616a7b;
	padding:0;
	z-index:100;
	background-color:#000;
	width: 200px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 8px;
	text-decoration: none;
	color:#fff;
	padding:6px 0px 6px 0px;
	border-right:0px;
	border-bottom:1px solid #616a7b;
	font-weight: 700;
	font-size: 12px;
}

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

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