.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none; }
.sf-menu {
	line-height: 1.0;
	float: left;
	position: relative;
	display: block;
	width: 800px;
	padding: 0; 
	margin: 0 0 10px;
	z-index: 700; }
.sf-menu a {
	display: block;
	position: relative;
	padding: 10px 0;
	height: 15px;
	color: #000;
	z-index: 101 !important;
	text-decoration: none;
	text-align: center;
	background: #CCC url('../images/menubg.png') repeat-x top center; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #900;
	background-position: 0 -35px; 
	outline: 0;
	color: #FFF; }
.sf-menu li.sfHover a {
	background-position: 0 -35px;
	color: #FFF; }
	
.sf-menu li {
	float: left;
	position: relative;
	width: 88px;
	z-index: 100 !important;
	border-right: 1px solid #bbb; }
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */ }
	
.sf-menu ul { /* FIRST LEVEL SUBMENUS */
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	z-index: 100 !important; }
.sf-menu ul li {
	width: 100%;
	background-color: #AAA; }
.sf-menu li.sfHover ul a, .sf-menu ul a {
	z-index: 100 !important;
	position: relative;
	border-right: 0;
	color: #000;
	background-color: #AAA; 
	background-position: 0 -70px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #888; }
.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active, .sf-menu li.sfHover ul a:hover {
	background-position: 0 -35px; 
	outline: 0;
	color: #FFF; }

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 35px; /* match top ul list item height */
	z-index: 99 !important; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 87px; /* match ul width */
	top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 87px; /* match ul width */
	top: 0; }

/*** arrows **/
.sf-menu ul a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
span.sf-sub-indicator {
	display: none; }
.sf-menu ul .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	top:			5px; /* IE6 only */
	overflow:		hidden;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../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;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

a.rounded5left {
	background: url('../images/menucorners.png') no-repeat top left; }
a.rounded5left:hover {
	background-position: bottom left; }	
a.rounded5right {
	background: url('../images/menucorners.png') no-repeat top right; }
a.rounded5right:hover {
	background-position: bottom right; }