.chromestyle{
	padding-bottom: 5px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
	border: 1px solid #BBB;
	width: auto;
	background:  url("chromebg.gif") center center repeat-x;
	padding: 5px;
	margin: 0;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #333333;
	padding: 3px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #BBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
}

.chromestyle ul li a:hover{
background:  url("chromebg-over.gif") center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content:  url("down.gif");
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:12px;
	z-index:100;
	background-color: #EAEABF;
	width: auto;
	visibility: hidden;
	border: 3px solid;
	border-color: #FFFFFF;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 3px solid #FFF;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #A2A23F;
	border: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	background-color: #FFFFFF;
	color: #333333;
}
