#navigation {
	text-align:center;
	margin:0 auto;
	width:100%;
	height:35px;
}

ul.root {
	color:#666;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	height:35px;
}

ul.root li {
	display:inline;
	float:left;
	height:35px;
	z-index:1000;
	width:110px;
	margin-right:5px;
}

ul.root li:hover {
	background-image:url(../Content/Images/ButtonRollover.jpg);
	background-repeat:no-repeat;
}

ul.root li a {
	color:#FFF;
	display:block;
	padding:9px 8px 0px 9px;
	text-decoration:none;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}

ul.root li a:hover {
	text-decoration:underline;
}


ul.root li.active {
	background-image:url(../Content/Images/ButtonRollover.jpg);
	background-repeat:no-repeat;

}

ul.root li.active a {
	color:#FFF;
}

ul.root li.active a:hover {
	color:#FFF;
}