
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		#8b0304;
	height:			3em;
/*	height:			2.5em;*/
/*	padding-bottom:	2.5em;*/
	position:		relative;
/*mystuff here*/
	margin: 0 0 0 180px;
}
.sf-navbar li {
	background:		#8b0304;
/*	background:		#AABDE6;*/
	position:		static;
}
.sf-navbar a {
	border-top:		none;
/*mystuff here*/
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
}
.sf-navbar ul  a {
	border-top:		none;
/*mystuff here*/
	color: #000;
}
.sf-navbar li ul {
	width:  960px;
/*	width:			44em; /*IE6 soils itself without this*/
/*mystuff here*/
	border-bottom: solid 1px #ce7e7e;
	background: #fff;
	display: block;
	height: 2em;
	margin-left: -180px;
}
.sf-navbar li li {
	background:     #fff;
/*	background:		#BDD2FF;*/
	position:		relative;
/*mystuff here*/
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border-left: 1px dotted #ce7e7e;
	border-right: none;
/*mystuff here*/
	color: #fff;
}
.sf-navbar li:first-child > a, .sf-navbar li:first-child a:visited{
	border-left: none;
} 
.sf-navbar ul li a, .sf-navbar ul li a:visited {
	border:			none;
/*mystuff here*/
	color: #000;
}
.sf-navbar li.current {
	background:		#8b0304;
/*	background:		#BDD2FF;*/
	text-decoration: underline;
	color: #fff;
}
.sf-navbar li.current a, .sf-navbar li.current a:visited {
	text-decoration: underline;
	color: #fff;
}
.sf-navbar ul li:hover a:visited{
	text-decoration: #fff;
	color: #fff;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#a60000;
/*	background:		#BDD2FF;*/
/*mystuff here*/
	color: #fff;
	text-decoration: underline;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#a60000;
/*	background:		#D1DFFF;*/
/*mystuff here*/
	color: #fff;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#fff;
/*	background:		#E6EEFF;*/
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top: 			3em;
/*	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	normal;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}