.solidblockmenu ul{
margin: 0;
padding: 0 0 0 10px;
float: left;
font: bold 11px Arial;
width: 100%;
/*border-right: 1px solid #FF8080; */
background-color: #5a0000;
border-width: 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 7px 4px 5px 4px;
text-decoration: none;
border-right: 1px solid #C10000;
}

.solidblockmenu-home li a{
float: left;
color: white;
padding: 10px 3px 5px 3px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background-color: #00656B;
background: #C10000 url(../images/button-bg-gray.png) repeat-x;
}

.solidblockmenu-home li a:hover, .solidblockmenu-home li a.current{
color: white;
background-color: #00656B;
}

.tabcontainer{
clear: left;
color: #fff;
font: bold 11px Arial;
padding: 15px 5px 5px 15px;
width:487px; /*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.*/
}

.tabcontainer a:link, .tabcontainer a:visited {
color: white;
border-right: 1px solid #C10000;
padding: 5px 5px 5px 5px;
}

.tabcontainer a:hover, .tabcontainer a.current{
color: white;
background: #C10000 url(../images/button-bg-reverse-gray.png) repeat-x;
border-right: 1px solid #C10000;
padding: 5px 5px 5px 5px;
}

*: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;
}