.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{
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none;
}

.chromestyle ul li a{
	color: #ffffff;
	padding-left:12px;
	padding-right:12px;
	margin-left:20px;
	margin-right:20px;
}

.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 ######### */

.dropmenudiv, .dropmenudiv_alt{
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: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv_alt 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;
}

.dropmenudiv a{
border-bottom: 1px solid #2a5a77; /*THEME CHANGE HERE*/
background: url(../images/menu_top_bg_repeat.gif) bottom right repeat-x; /*THEME CHANGE HERE*/
background-color:#4b9bcc;
color:#ffffff;
}

.dropmenudiv_alt a{
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
background: url(../images/menu_bottom_bg_repeat.gif) bottom right repeat-x; /*THEME CHANGE HERE*/
background-color:#f2f2f2;
color:#4d4d4d;
}

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

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

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

.dropmenudiv_alt a:hover{ /*THEME CHANGE HERE*/
color:#4b9bcc;
background:#ffffff url(../images/menu_bottom_bg_over_repeat.gif) bottom right repeat-x; /*THEME CHANGE HERE*/
}