
.solidblockmenu {  
padding: 14px 0px 5px 0px;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#E2D7B3;
height: auto;
text-align:center;

}


.solidblockmenu a{
color:#E2D7B3;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-decoration: none;
margin: 0px;
}

.solidblockmenu a:visited{
color:#E2D7B3;
}

.solidblockmenu a:hover, .solidblockmenu a.current{
color: white;
}




/*  EVERYTHING BELOW IS 2nd TIER MENU-RELATED */







.tabcontainer {   /* container of the 2nd level sub menus*/
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 {   /* 2nd tier text */
display:none;
color: #B2AE99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

.tabcontent a {
color:#6D6355;
text-decoration: none;
font-weight:bold;

}

.tabcontent a:visited{
color:#6D6355;
font-weight:bold;

}

.tabcontent a:hover, .tabcontent a.current{
color: #000000;
text-decoration: none;
font-weight:bold;

}