/* navigation stuff */
body {
	behavior: url("/global/nav/csshover.htc"); /* WinIE behaviour call */ 
}

#home, #news, #community, #resources, #education, #about {
	position: relative;
	float:left;
	width:124px;
	height:30px;
	margin-bottom:0;
	margin-right:5px;
}

#home {width:73px;}
#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#news {width:152px;}
#news a, #news a:visited {background:url("/img/btn-news.gif") top left no-repeat;}
#news a:hover {background:url("/img/btn-news.gif") top right no-repeat;}

#community {width:119px;}
#community a, #community a:visited {background:url("/img/btn-community.gif") top left no-repeat;}
#community a:hover {background:url("/img/btn-community.gif") top right no-repeat;}

#resources {width:114px;}
#resources a, #resources a:visited {background:url("/img/btn-resources.gif") top left no-repeat;}
#resources a:hover {background:url("/img/btn-resources.gif") top right no-repeat;}

#education {width:111px;}
#education a, #education a:visited {background:url("/img/btn-education.gif") top left no-repeat;}
#education a:hover {background:url("/img/btn-education.gif") top right no-repeat;}

#about {width:79px;}
#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}


ul#nav {
	position:absolute;
	top:120px;
	left:0px;
	width:720px;
	height:30px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
	z-index:20;
}

#nav a {
	display:block;
	height:30px;
	border:0px solid black;
}

ul#nav li:hover {
	background: #f06c1a; /*changes dropdown hover bg color in MOZ*/
}

ul#nav li.submenu:hover {
	background-color:#f06c1a; /*changes dropdown hover bg color*/
}

ul#nav li a {
	display: block; 
	padding: 0px;	
	font:12px arial, verdana, sans-serif;
	color:#fff; 
	text-decoration: none;
}

ul#nav li {
	z-index:22;
}

ul#nav ul {
	position: absolute; 
	width:124px; 
	display: none; 
	z-index: 23;
}

ul#nav ul li { 
	border-bottom:0px solid #404040;
}

ul#nav ul li.last { 
	border-bottom:0px solid #404040;
}


ul#nav li.submenu li.submenu {
	width:124px;
	padding:0px;
}

ul#nav li.submenu:hover ul.level2, ul#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}

ul#nav ul.level2 {
	top: 30px; 
	left: 0px; 
	width:200px; 
	padding:0;
	margin:0;
	background-color: #0f78b6;
	list-style-image:none;
	border: 0px solid #9e9e9e; 
}

ul#nav li.submenu ul.level2 li a {
	background-image:none;
	
}

ul#nav li ul.level2 li {
	width: 200px; 
	margin:0;
	padding:0;
}

ul#nav ul.level2 a {
	height:auto;
	font:12px arial, verdana, sans-serif; /*change subnav font*/
	color:#fff; 
	padding:0px; 
	padding-top:5px;
	padding-left:16px;
	padding-bottom:5px;
	padding-right:16px;
	width:168px;/* border-left:5px solid #747474;*/ 
}


