/* ------------ MENU ------------ */

ul#navlist {
	list-style: none;
	width: 680px;
	padding: 0 8px 0 0;
	background: #DC151D;
	margin-left: 25px;
	font-size: 12px;
}

ul#navlist li {
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}


ul#navlist a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
	float: left; /* FOR IE5-Mac */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul#navlist a {float:none;}
/* End IE5-Mac hack */

ul#navlist li:hover { 	background: transparent url(/images/tab-right.gif) top right no-repeat; }
ul#navlist li:hover a {	background: transparent url(/images/tab-left.gif) top left no-repeat; }

/* ------------ SUBMENU ------------ */

/* OVERWRITE RULES FROM FIRST LEVEL */
ul#navlist li:hover .submenu li,
ul#navlist li:hover .submenu a { 
	background-image: none; 
}
ul#navlist .submenu li, ul#navlist .submenu a {float: none; margin: 0; padding: 0; }


/* START NEW RULES FOR SECOND LEVEL */

.submenu {
	position: absolute;
	top: 28px;
	left: 0;
	background: #EDEDD9;
	width: 170px;
	padding: 8px 0 10px 0;
	display: none;
	font-size: 11px;
	z-index: 600;
}

#involved .submenu { left: -75px; }

.submenu ul { 
	list-style: none;
}

/* Stops the jump in IE6 */
.submenu li { border-bottom: 1px solid #EDEDD9; }


/* NORMAL STYLE */
ul#navlist .submenu a { 
	color: #333; 
	font-weight: normal;
	width: 150px;
	padding: 0 10px 5px 10px;
	display: block;
}

/* HOVER STYLE */
ul#navlist .submenu li:hover a,
ul#navlist .submenu li:hover a:hover,
ul#navlist .submenu li:hover a:focus,
ul#navlist .submenu li:hover a:active { 
	color: #129205;
}

/* GO JUICE */
ul#navlist li:hover .submenu {
	display: block;
}

/* ------------ THIRD LEVEL ------------ */

.third-level {
	position: absolute;
	top: 0;
	left: 170px;
	background: #EDEDD9;
	padding: 10px 0 10px 0;
	display: none;
	z-index: 600;
}

/* NORMAL STYLE */
ul#navlist .submenu li:hover .third-level a {
	color: #333;
}

/* HOVER STYLE */
ul#navlist .submenu li:hover .third-level li:hover a,
ul#navlist .submenu li:hover .third-level a:hover,
ul#navlist .submenu li:hover .third-level a:focus,
ul#navlist .submenu li:hover .third-level a:active {
	color: #129205;
}

/* GO JUICE */
ul#navlist li:hover .submenu li:hover .third-level {
	display: block;
}

/* ------------ SIDEBAR MENU ------------ */


h3#menu-heading, h3#quick-heading {
	font-size: 140%;
	margin: 0;
	padding: 14px 0 0 10px;
	color: #DC151D;
	background: #D8D8BF;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}

h3#quick-heading { background: transparent; }

#quick-list { padding: 0 10px; margin-left: 18px; color: #DC151D; }
#quick-list li { margin-top: 5px; }

#sidebar-list { padding: 3px 0 20px; }

#sidebar-list, #sidebar-sublist {
	background: #D8D8BF;
	list-style: none;
}

#sidebar-list a {
	font-weight: bold;
	text-decoration: none;
	width: 199px;
	display: block;
	padding: 4px 10px;
}

#sidebar-sublist a { 
	padding-left: 30px;
	width: 179px;
	font-size: 90%;
	font-weight: normal;
}


#sidebar-list a:hover,
#sidebar-list a:focus,
#sidebar-list a:active {
	background: #F1F1E7;
}
