.solidblockmenu ul{
margin: 0;
padding: 0;
float:right;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
width: 100%;
border: 0px solid #625e00;
border-width: 1 px 0;
background:#FFF  center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float:left;
color: #4E4E4E;
padding: 3px 20px;
text-decoration: none;
border-right: 0px solid white;
}

.solidblockmenu li a:visited{
color: #000;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #59290D;
background: transparent url(media/blockactive_sand.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
padding:4px 0px;
width:100%; /*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.*/
}

.tabcontent a:link{
color: #59290D;
font-weight:bold;
}

.tabcontent a:visited{
color: #59290D;
font-weight:bold;
}

.tabcontent a:hover{
color: #FFF;
font-weight:bold;
}

.tabcontent a:active{
color: #FFF;
font-weight:bold;
}

.tabcontent{
padding: 4px 0px;
display:none;
margin: 0;
float:left;
font-size:11px;
color: #000;
width: 100%;
border: 0px solid #dfb96c;
border-width: 1 0;
background-color:#dfb96c;
}


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

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