
.solidblockmenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	font: bold 13px Verdana, Geneva, sans-serif;
	width: 100%;
	border: 1px solid #ffffff;
	border-width: 1px 0px 0px 0px;
	background:url(media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 9px 9px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited {
	color: #ffffff;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current {
	color: #4c0b63;
	background: transparent url(media/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: -1em;
}

.tabcontent {
	display:none;
	background-color:#ffbf00;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#2e0d38;
}

.tabcontent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2e0d38;
	font-weight:bold;
	}

.tabcontent a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#8212aa;
	font-weight:bold;
	
	}
