.homemenu ul{
margin: 0;
padding: 0;
float: center;
width: 100%;
border: 0px solid #625e00;
border-width: 0px 0;
}

.homemenu li{
display: inline;
}

.homemenu li a{
float: center;
color: white;
padding: 0px 10px;
text-decoration: none;
border-right: 0px solid white;
}

.homemenu li a:visited{
color: white;
}

.homemenu li a:hover, .homemenu li a.current{
color: white;
background: transparent url(media/homeactive.png) center center repeat-x;
}

.tabcontainer{
clear: center;
width:95%; /*width of 2nd level sub menus*/
height:100%; /*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;
}