.solidblockmenu ul
{
    margin: 0;
    padding: 0;
    float: left;
    font: 11px Arial;
	padding-left:20px;
}

.solidblockmenu li
{
    display: inline;
	float:left;
	height:28px;
}

.solidblockmenu li a
{
    float: left;
	height: 28px;
	line-height:28px;
	background:url(../images/others/tabs_01.png) no-repeat;
	background-position:left;
	color:#000;
	font-size:11px;
	font-weight:bold;
    padding: 10px 12px;
    text-decoration: none;
}

.solidblockmenu li a:visited
{
    color:#000;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current
{
    background:url(../images/others/tabs_02.jpg) no-repeat;
	background-position:left;
	color:#FFF;
	line-height:28px;
	height:28px;
	text-decoration:none;
}

.tabcontainer
{
    clear: left;
    width: 100%;
}

*: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;
    font-family: Arial;
    font-size: 11px;
	height:28px;
	line-height:28px;
	padding-left:4px;
	background:url(../images/others/tabs_03.jpg) repeat-x;
	margin-top:2px;
}

.tabcontent a
{
    font-family: Arial;
    font-size: 11px;
	color:#FFF;
	text-decoration:none;
}

.tabcontent a:hover
{
	color:#FFFF37;
	text-decoration:underline;
}
