.chromestyle{
	margin: 28px 0px 0px 27px; 
	height: 33px; 
	width: 936px; 
	background: url('../images/menubg.jpg') left top repeat-x; 
	position:absolute;
}


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

.chromestyle ul{
	list-style: none;
}

.chromestyle ul li{
	float: left; 
	background: url('../images/devider.jpg') right top no-repeat;
}

.chromestyle ul li a{
	padding: 0px 20px 0px 20px; 
	font-size: 12px; 
	color: #434343; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 31px;
	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #434343; 
	font-weight: normal; 
	background: #d6d4d4;  /*THEME CHANGE HERE*/
}

		.chromestyle ul li a span { padding: 0px 20px 0px 0px; background: url('../images/dice.png') right center no-repeat;}
		.chromestyle ul li.selected a { color: #fff; font-weight: bold; background: #003784;}
		.chromestyle ul li.selected a:hover span { background: url('../images/dice.png') right center no-repeat;}


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

.dropmenudiv{
position:fixed;
top:0;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Arial; font-size: 12px; color: #000000; 
line-height:18px;
z-index:999!important;
background-color: #efb806;
width: 200px;
visibility: hidden;
/*margin-left:-299px;*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font-family: Arial; font-size: 12px; color: #d8d6d6; 
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

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

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