/* CSS Document */

/* Top Menu Id's */

  #nav {
  list-style:none;
  width: 127px;
  padding: 0px;
  margin: 0px;
  
 

	}
	
	#nav li{

	clear:both;
	width:auto;
	padding:  0 0 0 18px;
	
	background:url(../../img/hafrennmenuimg.gif) left top no-repeat;
	}
	
	
	#nav li:hover, #nav li.over{
	
	color:#f15d1d;
	}
	
	#nav li:hover a, #nav li.over a{
	
	color:#f15d1d;
	}
	
	#nav #active{
	background:url(../../img/hafrennmenuimgactive.gif) left top no-repeat;
	color:#bc9c06;
	
	}
	
	
	#nav #active a{
	color:#bc9c06;
	
	}

* html #nav li a { height: 1%; }
	
	html>body	#nav li{
	
	height: auto;
	
	
	
	}
	
	#nav li a{
	margin: 10px 0px 0px 0px;
	text-decoration:none;
	
	
	height: auto;
	color:#bb5232;
	width: 109px;
	font-weight: bold;

	
			
	}
	

	
	


* html ul li { height: 1%; }
* html ul li a { height: 1%; }
