.chromestyle{
    margin-left:0px;
    margin-right:4px;
    width: 1000px;
	font-family: arial;
	font-size: 15px;
	font: arial;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.chromestyle ul{
  width: 1000px;
  background: #a3c532 url(images/menu_bg.gif) repeat-x top; /*THEME CHANGE HERE*/
  margin: 0px;
  text-align: left; /*set value to "left", "center", or "right"*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
font-size:23px;
padding: 4px 7px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;

}

.chromestyle ul li a:hover{
background: #afe022 url(images/menu_bg_ov.gif) repeat-x center; /*THEME CHANGE HERE*/
color: #ffffff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 16px Verdana;
line-height:30px;
z-index:100;
background-color: #d9eca1;
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffa73d;
color: white;
}
