#navContainer {
	width: 200px;
	float: left;
	height: 250px;
	margin: 188px 0 0 25px;
	padding: 0;}
	
	#navContainer li {
		background: #4f0905;
		border: 1px solid white;
		list-style-type: none;
		margin: 3px 0;
		color: white;
		padding: 2px 0 2px 5px;}
			
		#navContainer a:link, #navContainer a:visited {
			color: white;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: normal;
			font-size: 13px;}
			
		#navContainer a:hover {
	text-decoration: none;
}
			
		
		
