.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
float:right;
}

.solidblockmenu li{
display: inline;
text-transform:uppercase;

}

.solidblockmenu li a{
float: left;
color: #cccccc;
padding: 10px 11px;
text-decoration: none;
border-right: 1px solid #595942;
margin-right:5px;
background: url(images/mm01.jpg) top left no-repeat;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
/*background: transparent url(images/mm02.jpg) top left no-repeat;*/
color:#ffaf06;
}

.tabcontainer{
clear: left; margin:0px; padding:0px;

}

*: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; margin:0px; padding:0px;
}