/*.solidblockmenu ul{
margin: 0;
float: left;
font: bold 13px Arial;
width: 100%;
background-color: #8e8e90;
z-index: 15000;
height: 40px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
margin: 4px;
padding: 6px 14px 8px 14px;
text-decoration: none;
border: 1px solid #8e8e90;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background-color: #330099;
border: 1px solid white;
}
*/
.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.*/
}

*: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;
}

body#schedule a#schedule,
body#about a#about,
body#contact a#contact,
body#register a#register,
body#photos a#photos,
body#results a#results,
body#contentmgr a#contentmgr,
body#staff a#staff,
body#newsEvents a#newsEvents,
body#home a#home{
	color: white;
	background: url(media/blockactive.gif);
	border: 1px solid white;
}