.chromestyle{
	width: 900px;
	margin: 0;
	clear: both;
	display: block;
	padding: 0px;
	height: 37px;
	background-color: #5F5F5F;
	margin-bottom: 1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
    position: relative;
    width: 100%;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
	list-style:none;
	float:left;
	padding-right: 1px;
	padding-left: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
	padding:10px 10px 8px;
	text-decoration:none;
	display:block;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	min-width: 70px;
	text-align:center;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

.chromestyle ul li a:current{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #363534;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFF;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #5F5F5F;
	width: 150px;
	font-size: 11px;
	text-transform: uppercase;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-weight: bold;
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #D9D9D9; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFF;
	text-decoration:underline;
}