/* Dropdown Menus */

ul#nav, ul.submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#nav {
	float:left;
	width: 590px;
	height: 42px;
	display: block;
	position:relative;
	top: -51px;
	margin-left:135px;
}

* html ul#nav {margin-left: 68px;}

ul li.section {
	position: relative;
	display:block;
	float: left;
	margin: 0px;
	height: 42px;
}


/*****************   DIFFERENT GRAPHICS FOR EACH SECTION **********************/

ul li.section a.about { 
	display:block;
	width:68px; height: 42px;
	background-image:url("/images/nav2006/about.gif");
	background-repeat:no-repeat;
	background-position: top center;
	padding: 0px; margin:0px;
}
ul li.section a.about:hover { background-image:url("/images/nav2006/about-over.gif");}


ul li.section a.book { 
	display:block;
	width:66px; height: 42px;
	background-image:url("/images/nav2006/book.gif");
	background-repeat:no-repeat;
	background-position: top center;	
	padding: 0px; margin:0px;
}
ul li.section a.book:hover { background-image:url("/images/nav2006/book-over.gif"); }


ul li.section a.mortifiedlive { 
	display:block;
	width:114px; height: 42px;
	background-image:url("/images/nav2006/mortifiedlive.gif");
	background-repeat:no-repeat;
	background-position: top center;	
	padding: 0px; margin:0px;
}
ul li.section a.mortifiedlive:hover { background-image:url("/images/nav2006/mortifiedlive-over.gif"); }


ul li.section a.recess { 
	display:block;
	width:90px; height: 42px;
	background-image:url("/images/nav2006/recess.gif");
	background-repeat:no-repeat;
	background-position: top center;	
	padding: 0px; margin:0px;
}
ul li.section a.recess:hover { background-image:url("/images/nav2006/recess-over.gif"); }


ul li.section a.participate { 
	display:block;
	width:99px; height: 42px;
	background-image:url("/images/nav2006/participate.gif");
	background-repeat:no-repeat;
	background-position: top center;	
	padding: 0px; margin:0px;
}
ul li.section a.participate:hover { background-image:url("/images/nav2006/participate-over.gif"); }


ul li.section a.storetified { 
	display:block;
	width:153px; height: 42px;
	background-image:url("/images/nav2006/storetified.gif");
	background-repeat:no-repeat;
	background-position: top center;	
	padding: 0px; margin:0px;
}
ul li.section a.storetified:hover { background-image:url("/images/nav2006/storetified-over.gif"); }

ul li.section a span {display:none;}


/*****************   SUBMENU  **********************/

ul.submenu {
	position: absolute;
	left: 5px; /* Set 1px less than menu width */
	top: 42px;
	background-color:#efefef;
	border: 1px solid #ccc;
	display: none;
	width: 130px;
}	

ul.submenu li { 
	float: none;
	text-align:left;
} 

/* Styles for Menu Items */
ul li.section a {
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li.section { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {  } /* Hover Styles */
		
ul.submenu li a { 
	font-size: 10px;
	padding: 3px; 
	text-align:left;
	text-decoration:none;
	color: #333;	
} /* Sub Menu Styles */

ul.submenu li a:hover { 
	background-color: #FFDB4C;	
}
		
li:hover ul, li.over ul { display:block; 	float: left;} /* The magic */


/* HOME and Share the Shame */

#header h1 a.home { 
	float:left;
	display:block;
	width:274px; height: 51px;
	background-image:url("/images/nav2006/home.gif");
	background-repeat:no-repeat;
	background-position: top left;	
	padding: 0px; margin:0px 0px 0px 25px;
}

* html #header h1 a.home {margin-left: 13px;}

#header h1 a.home:hover { background-image:url("/images/nav2006/home-over.gif"); }

div a.shareshame { 
	float:left;
	display:block;
	position:relative;
	top: -51px; left: 506px;
	width:219px; height: 51px;
	background-image:url("/images/nav2006/shareshame.gif");
	background-repeat:no-repeat;
	background-position: top left;	
	padding: 0px; margin:0px 0px 0px 0px;
}

div a.shareshame:hover { background-image:url("/images/nav2006/shareshame-over.gif"); }

* html div a.shareshame {	display:block; left: 507px;}

div a.shareshame span { display:none; }