.chromestyle, .chromestyle_alt{
	width: 100%;
	font-weight: bold;
	font: 10px Arial, sans-serif;
}

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

.chromestyle ul, .chromestyle_alt ul{
	width: 100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0;
	padding-right:0;
	margin: 0 0 0 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	height:14px;
	line-height:14px;
}

.chromestyle ul{
	background: url(../images/nav_bg_top.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	border: 0px #4b9bcc solid;
}

.chromestyle_alt ul{
	background: url(../images/nav_bg_bottom.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	border: 0px #f2f2f2 solid;
}

.chromestyle ul li, .chromestyle_alt ul li{
	display: inline;
}

.chromestyle ul li a, .chromestyle_alt ul li a{
	text-decoration: none;
}

.chromestyle ul li a{
}

.chromestyle_alt ul li a{
	color: #4d4d4d;
	padding-left:0px;
	padding-right:0px;
	margin-left:10px;
	margin-right:10px;
}


.chromestyle ul li a:hover{
	background: url(../images/menu_top_bg_over2.gif) bottom right repeat-x; /*THEME CHANGE HERE*/
	background-color:#f2f2f2;
	color:#4b9bcc;
}


.chromestyle_alt ul li a:hover{
	color:#4b9bcc;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudivGreen, .dropmenudivBrown, .dropmenudivYellow, .dropmenudivBrown2, .dropmenudivGreen2{
position:absolute;
top: 0;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
font: 10px Helvetica, Arial, sans-serif;
line-height:18px;
z-index:100;
width: 152px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); *//*Add Shadow in IE. Remove if desired*/
}


.dropmenudivGreen a, .dropmenudivBrown a, .dropmenudivYellow a, .dropmenudivBrown2 a, .dropmenudivGreen2 a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 10px;
text-decoration: none;
font-weight: bold;
font: 10px Helvetica, Arial, sans-serif;
text-align:left;
}

* html .dropmenudivGreen a, .dropmenudivBrown a, .dropmenudivYellow a, .dropmenudivBrown2 a, .dropmenudivGreen2 a{ /*IE only hack*/
	width: 100%;
}

.dropmenudivGreen, .dropmenudivGreen2{
	background:#2c180d url(../images/nav_pulldown_green.gif) top left no-repeat; /*THEME CHANGE HERE*/
}

.dropmenudivGreen a, .dropmenudivGreen2 a{
	border-bottom: 1px #2c180d dotted; /*THEME CHANGE HERE*/
	/*background:#2c180d url(../images/nav_pulldown_green.gif) top left no-repeat;*/ /*THEME CHANGE HERE*/
	/*background-color:#b1a940;*/
	color:#534024;
}

.dropmenudivGreen a:hover, .dropmenudivGreen2 a:hover{ /*THEME CHANGE HERE*/
	color:#eed8a9;
	background:#2c180d url(../images/menu_top_bg_repeat_over_repeat.gif) bottom right repeat-x; /*THEME CHANGE HERE*/
}

.dropmenudivBrown, .dropmenudivBrown2{
	background:#2c180d url(../images/nav_pulldown_brown.gif) top left no-repeat; /*THEME CHANGE HERE*/
}

.dropmenudivBrown a, .dropmenudivBrown2 a{
	border-bottom: 1px #2c180d dotted; /*THEME CHANGE HERE*/
	/*background: url(../images/menu_top_bg_repeat.gif) bottom right repeat-x;*/ /*THEME CHANGE HERE*/
	/*background-color:#9e6100;*/
	color:#eed8a9;
}

.dropmenudivBrown a:hover, .dropmenudivBrown2 a:hover{ /*THEME CHANGE HERE*/
	color:#9e6100;
	background:#2c180d url(../images/menu_top_bg_repeat_over_repeat.gif) bottom right repeat-x; /*THEME CHANGE HERE*/
}

.dropmenudivYellow{
	background:#2c180d url(../images/nav_pulldown_orange.gif) top left no-repeat; /*THEME CHANGE HERE*/
}

.dropmenudivYellow a{
	border-bottom: 1px dotted #2c180d; /*THEME CHANGE HERE*/
	/*background: url(../images/menu_top_bg_repeat.gif) bottom right repeat-x;*/ /*THEME CHANGE HERE*/
	/*background-color:#d29f34;*/
	color:#534024;
}

.dropmenudivYellow a:hover{ /*THEME CHANGE HERE*/
	color:#eed8a9;
	background:#2c180d url(../images/menu_top_bg_repeat_over_repeat.gif) bottom right repeat-x; /*THEME CHANGE HERE*/
}