.chromestyle{
/* width: 99%; */
font-weight: normal;
background-color: transparent;
font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
}

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

.chromestyle ul{
border: none;
/* width: 100%; */
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: center;
}

.chromestyle ul li a{
		color: #373731;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #333;
}

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

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

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
color: #666;
font-size:80%;
vertical-align: 15%;
font-weight: bold;
/*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 #0c0c0c; THEME CHANGE HERE*/
	/*border-bottom-width: 0;*/
	/* font:normal 12px Verdana; */
	line-height:18px;
	z-index:2000;
	background-color: #252525;
	border: 2px solid #353535;
    width: auto !important;
	visibility: hidden;
	text-align: left;	
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;	
	opacity: .95;
	filter: alpha(opacity=95);
	}


.dropmenudiv a {
/* 	width: auto; */
	display: block;
	text-indent: 0px;
	border-top: 1px solid #181818;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: normal;
	color: #777;
	}
	
.dropmenudiv .firstitem	{border-top: none;}


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

.dropmenudiv a.selected:hover{
background-color: inherit;
color: #999;
}