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

#menu_area{
	width : 227px;
	position: absolute;
	z-index: 1;
}

#nav, #nav ul { /* all lists */
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	/*float : left;*/
	
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	/* margin-bottom : -1px; */
	width: 212px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
#nav li ul { /* second-level lists */
	z-index: 1;
	position : absolute;
	left: -999em;
	margin-left : 212px;
	margin-top : -1.5em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	z-index: 1;
}
#nav li a {
	width: 200px;
	w\idth : 200px;
	display : block;
	color : white;
	text-decoration : none;
	background-color: #8080a5;
	/* border : 1px dotted #FF00FF; */
	padding : 0.3em 0.5em;
}
#nav li a:hover {
	color : white;
	background-color: #3e4167;
}

#home #menu_home, #who_is_sylvia #menu_who_is_sylvia, #sylvia_the_artist #menu_sylvia_the_artist, #her_campaigns #menu_her_campaigns, #modern_perspectives #menu_modern_perspectives, #forum #menu_forum, #books_and_resources #menu_books_and_resources, #news_and_events #menu_news_and_events, #for_sale_and_wanted #menu_for_sale_and_wanted, #about_us #menu_about_us {
	color : white;
	background-color: #3e4167;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
a.daddy {
	background: url(/site_wide_images/menu-arrow.gif) center right no-repeat;
}

