#chromemenu {
	padding-bottom: 0;
	margin-bottom: 0;
}

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ 
height: 0;
float: left; 
/*visibility: hidden;*/
}

.chromestyle ul{
	width: 100%;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 12px !important;
	padding-top: 0;
	padding-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-bottom: 0px !important;
	margin-left: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	text-decoration: none;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 0;
	margin: 0;
}
.chromestyle ul li a:hover {
	color: #FFF;
	text-decoration: none;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 0;
	margin: 0;
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top: 10px; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 11px Arial;
	line-height: 18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FC3;
	color: #000;
	background-image: url(../images/layout/sbg.jpg);
	background-position: 0px -108px;
}
