.chromestyle{
	width: inherit;
	font-weight: bold;
	margin-top: 0px;
	height: 20px;
	font-size: 9px;
	margin-right: 15px;
	z-index: 108;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
	margin: 0px;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align:center;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 4px 7px;
	margin: 0px;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}
#menupost {
	position:absolute;
	top: 0px;
	width: 647px;
}
.menupost {
	position:absolute;
	top: 0px;
	width: 913px;
	left: 0px;
	margin-top: 0px;
	z-index: 50;
	bottom: 0px;
	height: 60px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	line-height: 1.2em;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #bbb; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #777;
	width: 200px;
	visibility: hidden;
	text-decoration: none;






filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	margin-left: 0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
text-align:left
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.footer {
	/*centered so it doesn't blend in to other content*/
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
	margin-left: 45px;
}
