
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Verdana, Lucida, sans-serif;
	font-size: 12px;
	letter-spacing:0.02em;
}
.sf-menu {
	z-index: 10000000;
	line-height:	1.0;
	position: absolute;
	top: 163px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.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;
	margin-bottom: 0;
	cursor: pointer;
}
.sf-menu a {
	padding:0;
	text-decoration: none;
}


/*** ENERGYNZ SKIN ***/
.sf-menu li.levelOne{
	margin-right:30px;
}

.sf-menu li.last{
	margin-right:0px;
}

ul.sf-menu li.levelOne ul{
	top:48px;
}

.sf-menu li.levelOne a { 
	float: left;
	text-decoration: none;
	display: block; 
	font-size: 12px; 
	padding:0 0 0 15px;
	color: #414C51;
}

.sf-menu li.levelOne a span.tab {
	text-align: center;
	float: left;
	padding-right: 15px;
	height:27px;
	padding-top: 18px;
}

.sf-menu li.levelOne a span.tabChild {
	text-align: center;
	float: left;
	height:27px;
	padding-top: 18px;
}

.sf-menu li.levelOne a span.drop {
	text-align: center;
	float: left;
	padding-right: 40px;
	height:27px;
	overflow:hidden;
	padding-top: 18px;
}

.sf-menu li.levelOne a:hover { 
	background: #3E494D url(../images/tab-left.png) no-repeat left top;
	color: #E0E2E3;
	cursor: pointer;
	
}
.sf-menu li.levelOne a:hover span.tabChild{
	color: #E0E2E3;
}

.sf-menu li.levelOne a span.drop {
	background:url(../images/drop-off.png) no-repeat right top; 
}

.sf-menu li.levelOne a:hover span.tab {
	background:url(../images/tabright.png) no-repeat right top; 
	color: #E0E2E3;
	cursor: pointer;
}

.sf-menu li.levelOne a:hover span.drop {
	background:url(../images/tabright-drop.png) no-repeat right top; 
	color: #E0E2E3;
	cursor: pointer;
}

.sf-menu li.levelOne a.current {
	background: #3E494D url(../images/tab-left.png) no-repeat left top; 
	color:#E0E2E3;
	cursor: pointer;
}

.sf-menu li.levelOne a.current span.tab {
	background:url(../images/tabright.png) no-repeat right top; 
	color: #E0E2E3;
	cursor: pointer;
}

.sf-menu li.levelOne a.current span.drop {
	background:url(../images/tabright-drop.png) no-repeat right top; 
	color: #E0E2E3;
	cursor: pointer;
}

.sf-menu li.levelOne a.section {
	background: #3E494D url(../images/tab-left.png) no-repeat left top; 
	color:#E0E2E3;
	cursor: pointer;
}

.sf-menu li.levelOne a.section span.drop {
	background:url(../images/tabright-drop.png) no-repeat right top; 
	color: #E0E2E3;
	cursor: pointer;
}

.sf-menu li.levelOne a.section span.tab {
	background:url(../images/tabright.png) no-repeat right top; 
	color: #E0E2E3;
	cursor: pointer;
}


.sf-menu li.levelTwo a {
	margin:-3px 0 0 0;
	border-left: none;
	background: #D9D9D9; 
	font-size: 12px;
	line-height:12px;
	color: #6B7D85;
	padding:5px 15px 5px 15px;
	height:22px;
	border-top:1px solid #CED1D2;
}

.sf-menu li#top a {
	background: #D9D9D9 url(../images/subby.png) no-repeat left top;
	padding:15px 15px 5px 15px;
	z-index:999999;
	border-top:none;
}

.sf-menu li#top:hover {
	background: #D9D9D9 url(../images/subby.png) no-repeat left top;
}


.sf-menu li#other a {
	background: #D9D9D9 none no-repeat left top;
	padding:15px 15px 5px 15px;
	z-index:999999;
}

.sf-menu li#other:hover {
	background: #D9D9D9 none no-repeat left top;
}

.sf-menu li#last{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	background:#D9D9D9;
	margin:0;
	height:8px;
	padding:0;
	overflow:hidden;
}

.sf-menu li#last span{
	float:right;
	width:50%;
	background:transparent url(../images/baseright.png) no-repeat right top;
	margin:0;
	height:14px;
	padding:0;
	overflow:hidden;
	}

.sf-menu li.levelTwo a:hover {
	border-left: none;
	color: #3E494D;
}
.sf-menu li.levelTwo a.current {
	border-left: none;
	color: #3E494D;
}
.sf-menu li.levelTwo a.section {
	border-left: none;
	/*background: #D9D9D9  !important;*/
	color: #3E494D;
}
.sf-menu li.levelTwo a:hover.section {
	border-left: none;
	color: #3E494D;
}

.sf-menu li li.sfHover a {
	background: #444;
	color: #666;
}


/* end new styles*/

/*** arrows **/

.sf-sub-indicator{
	display:none;
	}
	
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 10px 0 0;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	/*-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius:20px;*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





/**** DEPRECATED  ****/

/*

.sf-menu li.levelThree a {
	margin: 0;
	border-left: none;
	background: #FFF !important;
	color: #414C51;
}
.sf-menu li.levelThree a:hover {
	margin: 0;
	border-left: none;
	background: #EEE;
	color: #414C51;
}
.sf-menu li.levelThree a.current {
	margin: 0;
	border-left: none;
	background: #FFF;
	color: #E00A14;
}
.sf-menu li.levelThree a.section {
	margin: 0;
	border-left: none;
	background: #EEE;
	color: #666;
}
.sf-menu li.levelThree a:hover.section {
	margin: 0;
	border-left: none;
	background: #EEE;
	color: #414C51;
}

*/