.chromestyle{
width: 99%;
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{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-color: #3a014a;
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	background-color: #3a014a;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#hgk-menu ul li a:hover, #hgk-menu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../images/btn-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFCC33;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:22px;
	z-index:100;
	background-color: #39879a;
	min-width: 145px;
	visibility: hidden;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: capitalize;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #266c7d;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
}

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

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