.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 100%;
border: 0 solid #625e00;
border-width: 0 0;
background-image: url(media/menu_banner_red.jpg);
cursor:hand;
cursor:pointer;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
border-right: 0px solid white;
}

.solidblockmenu li a:visited{
color: white;
text-decoration: none;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background-image: url(media/menu_banner_black.jpg);
text-decoration: none;
}

.tabcontainer{
clear: left;
background-color:#000;
height:19px;
padding-top: 0.4em;
padding-left: 14px;
font: 11px Tahoma;
color: white;
}
.tabcontainer a{
font: 11px Tahoma;
color: white;
text-decoration: none;
}

.tabcontainer a:visited{
font: 11px Tahoma;
color: white;
text-decoration: none;
}

.tabcontainer a:hover, .tabcontainer a.current{
font: 11px Tahoma;
color: white;
font-weight: bold;
text-decoration: underline;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0em;
height:22px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0em;
height:22px;
}

.tabcontent{
display:none;
}
