.chromestyle{
	width:635px;
	padding: 0;
	margin: 0;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
width:635px;
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
list-style-type: none;
height: 26px;
}

.chromestyle ul li{
padding:0;
margin:0;
float:left;
list-style-type: none;
line-height: 26px;
}

.chromestyle ul li a{
/*padding: 10px 20px;*/
margin: 0 0 0 10px;
padding: 0;
float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-position: 0 -26px;
/*background: url(chromebg-over.gif) center bottom repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-left:-10px;
<!--[if gte IE 5]>
top: -4;
<![endif]-->
line-height:15px;
z-index:100;
visibility: hidden;
background-color:#FFF;
width: 230px;
border: 1px solid #D5D5D5;
}

.droplast {
margin-left:0px;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 8px 10px 0px 17px;
background-image: url(../images/subnav_bg_off.jpg);
background-repeat: no-repeat;
background-position: 5px bottom;
text-decoration: none;
font-weight: normal;
color: #618C32;
height: 23px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover {
/*border-bottom:2px solid #000;*/
background-image: url(../images/subnav_bg_on.jpg);
font-weight:bold;
}

.dropmenudiv a.last {
background-image: url(../images/subnav_last_bg_on.jpg);
}
.dropmenudiv a.last:hover {
background-image: url(../images/subnav_last_bg_off.jpg);
}


