﻿.chromestyle{
	width: 100%;
	font-family: verdana;
	color: #2C4A73;
	font-size: 13px;
}
.chromestyle:after{
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-family: verdana;
	color: #2C4A73;
	font-size: 13px;
}
.chromestyle ul{
	background-position: center center;
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg2.gif) center center repeat-x;
/*THEME CHANGE HERE*/	padding: 6px 0 6px 0;
	margin: 0;
	text-align: center;
	color: #2C4A73;
	font-family: verdana;
	font-size: 13px;
}
.chromestyle ul li{
	display: inline;
	font-family: verdana;
	color: #2C4A73;
	font-size: 13px;
}
.chromestyle ul li a{
	color: #2C4A73;
	padding: 6px 2px 6px 2px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B5E2FE;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background-position: center center;
	background: url(chromebg2-over.gif) center center repeat-x;
	font-family: verdana;
	color: #2C4A73;
	font-size: 13px;
}


