.chromestyle{
	width: 469px;
	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: 0px;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	text-decoration: none;
	background-image: url(../sajle/menu-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 19px;
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 9;
	margin-bottom: 0;
	margin-left: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFD800;
	background-image: url(../sajle/menu-bullet-on.gif);
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #0d8110;
	width: 220px;
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #0c530f;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4;
	margin: 1px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #17a61b;
	color: #FFD800;
	padding-left: 6px;
}
