/*** ESSENTIAL STYLES ***/
.sf-menu ul {
	position: absolute;
	top: -999em;
		z-index:		99;

}
.sf-menu ul li {
	width: 241px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
		z-index:		99;

}
.sf-menu ul li a, .sf-menu li li a:hover {
	color:#fff !important;
	font-weight:normal;
	background-image:url(../img/menu_line.png);
	background-repeat:no-repeat;
		z-index:		99;

}
*html .sf-menu ul li a, *html .sf-menu li li a:hover {
	height:70px !important;
	display:block;
		z-index:		99;

}
.sf-menu li li a:hover {
	color:#BBBBBB !important;
		z-index:		99;

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	z-index:		99;
}
.sf-menu li {
	float: left;
	position: relative;	z-index:		99;
	
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: -3px;
	top: 44px; /* match top ul list item height */
	z-index: 99;
}
*html .sf-menu li:hover ul,*html .sf-menu li.sfHover ul {
	left: -2px;
		z-index:		99;
}
/*** DEMO SKIN ***/

.sf-menu li li {
	background: #969696;
		z-index:		99;

}
/*** shadows for all but IE6 ***/
#menu ul ul, #h-menu ul ul {
	background:	url('../images/menu_shadow.png') no-repeat bottom left;
	padding: 0 0 6px 0;
		z-index:		99;

}
*html #menu ul ul, *html #h-menu ul ul {
	/*background:	none;*/
	background:	url('../images/menu_shadow.gif') no-repeat bottom left;
		z-index:		99;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
		z-index:		99;

}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #969696;
	outline: 0;
	color:#FFF;
		z-index:		99;
}

