
.solidblockmenu ul{
margin: 0;
padding-left: 3px;
float: left;
font: bold 15px Arial;
text-transform: uppercase;
width: 823px;
height: 30px;
border-bottom: 3px solid #424242;
border-top: 3px solid #424242;
}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: #CCC;
text-align: left;
padding-top: 15px;
padding-right: 34px;
padding-left: 23px;
height: 15px;
text-decoration: none;

}

.solidblockmenu li a:visited{
color: #CCC;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
float: left;
color: #fff;
background: #181818;
height: 33px;
text-decoration: none;
}

.tabcontainer{
clear: left;
width:700px; /*width of 2nd level sub menus*/
height:35px; /*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: 0px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

.tabcontent{
display:none;
}

#sb1, #sb2, #sb3, #sb4, #sb5 {
height: 32px;
float: left;
font: bold 11px Arial;
width: 100%;
background: #CCC;
}

#sb1 ul,#sb2 ul,#sb3 ul,#sb4 ul,#sb5 ul{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 100%;
background: #CCC;
}

#sb1 li,#sb2 li,#sb3 li,#sb4 li,#sb5 li{
display: inline;
}

#sb1 li a,#sb2 li a,#sb3 li a,#sb4 li a,#sb5 li a{
float: left;
color: white;
padding: 9px 12px;
text-decoration: none;
}

#sb1 li a:visited, #sb2 li a:visited, #sb3 li a:visited, #sb4 li a:visited, #sb5 li a:visited{
color: white;
}

#sb1 li a:hover, #sb2 li a:hover, #sb3 li a:hover, #sb4 li a:hover, #sb5 li a:hover, #sb1 li a.current, #sb2 li a.current, #sb3 li a.current, #sb4 li a.current, #sb5 li a.current{
color: #666;
}