#navigationContainer {
	height:45px;
	background-color:#171511;
	
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	display:inline;
	background-image:url(Content/Images/NavigationBackground.jpg);
	background-repeat:repeat-x;	
}

#navigation {
	width:100%;
	background-color:#171511;
	position:relative;
	top:0px;
	left:280px;
	background-image:url(Content/Images/NavigationBackground.jpg);
	background-repeat:repeat-x;	
}

ul.root {
	color:#666;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	height:45px;
	display:inline;
}

ul.root li {
	display:inline;
	float:left;
	height:45px;
	width:100px;
	text-align:center;
}

ul.root li:hover {
	border-right:1px solid #564F3D;
	border-left:1px solid #564F3D;
	background-color:#171511;
	text-decoration:underline;
}

ul.root li.divider {
	width:4px;
	height:40px;
	display:inline;
	margin:0px;
	padding:0px;
}

ul.root li a {
	color:#FFF;
	display:block;
	text-decoration:none;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding:16px 0px 0px 0px;
}


ul.root li.active {
	background-color:#171511;
	border-right:1px solid #564F3D;
	border-left:1px solid #564F3D;
	text-decoration:underline;
}

ul.root li.active a {
	color:#FFF;
}

ul.root li.active a:hover {
	color:#FFF;
}
