/*** ESSENTIAL STYLES ***/
.sf-menutop, .sf-menutop * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menutop {
	line-height:	1.0;
}
.sf-menutop ul {
	position:		absolute;
	z-index:10000;
	top:			-999em;
	width:			172px; /* left offset of submenus need to match (see below) */
}
.sf-menutop ul li {
	width:			100%;
}
.sf-menutop li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menutop li {
	float:			left;
	position:		relative;
	width:172px;
/*	border-bottom:1px dotted #000; */
/*	background:transparent url(../images/bullet_orange.png) no-repeat top left;*/
}
.sf-menutop a {
	display:		block;
	position:		relative;
}
.sf-menutop .mleft {
		margin-left:10px;
}

.sf-menutop .italic {
	font-style:italic;
}
.sf-menutop li:hover ul,
.sf-menutop li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menutop li:hover li ul,
ul.sf-menutop li.sfHover li ul {
	top:			-999em;
}
ul.sf-menutop li li:hover ul,
ul.sf-menutop li li.sfHover ul {
	left:			172px; /* match ul width */
	top:			0;
}
ul.sf-menutop li li:hover li ul,
ul.sf-menutop li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menutop li li li:hover ul,
ul.sf-menutop li li li.sfHover ul {
	left:			172px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menutop {
	float:			left;
/*	margin-bottom:	1em;*/
}
.sf-menutop a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #FFF777;*/
	padding: 		8px 10px;
	text-decoration:none;
}
.sf-menutop a, .sf-menutop a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.sf-menutop li {
	background:	#transparent;
}
.sf-menutop li li {
	background:		#FFF777;
	border-bottom:1px dotted #000;
}
.sf-menutop li li li {
	background:		#FFF777;
	border-bottom:1px dotted #000;
}
.sf-menutop li:hover, .sf-menutop li.sfHover,
.sf-menutop a:focus, .sf-menutop a:hover, .sf-menutop a:active {
	background: url(../images/menutopohoverx.jpg) repeat-x top left;

	outline:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

/*** arrows **/
.sf-menutop a.sf-with-ul {
/*	border-bottom:1px dotted #000; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	z-index:1	0000;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	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:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* 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-menutop ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menutop ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menutop ul a:focus > .sf-sub-indicator,
.sf-menutop ul a:hover > .sf-sub-indicator,
.sf-menutop ul a:active > .sf-sub-indicator,
.sf-menutop ul li:hover > a > .sf-sub-indicator,
.sf-menutop 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 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;
}

/* -----TOPLOW-------- */

/*** ESSENTIAL STYLES ***/
.sf-menutoplow, .sf-menutoplow * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menutoplow {
	line-height:	1.0;
}
.sf-menutoplow ul {
	position:		absolute;
	z-index:10000;
	top:			-999em;
	width:			178px; /* left offset of submenus need to match (see below) */
}
.sf-menutoplow ul li {
	width:			100%;
}
.sf-menutoplow li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menutoplow li {
	float:			left;
	position:		relative;
	width:100px;
/*	border-bottom:1px dotted #000;*/
/*	background:transparent url(../images/bullet_orange.png) no-repeat top left;*/
}
.sf-menutoplow a {
	display:		block;
	position:		relative;
}
.sf-menutoplow .mleft {
		margin-left:10px;
}

.sf-menutoplow .italic {
	font-style:italic;
}
.sf-menutoplow li:hover ul,
.sf-menutoplow li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menutoplow li:hover li ul,
ul.sf-menutoplow li.sfHover li ul {
	top:			-999em;
}
ul.sf-menutoplow li li:hover ul,
ul.sf-menutoplow li li.sfHover ul {
	left:			178px; /* match ul width */
	top:			0;
}
ul.sf-menutoplow li li:hover li ul,
ul.sf-menutoplow li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menutoplow li li li:hover ul,
ul.sf-menutoplow li li li.sfHover ul {
	left:			178px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menutoplow {
	float:			left;
/*	margin-bottom:	1em;*/
}
.sf-menutoplow a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #FFF777;*/
	padding: 		8px 10px;
	text-decoration:none;
}
.sf-menutoplow a, .sf-menutoplow a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.sf-menutoplow li {
	background:	#transparent;
}
.sf-menutoplow li li {
	background: #FFF777;
	border-bottom:1px dotted #000;
}
.sf-menutoplow li li li {
	background:	#FFF777;
	border-bottom:1px dotted #000;
}
.sf-menutoplow li:hover, .sf-menutoplow li.sfHover,
.sf-menutoplow a:focus, .sf-menutoplow a:hover, .sf-menutoplow a:active {
   	background: transparent url(../images/menutopohover.jpg) repeat-x top left;
	outline: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

/*** arrows **/
.sf-menutoplow a.sf-with-ul {
/*	border-bottom:1px dotted #000; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
	position:		absolute;
	z-index:1000;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	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:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* 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-menutoplow ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menutoplow ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menutoplow ul a:focus > .sf-sub-indicator,
.sf-menutoplow ul a:hover > .sf-sub-indicator,
.sf-menutoplow ul a:active > .sf-sub-indicator,
.sf-menutoplow ul li:hover > a > .sf-sub-indicator,
.sf-menutoplow 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 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;
}

