 #navcontainer
{
	margin: 0;
	padding: 0 0 0 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 11px;
}

#navcontainer A
{
color: #FFFFFF;
display: block;
width: auto;
text-decoration: none;
background: #0076bf;
margin: 0;
padding: 8px 10px;
border-right: 1px solid #999999;
}

#navcontainer A:hover, #navcontainer A:active { background: #53A2D1; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #0076bf;
font-weight: bold;
}
#navcontainer A.current
{
color: #0076bf;
display: block;
width: auto;
text-decoration: none;
background: #fdbe56;
margin: 0;
padding: 8px 10px;
border-right: 1px solid #999999;
}

/* CSS Document */
h2 {
	font-size: 18px;
	color: #FF9900;
}
