.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/ddtabmenu/blockdefault.gif) center center repeat-x;
color: white;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 20px;
text-decoration: none;
border-right: 1px solid white;
}

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

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(../images/ddtabmenu/blockactive.gif) center center repeat-x;
}
.tabcontainer{
clear: left;
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
position:absolute;
z-index:1;
left: 276x;
top: 444px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0.2em;
margin-left: -46.8em;
text-align:left;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0.2em;
margin-left: -46.8em;
text-align:left;
}

.tabcontent{
padding-top: 3px;
margin-left: 5px;
font-family: arial;
display:none;
font: bold 13px Arial;
}
/*----------------------------------------------------------------*/
#navcontainer { width: 95%;}

#navcontainer ul
{
margin:0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
border:1px #FFF dotted;
text-align:left;
}

#navcontainer a
{
display: block;
padding: 5px;
padding-right: 3px;
width: 96%;
background-image:url(../images/mb.jpg);
background-color:#036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
margin-bottom:1px;
color: #990000;
text-decoration: none;
}

#navcontainer a:hover
{
margin-bottom:1px;
background-image:url(../images/mbH.jpg);
background-color: #369;
color: #000;
}