/*** ESSENTIAL STYLES ***/

#nav-header {z-index: 1000; position: relative; margin:0 auto; width: 980px; height: 47px; }
#nav-header-end { float: left; text-align: center; background: url(../images/navbar/navbar_10.png); width: 210px; height: 47px; }

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	display:		block;
	position:		relative;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			180px; /* 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;
}
.submenu li a {
	color: #ff0000;
	text-decoration:none;
	height: 25px;
}

.submenu li {
	height: 25px;
	border-left: 1px solid #49d5db; /*dropdown left border color */
	border-top:	1px solid #49d5db; /*dropdown divider line color */
}

.menulink {
	text-align: left;
	padding: 5px 0px 0px 5px;
}

.menutab a {
	padding: 0 0 0 0;
	height: 47px;
} 

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			47px; /* 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;
	height: 25px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
	height: 25px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	height: 25px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
	height: 25px;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0em;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			c;
}
.sf-menu li {
	/* background: #ffffff; */
	height: 47px;
}
.sf-menu li li {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
	background:		#333333;
	height: 25px;
	padding-top: 5px;
	text-align: middle; 
}
.sf-menu li li li {
	background:		#333333;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/* background:		#111111; */
	outline:		0;
	height: 25px;
}

/*** arrows **/
.submenu 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:			.6em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/navbar/arrows-ffffff.png') no-repeat -10px -10000px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .6em;
	background-position: 0 -1000px; /* 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 -1000px; /* 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 ***/
.sf-shadow ul {
	background:	url('../images/navbar/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;
}

/* Nav Sub-Menu Hovers & Colors */
.submenu a, .submenu a:link, .submenu a:visited, .submenu a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px;font-weight: bold; text-decoration: none; color: #ffffff; }
.submenu a:hover { text-decoration:none; color: #49d5db; }

/* Nav Menu Buttons & Hovers */
a#navbtn1 { display: block; text-decoration: none; background: url(../images/navbar/navbar_1.png); width: 76px; height: 47px; }
a#navbtn1:hover { background-position: -76px 0; }
a#navbtn2 { display: block; text-decoration: none; background: url(../images/navbar/navbar_2.png); width: 67px; height: 47px;}
a#navbtn2:hover { background-position: -67px 0;}
a#navbtn3 { display: block; text-decoration: none; background: url(../images/navbar/navbar_3.png); width: 52px; height: 47px;}
a#navbtn3:hover { background-position: -52px 0;}
a#navbtn4 { display: block; text-decoration: none; background: url(../images/navbar/navbar_4.png); width: 121px; height: 47px;}
a#navbtn4:hover { background-position: -121px 0;}
a#navbtn5 { display: block; text-decoration: none; background: url(../images/navbar/navbar_5.png); width: 94px; height: 47px;}
a#navbtn5:hover { background-position: -94px 0;}
a#navbtn6 { display: block; text-decoration: none; background: url(../images/navbar/navbar_6.png); width: 130px; height: 47px;}
a#navbtn6:hover { background-position: -130px 0;}
a#navbtn7 { display: block; text-decoration: none; background: url(../images/navbar/navbar_7.png); width: 63px; height: 47px;}
a#navbtn7:hover { background-position: -63px 0;}
a#navbtn8 { display: block; text-decoration: none; background: url(../images/navbar/navbar_8.png); width: 85px; height: 47px;}
a#navbtn8:hover { background-position: -85px 0;}
a#navbtn9 { display: block; text-decoration: none; background: url(../images/navbar/navbar_9.png); width: 82px; height: 47px;}
a#navbtn9:hover { background-position: -82px 0;}