/* =====================================================================	
	 	nav.css
========================================================================		
   	Author: Ben Browning
   	Date: June 2008
------------------------------------------------------------------------
   Navigation styles
========================================================================*/ 
#menuwrapper{
	padding:0px;
	margin:0px;
	}

#nav {
	float:left;
	height:29px;
	list-style: none;
	margin:9px 0 0 0;padding:0;
	}
#nav li {
	float:left;
	background: #2382C4;
	height:29px;
	overflow: hidden;
	}
#nav li a { 
	color:#fff;
	display: block;
	height:29px;
	text-indent: -999999px;
	overflow: hidden;
	}	
#nav li a:hover, 
#nav li.current a { 
	background-position: 0 -29px;
	}	
#nav_home a {
	width:65px;
	background: url(/images/nav/nav_home.gif) 0 0 no-repeat;
	}
#nav_news a {
	width:60px;
	background: url(/images/nav/nav_news.gif) 0 0 no-repeat;
	}
#nav_legislation a {
	width:92px;
	background: url(/images/nav/nav_legislation.gif) 0 0 no-repeat;
	}
#nav_archive a {
	width:74px;
	background: url(/images/nav/nav_archive.gif) 0 0 no-repeat;
	}
#nav_events a {
	width:69px;
	background: url(/images/nav/nav_events.gif) 0 0 no-repeat;
	}
#nav_jobs a {
	width:122px;
	background: url(/images/nav/nav_jobs.gif) 0 0 no-repeat;
	}
#nav_directory a {
	width:86px;
	background: url(/images/nav/nav_directory.gif) 0 0 no-repeat;
	}
#nav_about a {
	width:84px;
	background: url(/images/nav/nav_about.gif) 0 0 no-repeat;
	}
#nav_comment a {
	width:104px;
	background: url(/images/nav/nav_clubenergy.gif) 0 0 no-repeat;
	}

#datewrapper{
	width:140px;
	height:29px;
	clear:right;
	float:right;
	margin-top:9px;
	background: #2382C4 url(/images/structure/bg_date.gif) top left no-repeat;
	color:#fff;
	text-align:center; 
	font-size: 0.8em;
	line-height:29px;
	}
	

/* SUB MENU STYLES
------------------------------------------------------------------------*/
#submenuwrapper{
	background: url(/images/structure/bg_subnav.gif) bottom left no-repeat; 
	width:913px; 
	height:30px;
	margin:0 0 0 13px;
	}
#submenuwrapper ul{
	margin:0 0 0px 4px; 
	padding:0px;
	}
#submenuwrapper ul li {
	list-style:none;
	display:inline; 
	padding: 5px 10px 0px 2px;   
	background:url(/images/structure/sub_separator.jpg) top right no-repeat;
	line-height: 30px;
	margin:0;
	}
#submenuwrapper ul li.last {
	background: transparent;
}
#submenuwrapper li a{color:#4d4d4d;}
#submenuwrapper li.current a { font-weight: bold;}
#submenuwrapper li a:hover{color:black;}

/* breadcrumb
------------------------------------------------------------------------*/
p.breadcrumb {
	margin:5px 0 10px 0;
	font-size: 0.9em;
	color: #888;
	}