.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Tahoma;
	width: 100%;
	background: #FFFFFF url(_images/blockdefault.gif) repeat-x center center;
	border-top: 1px solid;
	border-right: 0 solid;
	border-bottom: 1px solid;
	border-left: 0 solid;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
/* padding: 9px 11px; */
padding: 17px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #330066;
background: transparent url(_images/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*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.*/
}

.tabcontent{
display:none;
}

*: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;
}

/* Logo */
.logo{
position:relative;
top: 1px;
left: 84px;
padding: 0;
margin: 0;
color: #fff;
font: normal 10px Arial;
padding-left: 5px;
}

.logo img {
vertical-align: middle;
}

