﻿#navcontainer
{
  margin: 0 25px;
}

#navcontainer ul
{
	margin: 0;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	color: #000000;
	text-decoration: none; 
	text-align: center;
	float: left; 
	background: transparent url('../images/button-transparant.png') no-repeat scroll center center;
	width: 100px;
	height: 30px;
	margin: 0 5px;
	padding: 3px 0;
}

#navcontainer ul li a:hover
{
	color: #0000FF;
	text-decoration: none; 
	text-align: center;
	float: left; 
	background: transparent url('../images/button.png') no-repeat scroll center center;
	width: 100px;
	height: 30px;
	margin: 0 5px;
	padding: 3px 0;
}

#navlist li#active a
{
	color: #FF0000;
	text-decoration: none; 
	text-align: center;
	float: left; 
	background: transparent url('../images/button.png') no-repeat scroll center center;
	width: 100px;
	height: 30px;
	margin: 0 5px;
	padding: 3px 0;
}