.mFirst
{
    background-position: right center;
    /*padding-right: 12px !important;*/
}

.mLast
{
    background-position: left center;
    /*padding-left: 12px !important;*/
}

.Fsf-menu .sep
{
    /*width: 1px !important;*/
}

/*** ESSENTIAL STYLES ***/
.Fsf-menu, .Fsf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.Fsf-menu {
	line-height:	1.0;
}
.Fsf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.Fsf-menu ul li {
	width:			100%;
}
.Fsf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.Fsf-menu li {
    position: relative;
}
.Fsf-menu a {
	display:		block;
	position:		relative;
	/*float: right;*/

}
.Fsf-menu li:hover ul,
.Fsf-menu li.FsfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.Fsf-menu li:hover li ul,
ul.Fsf-menu li.FsfHover li ul {
	top:			-999em;
}
ul.Fsf-menu li li:hover ul,
ul.Fsf-menu li li.FsfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.Fsf-menu li li:hover li ul,
ul.Fsf-menu li li.FsfHover li ul {
	top:			-999em;
}
ul.Fsf-menu li li li:hover ul,
ul.Fsf-menu li li li.FsfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.Fsf-menu {

}
.Fsf-menu a {
	/*padding: 6px 19px 9px 10px;*/
	text-decoration:none;
	height:20px;
}
.Fsf-menu a, .Fsf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #818181;
    font-size: 14px;
	text-align: right;
}
.Fsf-menu li {
	line-height: 25px;
}
.Fsf-menu li li {
	background:		#AABDE6;
}
.Fsf-menu li li li {
	background:		#9AAEDB;
}
.Fsf-menu li:hover, .Fsf-menu li.FsfHover,
.Fsf-menu a:focus, .Fsf-menu a:hover, .Fsf-menu a:active {
	outline:		0;
}

/*** arrows **/
.Fsf-menu a.Fsf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.Fsf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .Fsf-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 > .Fsf-sub-indicator,
a:hover > .Fsf-sub-indicator,
a:active > .Fsf-sub-indicator,
li:hover > a > .Fsf-sub-indicator,
li.FsfHover > a > .Fsf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.Fsf-menu ul .Fsf-sub-indicator { background-position:  -10px 0; }
.Fsf-menu ul a > .Fsf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.Fsf-menu ul a:focus > .Fsf-sub-indicator,
.Fsf-menu ul a:hover > .Fsf-sub-indicator,
.Fsf-menu ul a:active > .Fsf-sub-indicator,
.Fsf-menu ul li:hover > a > .Fsf-sub-indicator,
.Fsf-menu ul li.FsfHover > a > .Fsf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

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