/* CSS Document */

/*Main Navigation*/

#navcontainer
{
	margin: 0;
	padding: 0px 3px 0px 7px;
	width: 986px;
	background-image: url(../images/logos/button_down.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	background-color: #2D5823;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;

}



#navcontainer a
{
	color: #FBFE1B;
	display: block;
	width: 100px;
	height:24px;
	text-decoration: none;
	background: url(../images/logos/button_down.jpg) repeat-x;
	margin: 0;
	padding: 3px 10px;
	border-left: 1px solid #006600;
	border-top: 1px solid #336633;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #336633;
	font: bold 120% arial, helvetica, serif;
	text-align: center;
}

#navcontainer a:active {
	background: url(../images/logos/button_up.jpg) repeat-x;
	border-bottom: 1px solid #666666;
	color: #F9F900;
	background-color:inherit;
	}
	
#navcontainer a:hover {
	background: url(../images/logos/button_up.jpg) repeat-x;
	border-bottom: 1px solid #666666;
	color: #FFF;
	background-color:inherit;
	}
	
#navcontainer li a#current
{
background: url(../images/logos/button_up.jpg) repeat-x;	
color:#CCC;
border-bottom: 1px solid #666;
cursor:default;
}	
