#chromemenu{
	position:relative;
	padding: 0;
}

.chromestyle{
	width: 100%;
	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%;
	background:#22558e; /*THEME CHANGE HERE*/
	padding: 2px 0 5px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 8px 8px;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	border-right: 1px solid #333399;
}

* html .chromestyle ul li a{

	padding: 9px 8px;


}

*:first-child+html .chromestyle ul li a{

	padding: 12px 8px;


}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:#C60; /*THEME CHANGE HERE*/
}


.chromestyle ul li a:visited:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:#C60; /*THEME CHANGE HERE*/
	color: #FFFFFF;
}
.chromestyle ul li a:visited{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #d8812a;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	padding-left: 5px;
	padding-right: 5px;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #f0a051; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

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

*:first-child+html .dropmenudiv a:link{ /*IE only hack*/
	width: 100%;
	color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #2ea418;
	color: #FF0;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/

	color: #EEEEEE;
}
.dropmenudiv a:visited:hover {
	color: #ffe400;
	}