@charset "UTF-8";
/* CSS Document */

/* --- NAV_PRIMARY --- */

/* --- superfish --- */

body {
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}

#nav_primary {
	background-color: #29276a;
	border-bottom: 1px solid #29276a;/*to match border on links*/
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	font-size: 16px;
	font-weight: bold;
	height: 39px;
	left: 10px;
	position: relative;
	text-transform: uppercase;
	width: 940px;
	z-index: 1;
}

/* link styles */
#nav_primary ul a {
	text-decoration: none;
	display: block;
	padding: 11px 0 4px 10px;
	color: #f7faf5;
	height: 24px;
	width: 146px;
	border-bottom: 1px solid #29276a;
	border-right: 1px solid #29276a;
	margin: 0;
}

#nav_primary ul li#a_index a {
	background-color: #75328f;
}

#nav_primary ul li#a_storys a {
	background-color: #e07d33;
}

#nav_primary ul li#a_advocacy a {
	background-color: #a6b934;
}

#nav_primary ul li#a_news_items a {
	background-color: #3675a3;
}

#nav_primary ul li#a_how_to_help a {
	background-color: #b03246;
}

#nav_primary ul li li a {
  /* style for links on pop-up menus */
}

#nav_primary ul li li li a {
	/* style for second level menu links */
}

#nav_primary ul li#a_index a:hover {
	background-color: #572576;
}

#nav_primary ul li#a_storys a:hover {
	background-color: #cb5f28;
}

#nav_primary ul li#a_advocacy a:hover {
	background-color: #7e9b2e;
}

#nav_primary ul li#a_news_items a:hover {
	background-color: #285786;
}

#nav_primary ul li#a_how_to_help a:hover {
	background-color: #93263d;
}

/* main nav bar */
#nav_primary ul {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
#nav_primary ul  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
	position: relative;
}


/* pop-up subnav */
#nav_primary ul ul {
	font-family: Arial, Verdana, Geneva, Tahoma, Helvetica sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	text-transform: capitalize;
	top: 40px; /* change when you change height of links */
	display: none;
}

#nav_primary ul ul a {
	padding: 13px 0 2px 10px;
}


/* list items in pop-up subnav */
#nav_primary ul ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
#nav_primary ul ul ul {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	left: 160px; /* change when you change width of links */
	position: absolute;
	top: -1px;
	z-index: 99;
}

#nav_primary ul ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
#nav_primary ul .sub {
	/*background-image: url(../images/superfish/arrow_down.png);*/
	background-position: 2px 7px;
	background-repeat:no-repeat;
}

#nav_primary ul .subsub {
	/*background-image: url(../images/superfish/arrow_left.png);*/
	background-repeat: no-repeat;
	background-position: 6px 11px;
}

/* --- end of superfish --- */


/* --- NAV_SECONDARY --- */

#nav_secondary {
	border-top: 5px solid #c9cac7;
	padding-top: 10px;
}

#nav_secondary ul {
	list-style: none;
}

#nav_secondary li {
	display: inline;
	margin: 0;
	padding-left: 10px;
}

