.chromestyle{
	position:inherit;
	height:31px;
	padding-bottom:1px;
	padding-top:5px;
	float:right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*width: 100%;*/
margin: 0px;
padding-left: 0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-weight:bold;
	color: #FFF;
	margin: 0px;
	text-decoration: none;
	height:27px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#dad0b5;
/*background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
z-index:100;
background-image:url(../images/bg_submenu.png);
width: 190px;
visibility: hidden;
}

.dropmenudiv ul {
	margin:0;
	line-height:35px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	}
	
.dropmenudiv ul li a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #444; /*THEME CHANGE HERE*/
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-image: none;
	list-style-type: none;
}

.dropmenudiv  ul li a:hover{ /*THEME CHANGE HERE*/
color:#dad0b5;
}