
a:link {
	color: #646362;
}
	#navcontainer {
		margin: 0px; 
		padding: 0px; 
		font-family: arial, helvetica, sans-serif;
		}

	#navcontainer p	{
		padding: 7px 0px 0px 0px;
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}


	#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
		} 

	#navcontainer img {
	margin: 0px;
	padding: 0px;
		}

	ul#navlist {
		list-style: none; 
		padding: 0px; 
		margin: 0px; 
		font-size: 14px;
		font-weight:300;
		}

	ul#navlist li {
		text-align: center;
		float: left; 
		height: 45px;
		width: 92px;
		margin: 0;
		border-left: 1px solid #fbcb94;
		padding: 0; 
		background-color: #f89829;
		}

	ul#navlist li a {
	display: block;
	padding: 16px 0 13px 0;
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
	}

	#navcontainer>ul#navlist li a { width: auto; height: auto; } 

	ul#navlist li a:hover,
	ul#navlist li#active a:hover {
	color: #FFF;
	background: #000000;
		}
		
	ul#navlist li.home	{
		border-left: none;
		}
		
/*Empty corner elements for the Navigation area*/
		
ul#navlist li#empty-left	{
		border-left: none;
		width: 17px;
		background: #f89829 url(../pics/corner_tl.gif) no-repeat left top;
		}

ul#navlist li#empty-right	{
		width: 195px;
		background: #f89829 url(../pics/corner_tr.gif) no-repeat top right;
		}
