.chromestyle{
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 1000px;
	font-weight: bold;
	text-align: left;
	height: 26px;
	vertical-align: middle;
	background-color: #FFF;
	background-image: url(../backgrounds/nav_back1.gif);
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #D4D0C8;
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	background-repeat: repeat-x;
	background-position: center;
}

.chromestyle ul li{
	display: inline;
	vertical-align: middle;
	text-align: center;
}

.chromestyle ul li a{
	font-style: normal;
	margin: 0;
	text-decoration: none;
	color: #525252;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 11px;
	padding-right: 7px;
	padding-bottom: 11px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.chromestyle ul li a:visited {
	color: #525252;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 11px 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
.chromestyle ul li a:hover{
	color: #525252;
	font-weight: bold;
	background: url(southern_menu_bg_over.gif) repeat-x center;
	text-decoration: underline; /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #E1E1E1;
	width: 200px;
	visibility: hidden;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 1px 0;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	border-bottom-color: #bbb;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E2DEDE;
	border-right-color: #E2DEDE;
	border-bottom-color: #E2DEDE;
	border-left-color: #E2DEDE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

