/* NAV CSS */


#nav {
	float:left;
	width: 220px;
	margin-top:70px;
	margin-right:20px;
	background-color:#fff;
	}

	#nav ul	{
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
		margin-top: 0;
/*		padding-right:20px;
*/		}
	

	#nav li {
		list-style-image:none;
		margin:0;
		}
		#nav li.title {
			display: block;
			padding: 10px;
			width: 160px;
			background-color: #ffffff;
			border-bottom: 1px solid #999999;
			}
	#nav a {
		display: block;
		padding: 10px;
		width: 160px;
		background-color: #ffffff;
		border-bottom: 1px solid #999999;
		color: #213f97;
		}
	
	#nav a:link, #navlist a:visited	{
		color: #213f97;
		text-decoration: none;
		}
	
	#nav a:hover {
		background: #e1e1e1 url("../images/link_arrow.gif") 95% 50% no-repeat !important;
		color: #000000 !important;
		text-decoration: none;
		}


	#nav a.active {
		background: transparent url("../images/link_arrow.gif") 95% 50% no-repeat;
		color: #990000;
		text-decoration: none;
		}

/*#nav {
	float:left;
	width:220px;
	margin-top:53px;
	margin-right:20px;
	background-color:#fff;
	}

	#nav ul {
		list-style-type:none;
		margin-left:0px;
		padding-left:0px;
		padding-right:20px;
		}
		
	#nav li {
		background-color:#fff;
		list-style-image:none;
		padding:10px;
		margin:0px;
		border-bottom: 1px solid #999999;
		}
		
	#nav li:hover {
		list-style-image:none;
		background: #e1e1e1 url("../images/link_arrow.gif") 95% 50% no-repeat;
		}
		
	#nav a {
		display: block;
		color:#213f97;
		text-decoration:none;
	}
	#nav a:hover {
		color:#000000;
	}
*/