#navigationContainer
{
	border-right: solid 1px #F1EFE2;	
	background-image: url(../Images/NavBar/nav_vert.jpg);		
	background-repeat: repeat-x;		
	width: 771px;
}

#navigationContainer td
{			
	text-align: center;
}

#navigationContainer td.NavBar_Spacer
{
	 background-image: url(../Images/NavBar/nav_div.jpg);
	 background-repeat: no-repeat;
	 width: 1px;
	 font-size: 1px;
}

#navigationContainer td.NavBar_SelectedItem
{
	background-image: url(../Images/NavBar/nav_vert_on.jpg);		
	background-repeat: repeat-x;	
}

#navigationContainer a
{
	font-size: 70%;	
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}