.solidblockmenu ul{
margin: 0;
padding: 0 0 0 8px;
float: left;
font-weight: bold; 
font-size: 18px;
font-family: Verdana;
width: 1024px-8px;
height: 46px;

background:  url(images/menu-bg.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 12px 10px 8px 10px;
text-decoration: none;
font: bold 12px Verdana;

}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li.selected a{
color: white;
height: 20px;
background: transparent url(images/current-bg.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

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

.dropmenudiv_f{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 250px;
visibility: hidden;
}


.dropmenudiv_f a{
width: auto;
display: block;
text-indent: 8px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv_f a:hover{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}