.chromestyle {
	width:700px;
	font-weight:normal;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; margin:0px;
}
.chromestyle ul {
	width:100%; margin:0px;
	/*THEME CHANGE HERE*/


text-align:left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline; height:26px; margin-left:6px;
}
.chromestyle ul li a {
	color: #022B61;
	height:26px; text-align:center; padding-top:5px;
	background: url(button.png);
	width:110px;
	background-repeat:no-repeat;
	margin: 0;
	font-weight:bold;
	text-decoration: none;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	word-spacing:.1em;
	color:#FFFFFF;
}
.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(button_hover.png);
	width:110px;
	font-weight:bold;
	height:26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	word-spacing:.1em; background-repeat:no-repeat;
	color:#022B61;
	font-size:13px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color:#EBF3FD;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0; padding-left:12px;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	color: black;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	color:#114A83;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #114A83; padding-left:12px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
}
