.chromestyle
{
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	font-face: Arial;
	color: #00457c;
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul
{
	border-top: 1px solid #AED1F7;
	border-bottom: 1px solid #9BB0DF;
	width: 100%;
	background-image: url('images/navbar_back.png');
	background-position: top  left;
	background-repeat: repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: left; 
}

.chromestyle ul li
{
	display: inline;
	font-weight: bold;
	font-size: 11px;
	font-face: Arial;
	color: #00457c;
}

.chromestyle ul li a
{
	font-weight: bold;
	font-size: 11px;
	font-face: Arial;
	color: #00457c;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B2CAEC;
}

.chromestyle ul li a:visited
{
	font-weight: bold;
	font-size: 11px;
	font-face: Arial;
	color: #00457c;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B2CAEC;
}

.chromestyle ul li a:hover
{
	background-image: none;
	background-repeat: repeat-x;
	background-position: top  left;
}

.chromestyle ul li a[rel]:after
{ /*HTML to indicate drop down link*/
	content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position:absolute;
	top: 0;
	border: 1px solid #88b2df; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-weight: bold;
	font-size: 11px;
	font-face: Arial;
	color: #00457c;
	line-height:18px;
	z-index:100;
	background-color: #f7fbff;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: none;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	/*background-color: #2c79c9;*/
	background-color: #3e69a0;
	color: white;
}
