#chromemenu {
	float:right;
	padding-left:1px;
	background:url(../images/nav-left-on.jpg) no-repeat left;
}

.chromestyle{

font-weight: bold;
}

.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;
padding:0;
}

.chromestyle ul li{
	float:left;
}

.chromestyle ul li a{
font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:72px 33px 30px 2px;
	background:url(../images/bg-nav.gif) no-repeat right;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../images/bg-nav-on.gif) no-repeat right;
}

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

.dropmenudiv{
position:absolute;
top: 0;


font-family:"Times New Roman", Times, serif;
	color:#fff;
line-height:18px;
z-index:100;

width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid #3e3e3e; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
text-transform:uppercase;
font-size:11px;
background:#1e0206;
margin-bottom:2px;
margin-top:2px;
}

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

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