
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:248px; 
	background:#fff;
	border:solid 1px #881D1D;border-top:none;
}
.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li.sel {
	float:			left;
	position:		relative;
}
.sf-menu li.sel a {
	display:  block;
	position: relative;
	
}

.sf-with-ul a {
    color:#000;
}

.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 */
	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 */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {float:left;}

.navul li {
	background:url(../images/navli2_bg.jpg) repeat-y;
}
.sf-menu li.sel {
    width:260px;height:40px;line-height:40px;
}
.sf-menu li li {
	background:url(../images/navul_bg.jpg) repeat-y;
}
.sf-menu li li li {
	background:url(../images/navsel_bg.jpg) repeat-y;
}


/*** arrows **/

.sf-sub-indicator {
	position:		absolute;
	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:1em;
	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: -8px -80px; /* 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 ***/

ul.sf-menu li.sel ul {padding-bottom:10px;}

ul.sf-menu li.sel ul {float:left;width:240px;padding:10px 5px;padding-top:5px;}
ul.sf-menu li.sel ul li {float:left;width:95px;line-height:36px;text-align:left;background:url(/images/new/arrow2.jpg) no-repeat 2px 15px;padding-left:20px;border-bottom:solid 1px #F8DADA;font-size:15px;overflow:hidden;margin:0 1px;}
ul.sf-menu li.sel ul li a {color:#333;}
ul.sf-menu li.sel ul li a:hover {color:#d00;}

/*
ul.sf-menu li.sel ul li {float:left;width:110px;height:100px;text-align:center;margin:0px;margin-top:12px;margin-left:10px;border:none;}
ul.sf-menu li.sel ul li a {display:block;padding:0;padding-top:70px;color:#000;margin:0;border:none;}
ul.sf-menu li.sel ul li a:hover {color:#C10504;}

ul.sf-menu li.sel ul li.no1 a {background:url(/images/new/home_fl_1_1.jpg) no-repeat center top;}
ul.sf-menu li.sel ul li.no1 a:hover {background:url(/images/new/home_fl_1_2.jpg) no-repeat center top;}

ul.sf-menu li.sel ul li.no2 a {background:url(/images/new/home_fl_2_1.jpg) no-repeat center top;}
ul.sf-menu li.sel ul li.no2 a:hover {background:url(/images/new/home_fl_2_2.jpg) no-repeat center top;}

ul.sf-menu li.sel ul li.no3 a {background:url(/images/new/home_fl_3_1.jpg) no-repeat center top;}
ul.sf-menu li.sel ul li.no3 a:hover {background:url(/images/new/home_fl_3_2.jpg) no-repeat center top;}

ul.sf-menu li.sel ul li.no4 a {background:url(/images/new/home_fl_4_1.jpg) no-repeat center top;}
ul.sf-menu li.sel ul li.no4 a:hover {background:url(/images/new/home_fl_4_2.jpg) no-repeat center top;}

ul.sf-menu li.sel ul li.no5 a {background:url(/images/new/home_fl_5_1.jpg) no-repeat center top;}
ul.sf-menu li.sel ul li.no5 a:hover {background:url(/images/new/home_fl_5_2.jpg) no-repeat center top;}

ul.sf-menu li.sel ul li.no6 a {background:url(/images/new/home_fl_6_1.jpg) no-repeat center top;}
ul.sf-menu li.sel ul li.no6 a:hover {background:url(/images/new/home_fl_6_2.jpg) no-repeat center top;}

*/


