@charset "UTF-8";
/* CSS Document */

#navcontainer
{
	padding: 0px 10px 0px 0px;
	margin: 26px 20px 0px 0px;
	float:left;
	width:160px;
}
	
#navcontainer ul 
{

	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px; 
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navcontainer ul li 
{ 
	margin: 0px; 
	list-style-type: none;
}

#navcontainer ul a
{
	display: block;	
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: #aca49f 1px dashed;
	line-height:35px;
	
	
}
#navcontainer ul li a p{
padding:0;margin:0;
}


#navcontainer ul a:hover {
	color: #;
	text-decoration: none;
	background-color:#aca49f ;
	}



/* 2nd level nav */


	
#navcontainer ul ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: .95em; 
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	border-bottom: #aca49f 1px dashed;
}

#navcontainer ul ul li 
{ 
	margin: 0px; 
	list-style-type: none;
}

#navcontainer ul ul a
{
	display: block;	
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	text-align: left;
	margin: 6px 0px;
	color: #fff;
	border-bottom: #aca49f 0px dashed;
	line-height:16px;
	
}

#navcontainer ul ul a:hover 
{
	color: #;
	text-decoration: underline;
	background:none;
	}