<style type="text/css">

	
/* -----------------------------------------------------------
begin left navagation   #E1F6FD, F0FBFF
----------------------------------------------------------- */
div.leftNav { 
	font-family: arial; 
	font-size: 16px; 
	width: 190px; 
/*	background: #fff;  */
	background: #5085BB;  
	margin: 0; }

div.leftNav .header { 
	color: #000; 
	padding:3px; 
	font-weight: bold; 
	border-bottom:2px solid #d6d6d6; }

div.leftNav .content ul { 
	padding: 0; 
	margin:0px; 
	list-style: none;  }

div.leftNav .content li {	
	border-bottom: 1px solid #d6d6d6; }

div.leftNav .content a { 
	display: block; 
	padding: 3px;
	width: 190px; 
	color:#FFFFFF;	/* F8B91A */
	text-decoration: none; }

div.leftNav .content a:hover { 
	color:#9B3A3A;
	background: #F7F7F7; }
/* -----------------------------------------------------------
end left navagation
----------------------------------------------------------- */

	#navDiv {
		position:absolute;
		top:75px;
		left:0px;
		background-color:#5085BB;
		height:100%;
/*		height:expression(document.getElementById("navDiv").clientheight + "px"); 		*/
	}

	

</style>

<!--[if IE]>
<style>

	/* Fucking bullshit, because IE measures the box model differently */
	
		#news {
			top:110px;
		}
		
		#searches {
			top:110px;
		}
		#stats {
			top:365px;
		}
		#navDiv {
			top:82 px;
		}
		
</style>

<![endif]-->

