.chromestyle{
	width: 770px;
	background: #838383;
	margin-right: auto;
	margin-left: auto;
}

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

.chromestyle ul{
	margin: 0; /*set value to "left", "center", or "right"*/
	padding: 0px 0 0px 0px;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0 0px 0 0;
	text-decoration: none;
	background: #838383;
	display: inline;
	float: left;
	height: 20px;
	text-align: center;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	border-right: 1px solid #FFFFFF;
}

.chromestyle ul li a:hover{
	background: #5f6062; /*THEME CHANGE HERE*/
}
/*
.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;
	z-index:100;
	visibility: hidden;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1 solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #FFFFFF;
	width: 150px;
/*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: 3px; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #585858;
	font: 11px tahoma, verdana, arial;
	background: #F4F4F4;
	margin-bottom: 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	margin-bottom: 1px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #E9E9E9;
	margin-bottom: 1px;
}
