#nav li { float: left; position: relative; }
* html #nav li * { position: relative; }
#nav li, #nav ul { margin: 0; padding: 0; }
#nav { line-height: 1; z-index: 9998; }

#nav a {
/*	background: url('') no-repeat 0 0; */
	display: block;
	height: 50px;
	text-indent: -999em;
	overflow: hidden;
}	
	#nav li:hover ul, #nav li.over ul { left: 0; }
	#nav li li { float: none; position: static; width: 100%; }
	
	#nav li li a, #nav li li a:hover, #nav li li a:active {
		background: none;
		height: auto;
		padding: 1px 12% 2px;
		text-indent: 0;
		width: 76%;
	}
	
	#nav li li a:hover { background: #eee; }
	
	#nav li ul {
		background: #fff;
		border-bottom: 1px solid #ce0000;
		left: -1999px;
		line-height: 1.5;
		padding: 5px 0;
		position: absolute;
		top: 50px;
		width: 200px;
		z-index: 9999;
	}
	
	#nav li {
			list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		height: auto;
	}
	
	#nav li span {
		position: absolute;
		top: 0px;
	}
	
	
	#nav-home a { background-image: url('images/menu_home_icon.gif'); width: 60px; }
	#nav-news a { background-image: url('images/menu_news.gif'); width: 71px; }
	#nav-events a { background-image: url('images/menu_Events.gif'); width: 93px; }
	#nav-blog a { background-image: url('images/menu_blog.gif'); width: 66px; }
	#nav-issues a { background-image: url('images/menu_issues.gif'); width: 87px; }
	#nav-aboutchris a { background-image: url('images/menu_about_chris.gif'); width: 136px; }
	#nav-volunteer a { background-image: url('images/menu_volunteer.gif'); width: 136px; }
	#nav-contribute a {background-image: url('images/menu_contribute_now.gif'); background-position: 30px 4px;; background-repeat: no-repeat; width: 268px; }

	.separator2
	{
		float: left;
		background-image: url('/Portals/_default/skins/ChrisRothfuss/images/menu_separator.jpg');
		background-repeat: no-repeat;
		height: 51px;
		margin: 0px 1px;
		padding: 0px;
		width: 1px;
		position: -moz-relative;
	}
	
	