@charset "utf-8";
/* CSS Document */
#navcontainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background-color: #000000;
}

ul#navlist
{
text-align: center;
list-style: none;
padding: 0;
margin: 0;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	height: 56px;
}

ul#navlist li a
{
	display: block;
	padding-top: 18px;
color: #FFFF66;
	text-decoration: none;
	background: url(images/but_out.jpg) top left no-repeat;
width: 166px;
height: 56px;
}

#navcontainer>ul#navlist li a { 
	background: url(images/but_out.jpg) top left no-repeat;
width: 166px;
height: 56px;
 }

ul#navlist li#active a
{
	color: #FFFF00;
}

ul#navlist li#active a
{
	color: #FFFF00;
	background: url(images/but_over.jpg) top left no-repeat;
	width: 166px;
	height: 56px;
}
ul#navlist li#nor a:hover
{
	color: #FFFF00;
	background: url(images/but_over.jpg) top left no-repeat;
	width: 166px;
	height: 56px;
}


