
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: 		Arial;
	font-size: 		12px;
	font-weight: 		bold;
	text-transform: 	none;
}

.sf-menu {
	line-height:	34px; /* Changed from 1em */
}

.sf-menu ul {
	height: 30px;
	line-height: 30px;
}

.sf-menu a {
	line-height: 34px;
}

.sf-navbar {
	height:			34px; /* Changed from 31px */
	position:		relative;
	margin-left: 		0px;   /* Changed from 20px */
	width: 			996px; /* Changed from 980px */
	margin-bottom:		2px;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			996px; /* Changed from 980px. IE6 soils itself without this*/
	height: 30px;
}
.sf-navbar li li {
	background-color:	transparent; /* Changed from solid color */
	position:		relative;
}
.sf-navbar li li ul {
	width:			16em;
	position: 		relative;
	margin-left:		-12.5em;
	margin-top: 		-4px;
}

.sf-menu li li li {
	background-color:	#FBA615;
}

.sf-menu li li li:hover {
	background-color:	#000;
}


.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
/* .sf-navbar li.current {	background:		#000;} */

/* New style */

.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background-image: url(../images/gd-menu.png);
	/* background-color: 	 transparent;  Made color transparent */
	color:			#FFFFFF;
	text-decoration:	none;
}
.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:		#333333; */
	color: 			#FFFFFF;
	text-decoration:	none;
}
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-color:transparent;}*/
/* ul.sf-navbar .current ul, ul.sf-navbar ul li:hover ul, ul.sf-navbar ul li.sfHover ul {left:0;top:34px;  from 31px match top ul list item height */}
/* ul.sf-navbar .current ul ul {	top: 			-999em;} */
/* .sf-navbar li li.current > a {font-weight:	bold;} */

/*** 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; Commented out */
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}


/* Styles to change text based 1st tier to graphics */

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color:		transparent;
	outline:		0;
}

.sf-menu li a {
	padding:		0; /* Added */
}

.sf-menu li li a {
	height: 30px;
	line-height: 30px;
}

.sf-menu li li a, .sf-menu li li li a {
	padding:		0 0.7em; /* Added */
}

.menu-item .parent a {
	background: url(../images/menu.jpg) no-repeat top left;
   	height: 34px;
   	text-indent:-3000px;
}

.myhome .parent a { background-position: 0 -288px; width: 142px; height: 35px;} 
.myhome .parent a:hover, .myhome .current a { background-position: 0 -324px; width: 142px; height: 35px;} 

.mynews .parent a { background-position: 0 -360px; width: 141px; height: 35px;} 
.mynews .parent a:hover, .mynews .current a  { background-position: 0 -396px; width: 141px; height: 35px; } 

.mygame .parent a { background-position: 0 -216px; width: 141px; height: 35px;} 
.mygame .parent a:hover, .mygame .current a { background-position: 0 -252px; width: 141px; height: 35px; } 

.myclub .parent a { background-position: 0 0; width: 132px; height: 35px;} 
.myclub .parent a:hover, .myclub .current a { background-position: 0 -36px; width: 132px; height: 35px; } 

.mydocs .parent a { background-position: 0 -144px; width: 132px; height: 35px;} 
.mydocs .parent a:hover, .mydocs .current a { background-position: 0 -180px; width: 132px; height: 35px; } 

.mycontacts .parent a { background-position: 0 -72px; width: 133px; height: 35px;} 
.mycontacts .parent a:hover, .mycontacts .current a { background-position: 0 -108px; width: 133px; height: 35px; } 

.leaguesponsors .parent a { background-position: 0 -432px; width: 167px; height: 35px;} 
.leaguesponsors .parent a:hover, .leaguesponsors .current a { background-position: 0 -468px; width: 167px; height: 35px; } 


ul.sf-menu li.menu-item .parent ul li a {
	background-image: none;
	text-indent: 0px;
	width: auto;
	height: auto;
	margin-top: 3px;
}

ul.sf-menu li.menu-item .parent ul li.sub-item a:hover {
	background: url(../images/sub-left_f2.jpg) repeat-x top left;
}
