
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	width: 130px;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em;*/ /* left offset of submenus need to match (see below) */
	width: 180px;
}
.sf-menu ul li{
	width: 100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
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:			10em;*/ /* match ul width */
	left: 180px;
	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:			10em;*/ /* match ul width */
	left: 130px;
	top:			0;
}


/*** DEMO SKIN ***/

.sf-menu {
	float:			left;
	margin-bottom:	10px;
}



/********* 1st level links ***************/

.sf-menu li {
	/*height: 36px;*/
}


.sf-menu li a, .sf-menu li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	padding: 		.75em 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px georgia;
	font-weight: bold;
	color:			#fff;
}

.sf-menu li a {
	background-color: #a4b83d;
	background-image: url('../images/nav_middle_elsewhere_off.gif');
	outline: 0;
}

.sf-menu li a.here{
	background-color: #669;
	background-image: url('../images/nav_middle_here_off.gif');
	background-repeat: no-repeat;
}

.sf-menu li a.top{
	background-color: #a4b83d;
	background-image: url('../images/nav_top_elsewhere_off.gif');
	background-repeat: no-repeat;
}

.sf-menu li a.top_here{
	background-color: #669;
	background-image: url('../images/nav_top_here_off.gif');
	background-repeat: no-repeat;
}

.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	background-color:		#d25f13;
	background-image: url('../images/nav_middle_elsewhere_over.gif');
	background-repeat: no-repeat;

}

.sf-menu li a.here:focus, .sf-menu li a.here:hover, .sf-menu li a.here:active {
	background-color:		#d25f13;
	background-image: url('../images/nav_middle_here_over.gif');
	background-repeat: no-repeat;
}

.sf-menu li a.top:focus, .sf-menu li a.top:hover, .sf-menu li a.top:active {
	background-color:		#d25f13;
	background-image: url('../images/nav_top_elsewhere_over.gif');
	background-repeat: no-repeat;
}

.sf-menu li a.top_here:focus, .sf-menu li a.top_here:hover, .sf-menu li a.top_here:active {
	background-color:		#d25f13;
	background-image: url('../images/nav_top_here_over.gif');
	background-repeat: no-repeat;
}


/********* 2nd level links ***************/

.sf-menu li ul {
	border: 1px solid #ead693;
}

.sf-menu li li {
	/*height: 36px;*/
	background-color: #ffc;
}


.sf-menu li li a, .sf-menu li li a:visited{
	padding: 0.75em 1.2em;
	padding: 0.5em 1em;
	text-decoration: none;
	text-transform: none;
	font: 12px arial;
	font-weight: normal;
	color: #d25f13;
	background-color:	#ffc;
	background-image: none;
}

.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	color: #d25f13;
	background-color:	#faefb9;
	background-image: none;
	font-weight: bold;
}



/*


.sf-menu li a {
	padding: 		.75em 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px georgia;
	font-weight: bold;
}


.sf-menu li {
	background:		#a4b83d;
	height: 37px;
}

.sf-menu li#top{
	background-image: url('../images/nav_top.png');
}

.sf-menu li.here{
	background: #669;
	background-image: url('../images/nav_here.png');
	background-repeat: no-repeat;
}

.sf-menu li.here#top{
	background-image: url('../images/nav_here_top.png');
}

.sf-menu li li {
	background:		#ffc;
}
.sf-menu li li li {
	background:		#ffc;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#d25f13;
	outline:		0;
}
*/

