.chromestyle{
	width: 100%;
	font-weight: bold;
}
.homestyle{
background-color:#33CC33;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	height: 29px;
	padding-top:6px;
	background-image:url(images/img-bg-btn2.jpg)
	padding: 0px 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
/*	display:inline-block; */
	/* margin: auto; */
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	/* margin:0 10px 0 10px; */
	padding:0 15px;
	height:37px;
}
.chromestyle ul li a.last {
	border-right:none;
}
.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{
background-color: #333333;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: 250px;
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
	text-align: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000033;
	font-family: Tahoma;
	background-color: #EEEEEE;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f8a410;
	color: #FFFFFF;
}

