/*** ESSENTIAL STYLES ***/
.lf-menu, .lf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:999;
}
.lf-menu {
	line-height:	1.0;
}
.lf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			114px; /* left offset of submenus need to match (see below) */
}
.lf-menu ul li {
	width:			100%;
	line-height:14px;
	padding-left:	2px;
	/*color: #0c0; */
	border-left:8px solid rgb(50,50,50);
}

.lf-menu ul li.sub {
	border-left:8px solid rgb(100,100,100);
}

.lf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.lf-menu li {
	float:			none;
	position:		relative;
}
.lf-menu a {
	display:		block;
	position:		relative;
}
.lf-menu li:hover ul,
.lf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.lf-menu li:hover li ul,
ul.lf-menu li.sfHover li ul {
	top:			-999em;
}
ul.lf-menu li li:hover ul,
ul.lf-menu li li.sfHover ul {
	left:			142px; /* match ul width */
	top:			0;
}
ul.lf-menu li li:hover li ul,
ul.lf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.lf-menu li li li:hover ul,
ul.lf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.lf-menu {
	float:			none;
	/*margin-bottom:	1em;*/
	position: relative;
}
.lf-menu a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;*/
	text-decoration:none;
}
.lf-menu a, .lf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#e0e0e0;
}
.lf-menu li {
/*	background:		#c00;*/
padding:0;
margin:0;
}

.lf-menu li a {
height:59px;
width:192px;
margin:0;
padding:0;
}

.lf-menu li ul li a {
height:14px;
}


.lf-menu li li {
	background:		rgb(50,50,50);
	color: 			rgb(200,200,200);
	/*border-bottom:1px solid black;*/
	margin-top:1px;
	width:104px;
}

.lf-menu li li.sub {
	background:		#888888;
}

.lf-menu .top {
	/*border-top:none;*/
	margin-top:0;
}

.lf-menu li li li {
	background:		#888888;
	color: 			#ffffff;
}



/* ul.lf-menu a.technology, */

.lf-menu li:hover, .lf-menu li.sfHover, 
.lf-menu a:focus, .lf-menu a:hover, .lf-menu a:active { outline: 0; background-position: bottom right; }
.lf-menu li ul li.active, .lf-menu li ul li:hover {border-left: 8px solid #e43144;background-color: #e43144;}

.lf-menu li ul li.sub:hover {border-left: 8px solid #e43144;background-color: #888888;}

.n3b .lf-menu li ul li.n3b.sub:hover,.n3c .lf-menu li ul li.n3c.sub:hover,.n3d .lf-menu li ul li.n3d.sub:hover,.n3e .lf-menu li ul li.n3e.sub:hover,.n3f .lf-menu li ul li.n3f.sub:hover,.n3g .lf-menu li ul li.n3g.sub:hover,
.n1e .lf-menu li ul li.n1e.sub:hover,.n1f .lf-menu li ul li.n1f.sub:hover,.n1g .lf-menu li ul li.n1g.sub:hover,.n1h .lf-menu li ul li.n1h.sub:hover {background-color: #e43144;}


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


.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:			.8em;
	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: -10px -100px; /* arrow hovers for modern browsers*/
}

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

/*** shadows for all but IE6 ***/

.sf-shadow ul {
	background:	url('../images/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;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
/*	width:	10em;*/
/*width:192px;*/
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	192px; /* match ul width */
	top:	0;
	background-image: none;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.lf-menu li ul {background: rgb(0,0,0);}