.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	width:			100%; 
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; 
}
.sf-menu ul li {
	padding-left: 	0 !important; 
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	padding-left: 	0 !important; 
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfhover ul {
	left:			0;
	top:			28px; /* match top ul list item height */
	z-index:		99;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	width:			952px; 
}
.sf-menu a {
	border-left:	1px solid #a5acb1;
	border-right:	1px solid #a5acb1;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		0.933em;
	font-weight: 	bold;
	letter-spacing: 0.075em;
	padding: 		8px 22px 9px 20px;
	text-align:		left; 
	text-decoration:none;
	text-transform:	uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text color*/
	color:			#fff;
}
.sf-menu li {
	background:		#162d5d;
}
.sf-menu li a {
	display:		block;
}
.sf-menu li li {
	background:		#fff;
}

.sf-menu li.home a { border-left:0 !important; padding-left:25px !important; width:170px; }
.sf-menu li.about a { width:162px; }
.sf-menu li.involved a { width:104px; }
.sf-menu li.donate a { width:54px; }
.sf-menu li.faqs a { width:37px; }
.sf-menu li.contact a { border-right:0px !important; width:156px; }

.sf-menu li:hover, .sf-menu li.sfhover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#3a558d;
	outline:		0;
}

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
/*** shadows for all but IE6 ***/
ul.sf-shadow  {
	background:	url(https://secure3.convio.net/ala/pledge/images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	width: 			200px !important;
    z-index: 500 !important;
}

ul.sf-shadow li a {
	background: 	url(https://secure3.convio.net/ala/pledge/images/bullet.png) no-repeat 21px 6px;
	color:			#505050 !important;
	font-weight:	normal !important;
	line-height:	1.3em;
	padding:		2px 8px 2px 30px !important;
	text-transform:	capitalize !important;	
	width: 			161px !important;
}

ul.sf-shadow li a:hover { 
	background:#fff url(https://secure3.convio.net/ala/pledge/images/bullet-red.png) no-repeat 21px 6px;
	color:		 #EE1B2E !important; 
}

ul.sf-shadow li.first a, ul.sf-shadow li:first-child a { 
	background: 	url(https://secure3.convio.net/ala/pledge/images/bullet.png) no-repeat 21px 12px; 
	padding-top: 	8px !important; }
ul.sf-shadow li:last-child a {padding-bottom:8px !important;}
	
ul.sf-shadow li.first a:hover, ul.sf-shadow li:first-child a:hover { 
	background:#fff url(https://secure3.convio.net/ala/pledge/images/bullet-red.png) no-repeat 21px 12px;
}
ul.sf-shadow li.last a { border-bottom: 1px solid #a5acb1; padding-bottom:12px !important; } 

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


ul.sf-shadow {z-index: 500 !important;}
