.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px verdana;
width: 100%;
border: 0px solid #625e00;
border-width: 0px 0;
}


.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 19px;;
text-decoration: none;
border-right: 1px solid white;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li a:visited{
color: white;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:100%; /*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.*/
}

*: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: 0px;;
}

.tabcontent{
display:none;
}

.solidblockmenu02 {
display:none;
}

.solidblockmenu02 ul{
margin: 0 0px 0 0;
padding: 0 0px 0 0;
float:right;
font: normal 11px verdana;
width: 100%;
border: 0px solid #625e00;
border-width: 0px 0;
}

.solidblockmenu02 li{
display: inline;
background: black url(images/blockdefault02.gif) center center repeat-x;
}

.solidblockmenu02 li a{
color: white;
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid white;
background: black url(images/blockdefault02.gif) center center repeat-x;
}

.solidblockmenu02 li a:visited{
color: white;
background: black url(images/blockdefault02.gif) center center repeat-x;
}

.solidblockmenu02 li a:hover, .solidblockmenu02 li a.current{
color: white;
background: transparent url(images/blockactive02.gif) center center repeat-x;
}

.floatleft li a{
	float:left;
}

.floatright li a{
	float:right;
}

