@charset "UTF-8";
/* CSS Document 
style sheet for the left nav menu*/

#navcontainer {
	background-color:#ffffff;
	margin:0px 0px 2px 0px;
	border:1px solid #ffffff;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}


#navcontainer a
{
	font: 12px "Lucida Grande","Lucida Sans", sans-serif;
	display: block;
	color: #609;
	width: auto;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	font-weight: normal;
	line-height:19px;
	border-bottom: 1px dotted #666666;
	 }

#navcontainer li li a  {
	font: 11px "Lucida Grande","Lucida Sans",sans-serif;
	display: block;
	color: #609;
	padding: 3px 3px 3px 20px;
	text-decoration: none;	
	font-weight: normal;
	background-color:white;
	line-height:15px;
}
#navcontainer a:hover
{
	color:#609;
	background: #e1e1e1 url(../images/purple-arrow.png) no-repeat left;
}
#navcontainer a.current {
	background: #e2e2e2 url(../images/purple-arrow.png) no-repeat left;
}
