/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	float: left;
	position: relative;
	text-align: right;
	background-image: url(../images/nav_border.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.sf-menu ul {
}
.sf-menu ul li {
}
.sf-menu ul li a {
}
.sf-menu ul li a span {
}

.sf-menu li:hover {
}
.sf-menu li {
}
.sf-menu a {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	z-index: 99;
	text-align: left;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	text-align: left;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	text-align: left;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {

}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {

}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu {
	width: 654px;
	float: left;
	position: relative;
	text-align: right;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 56px;
}
.sf-menu li {
	list-style-type: none;
	height: 45px;
	float: left;
	position: relative;
}
.sf-menu li ul {
	list-style-type: none;
	text-decoration: none;
	float: left;
	position: absolute;
	z-index: 300;
}

.sf-menu li ul li {
	width: 230px;
	float: left;
	text-align: left;
	position: relative;
	line-height: 26px;
}
.sf-menu li ul li a{
	display: block;
	list-style-type: none;
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 20px;
	text-transform: none;
	width: 200px;
}
.sf-menu li ul li a:hover{
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 36px;
	background-color: #000;
}
.sf-menu li ul li a.selected{
	width: 200px;
	height: 36px;
	display: block;
	list-style-type: none;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	line-height: 36px;
	float: left;
	position: relative;
}

.sf-menu li a {
	height: 35px;
	display: block;
	list-style-type: none;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../images/nav-a.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.sf-menu li a.selected {
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/nav-a-hover.png);
	background-repeat: no-repeat;
	line-height: 35px;
	background-position: left center;
}

.sf-menu li a:hover {
}



.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px; /* IE6 only */
	width: 0px;
	height: 0px;
	text-indent: -999em;
	overflow: hidden;
	z-index: -999;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0px;;
}
/* 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*/
	width: 0px;
	z-index: -999;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {  }
.sf-menu ul a > .sf-sub-indicator {  }
/* 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*/
	z-index: -999;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
