.chromestyle {
	width: 100%;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(menu_bg.gif) repeat-x top; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #244ba2;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 12px;
}

.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(menu_rollover_bg.gif) repeat-x top; /*THEME CHANGE HERE*/
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	font:normal 11px/14px "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	z-index:100;
	background-color: #80a4d1;
	width: 200px;
	visibility: hidden;
}





.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #244ba2;
	color: #FFFFFF;
}
/* email action */

#emailContact {
	margin-left:10px;
	color:#464646;
	font-weight:bold;
	font-size:7.5pt;
	padding: 0;
}
#emailContact a {
	padding:6px 1px 5px 1px;
	color:#464646;
	font-weight:bold;
}
#emailContact a:hover {
	color:#ffffff;
}