#nav_container{
	width:800px;
	margin-right: auto;
	margin-left: auto;
}


.chromestyle{
width:800px;
height:36px;
background-image:url(../images/navigation/nav_a_bg.gif);
background-repeat:repeat-x;
}

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

.chromestyle ul{
width: 100%;
padding: 10px 0px 12px 0px;
margin: 0px;
text-align: center; 
white-space: nowrap;
}

.chromestyle ul li{
display: inline;
height:36px;
}

.chromestyle a{
color:#ffffff;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding: 10px 18px 12px 18px;
margin: 0px 0px 0px 0px;
text-decoration: none;
border-right:1px #dbe2a9 solid;
border-left:1px #99a82f solid;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #99a82f;
}

.chromestyle ul li a.no_border_left{
	border-left:0;
}
.chromestyle ul li a.no_border_right{border-right:0;}

.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #99a82f;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #dbe2a9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-top-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
color:#ffffff;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}

.dropmenudiv ul, .dropmenudiv li{
margin:0px;
padding:0px;
list-style:none;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #dbe2a9; /*THEME CHANGE HERE*/
padding: 6px 9px 6px 9px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
background-color:#b6c450;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #99a82f;
}

