﻿.chromestyle2{
	width: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #054388;
}

.chromestyle2:after{
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-family: Verdana, Tahoma, sans-serif, Verdana, "Trebuchet MS", sans-serif;
}
.chromestyle2 ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url('chromebg.gif') repeat-x center center;
/*THEME CHANGE HERE*/	padding: 4px 0;
	margin: 0;
	text-align: center;
	color: #3E5700;
	font-size: medium;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.chromestyle2 ul li{
	display: inline;
	color: #3E5700;
}
.chromestyle2 ul li a{
	color: #24496F;
	padding: 4px 15px 4px 15px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle2 ul li a:hover, .chromestyle2 ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg2-over.gif) center center repeat-x;
	font-family: "trebuchet MS";
	color: #003366;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2{
	position: absolute;
	top: 0;
	border: 1px solid #B5E2FE;
/*THEME CHANGE HERE*/	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	color: #054388;
}


.dropmenudiv2 a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE;
/*THEME CHANGE HERE*/	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #254A70;
	font-family: Verdana, Tahoma, sans-serif, Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
}
.dropmenudiv2 a:hover{
	/*THEME CHANGE HERE*/
background-color: #B4E4FE;
	font-family: Verdana, Tahoma, sans-serif, Verdana, "Trebuchet MS", sans-serif;
}

