@charset "UTF-8";
/* CSS Document */

/*CSS for menubar*/

.chromestyle{
font-size:13px;
color:#FFFFFF;
border:none;
font-family:Arial, "Arial Black";
}

.chromestyle ul{
border: none;
background: url(../images/menubg.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px;
margin:0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-weight:bold;
}

.chromestyle ul li a{
color: #ffffff;
padding-left:10px;
padding-right:10px;
text-decoration: none;
margin:0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/menubg_over.png) center repeat-x; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #888888; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #a9c832;
width: 130px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
display: block;
text-indent: 5px;
border: 1px solid #888888; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
font-size:11px;
font-family:Verdana, Arial, "Arial Black";
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #68772c;
}

table.headertable {
  overflow:hidden;
}