#navcontainer {
	height: 24px;
	text-align: center;
	padding: 52px 0 0 140px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding: 2px 2px 2px 6px;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 1px 0;
        margin: 0;
		height: 20px;
}

#navcontainer ul li a {
        background: #0099CC;
        height: 18px;
		padding: 4px 20px;
        margin: 0 2px 0 0;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font: bold 13px tahoma, verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
	color: #000;
	background: #fff;


}

#navcontainer a:active {
        background: #ff9900;
        color: #fff;
		
}
#navcontainer #current {
        background: #fff;
        color: #000;
		
}
#navcontainer li#active a {
	background: #3C791A;
	color: #fff;
}
