/* CSS Document */

#navWrap { 
	float: left; 
	width: 275px; 
	padding: 0; 
	margin: 0 20px 0 0;
	height:235px;
	background: url(/images/navWrapBG.jpg) no-repeat top right;
}

#nav {
	width: 190px;
	margin: 0 0 0 60px;
	padding: 10px 0 10px 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	text-transform: uppercase;
	letter-spacing:.5px
	}

.navBottom {
	display:none;
}
	
#nav ul { 
	width: 186px;
	list-style: none;
	padding:0 0 1px 0; 
	color: #6f4805;
	background:url(/images/greenDottedLine.gif) repeat-x bottom left;
	}

#nav ul li { 
	width: 186px;
	margin: 0 0 0 0;
	padding:1px 0 0 0;
	background:url(/images/greenDottedLine.gif) repeat-x top left;
}
	
#nav a {
	display: block;
	width:166px;
	padding: 6px 0 6px 20px;
	color: #004275;
	text-decoration: none;
}
#nav a:link, #nav a:visited {

}
		
#nav a:hover {
	color: #d21034;
	background: #f7f9f8;
}
#nav a.selected {
	color: #d21034;
	background: #f7f9f8;
}	

	
#banner_ads { 
	margin: 10px 0 0 0px; 
	padding: 0px 0 0 0px; 
	float: left; 
	width: 188px; 
	text-align: center;
	background:green;
	}

#banner_ads img {border:0; margin-bottom:15px;}

.home_link {
	text-indent:-9999px;
	height:100px;
	width:179px;
	display:block;
	margin-left: 10px;
	:-moz-any-link:focus;
	outline: none;
	}
