.solidblockmenu2 ul{
margin: 0px;
padding: 0px;
float: left;
font: 11px Arial;
width: 92px;/*649*/
border: 1px solid #660099;
/*border: 1px solid #625e00;
border-width: 1px 0 1px 0;*/
/*border-width: 1px 0;*/
background: black url(../script/media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu3 ul{
margin: 0px;
padding: 0px;
float: left;
font: 11px Arial;
width: 64px;/*649*/
border: 1px solid #660099;
/*border: 1px solid #625e00;
border-width: 1px 0 1px 0;*/
/*border-width: 1px 0;*/
background: black url(../script/media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu2 li, .solidblockmenu3 li{
display: inline;
}

.solidblockmenu2 li a, .solidblockmenu3 li a{
float: left;
color: white;
padding: 2px 7.5px; /* 2px 7px;*/
/*padding: 9px 11px;*/
text-decoration: none;
/*border-right: 1px solid #696969;*/
}

.solidblockmenu2 li a:visited, .solidblockmenu3 li a:visited{
color: white;
}

.solidblockmenu2 li a:hover, .solidblockmenu2 li a.current, .solidblockmenu3 li a:hover, .solidblockmenu3 li a.current{
color: white;
background: transparent url(../script/media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.0em; /*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: -1em;
}

.tabcontent{
display:none;
}

.tabcontent ul{
margin: 0px;
padding: 0px;
float: left;
font: 11px Arial;
width: 657px;/*649*/
/*border: 1px solid #000000; 660099*/
border: 1px solid #660099;
/*border-width: 1px;*/
border-width: 1px 0 0 0;
background: black url(../script/media/blockdefault.gif) center center repeat-x;
}

.tabcontent li{
display: inline;
}
.tabcontent li a{
float: left;
color: white;
padding: 2px 8px;
/*padding: 9px 11px;*/
text-decoration: none;
border-right: 1px solid #696969;
}

.tabcontent li a:visited{
color: white;
}

.tabcontent li a:hover, .solidblockmenu2 li a.current, .solidblockmenu3 li a.current{
color: white;
background: transparent url(../script/media/blockactive.gif) center center repeat-x;
}