.chromestyle{
	font-weight: bold;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 9px;
	clip: rect(3px,auto,auto,auto);
	top: 3px;
	color: #c6dbd7;
}

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

.chromestyle ul{
	width: 70px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #c6dbd7;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #DADADA;
	width: auto;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-repeat: no-repeat;
	background-position: center center;
}

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

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	line-height:18px;
	z-index:100;
	background-color: #5D0803;
	visibility: hidden;






filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Tahoma;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F9D1C0;
	width: 500px;
}


.dropmenudiv a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #F9D1C0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	
}

* html .dropmenudiv a{ /*IE only hack*/
	
	font-family: Tahoma;
	font-size: 8px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
}

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