﻿#nav {
    padding: 0px 12px 0px 12px;
    height: 40px;   
}

.chromestyle{
    width: 99%;
    font-weight: bold;
	font-size: 10.5pt;
	width: 888px;
	margin-left: 0px;    
	background: url(../images/nav.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.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%;
	padding: 12px 0;
	margin: 0px 0 0 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	
}

.chromestyle ul li a{
	color: #FFF;
	padding: 12px 13px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/nav.jpg) center center repeat-x; /*THEME CHANGE HERE*/

}

.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(../images/nav_over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	color: #0A296C;
	padding: 12px 13px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #0A296C; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #0A296C; /*THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #0A296C;
	background: url(../images/nav_over.jpg) repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background: url(../images/nav.jpg) repeat-x;
	color: #fff;
	
}
