
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

/*IE FIX */

#sf-menu {
//	position: absolute;
//	z-index: 999;
}


.sf-menu {
	line-height:	1.0;
	}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/*removed 2010-04-18 width: 10em;*/ /* left offset of submenus need to match (see below) */
	/*start added 2010-04-8*/
	width: 152px;
	border: 1px solid #b5b5b5;
	/*end added 2010-04-8*/
}
.sf-menu ul li {
	width:			100%;
	z-index:999999;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:999999;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index:999999;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
//	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-9999px;
//	z-index:		999;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
/*	removed 2010-04-18 left:			10em;*/ /* match ul width */
	top:			0;
	/*start added 2010-04-8*/
	width: 152px;
	z-index:9999999;
	/*end added 2010-04-8*/
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index:999999;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
/*	removed 2010-04-18 left:			10em;*/ /* match ul width */
	top:			0;
	/*start added 2010-04-8*/
	width: 152px;
	z-index:99999999;
	/*end added 2010-04-8*/
}


/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1px;
//	z-index:	99;
}
/*.sf-menu a {
	padding: 5px 0px 5px 0px; 
	margin:0px;
	text-decoration:none !important;

}*/
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color: #666666;*/
	z-index: 999999;
	
}


.sf-menu li {
	text-decoration:none !important;
	/*border-bottom:	1px solid #FFFFFF;*/
	 padding:0px; margin:0px; 
	 background: url("../images/round/main-menu-arrow.gif") no-repeat scroll 0 1px transparent;
	 
}


/*.sf-menu li a:active {
	color: #fff;
}*/

.sf-menu li li {
	background:#ffffff;
	text-decoration:none !important;
	/*border-bottom:	1px solid #999999; padding:0px; margin:0px;*/
	border-bottom: #f0f0f0 1px solid;
	
	
}
.sf-menu li li li {
/*	background:		#9AAEDB;*/
	background:#ffffff;
	text-decoration:none !important;
	/*border-bottom:	1px solid #999999; padding:0px; margin:0px;*/
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	outline:		0;
	text-decoration:none !important;
	background-color: #b8d7e7;
	background: url(../images/round/main-menu-arrow.gif) 0 -65px repeat-x;
	
}
.sf-menu li li:hover, sf-menu li li li:hover {

	background:#b8d7e7;
	background: url(../images/round/main-menu-arrow.gif) 0 -65px repeat-x;
}

/**//*** arrows **/
.sf-menu a.sf-with-ul {
	/*start added 2010-04-8*/
	/*background:url("../images/round/menu-arrow.gif") no-repeat scroll 0 -2px  transparent;*/
	/*end added 2010-04-8*/
	/*padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */	
	
}
.sf-menu a.sf-with-ul {
 	color: #404040;
}

.sf-menu a.sf-with-ul:hover, .sf-menu a.sf-with-ul.sfHover,
.sf-menu a.sf-with-ul a:focus, .sf-menu a.sf-with-ul a:hover, .sf-menu a.sf-with-ul a:active {
	color: #404040;
}



.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			2px;
	top:			1px; /* IE6 only */
	width:			10px;
	height:			12px;
	text-indent: 	-9999px;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			4px;
	/*background-position: 0 -100px;*/ /* use translucent arrow for modern browsers*/
	background-position: -10px -100px; /* white arrow override*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 5px 6px 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;
}

