.menustyle{
text-align:center;
width:680px;

}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
position:static;
border: 0px solid #BBB;

font-size:14px;
word-spacing:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;

/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
vertical-align:top;
text-align: center; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
height:25px;
}

.menustyle ul li a{
color: #FFFFFF;
margin: 0;
text-decoration: none;
display:block;
}

.menustyle ul div a:hover, .menustyle ul div a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(pics/hover.png) center center no-repeat; /*THEME CHANGE HERE*/
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:3px; /*THEME CHANGE HERE*/
vertical-align:top;
font:normal Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
width: 144px;
visibility: hidden;


}


.dropmenudiv a{
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:25px;
font-size:11px;
display: block;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/

text-decoration: none;

color: black;
padding-left:7px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color:#FFFFFF;
background-color:#619da1;

}

.menudivs{
border-left:0px solid;
float:left;
width:130px;
text-align:center;
border-color:#FFFFFF;
background-repeat:no-repeat;
}



