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

/*** DEMO SKIN ***/
.sf-menu ul.ul_clean  {
	float:left;
	width:250px !important;

}
.sf-menu ul  a {
	text-decoration:none;
}
.sf-menu ul  a, .sf-menu ul  a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu ul  li {

}
.sf-menu ul  li li {

}
.sf-menu ul  li li li {

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

/*** arrows **/
.sf-menu ul  a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

/* 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  ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul  ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul  ul a:focus > .sf-sub-indicator,
.sf-menu ul  ul a:hover > .sf-sub-indicator,
.sf-menu ul  ul a:active > .sf-sub-indicator,
.sf-menu ul  ul li:hover > a > .sf-sub-indicator,
.sf-menu ul  ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

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

 .main_menu li.last,
 .main_menu li {
    float: left;
}

 .main_menu li:first-child {
    padding-left: 0;
    background: none;
}

 .main_menu ul a {
	height: auto !important;
    display: block;
    padding: 0px;
    font-weight: bold;
}

 .main_menu li:first-child a {
    background: url(/images/menu_left.png) no-repeat 0 0;
}

 .main_menu li.last a {
    background: url(/images/menu_right.png) no-repeat 100% 0;
}

 .main_menu li.last a:hover,
 .main_menu li.last .active a {
    background-position: 100% 100%;
}

.sf-menu li ul li.active a span{
    background: #b60c14 !important;
}

 .main_menu a:hover,
 .main_menu .active a,
 .main_menu li.active:first-child a,
 .main_menu li:first-child a:hover {
    background-position: 0 100%;
    color: #fff;
}

.main-menu-active {
    background-position: 0 100% !important;
}

.last .main-menu-active {
    background-position: 100% 100% !important;
}
.drop_bottom,
.main_menu ul { display: none; }

.main_menu ul .fl {
	font-size: 14px;
	font-weight: normal;
	margin: 0 !important;
	height: auto;
	text-indent: 0;
	overflow: visible;
	width: 200px;
	background: #000;
	color: #fff;
	padding: 10px 10px;
}
.main_menu ul a:hover .fl {
	background: #b60c14;
	margin: 0 !important;
}