﻿div.xMenuBtn { display: none; } /* Hides the expand button/link from navdrop menus */

#hNav { clear:both; z-index:5; position:absolute; bottom:0; left:0; width:947px;}
#hNav ul { margin: 0; width:100%; padding:0 0 0 5px; clear:both;}

/* Root level list items */
#hNav ul li { display:inline; float:left; width:auto; list-style:none; margin:0 2px; padding:0; z-index:10; line-height:25px;}
#hNav ul li a { font-size:0.9em; display:block; margin:0px; background:url(http://images1.primera-sports.com/cms/outertemplates/images/nav-tab-left.gif) top left no-repeat; color:#FFF; text-decoration:none; }
#hNav ul li a:hover, #hNav ul li a:hover { background-position:bottom left; color:#FFF; text-decoration:none;}
#hNav ul li a span {display:block; background:url(http://images1.primera-sports.com/cms/outertemplates/images/nav-tab-right.gif) top right no-repeat; padding: 0 8px;}
#hNav ul li a:hover span, #hNav ul li a:hover span { background-position:bottom right; }

#hNav ul li.selected a { background-position:bottom left; color:#FFF; text-decoration:none;}
#hNav ul li.selected a span { background-position:bottom right; }

/* First level drop downs */
#hNav ul li ul { position:absolute; left:-999em; clear:left; margin:0;padding:0; border:2px solid #b6b6b6; border-width:0 2px 2px;width:200px;}
#hNav ul li li { clear:left; width:200px; line-height:25px; margin:0;}
#hNav ul li li.first {}
#hNav ul li.selected ul a,
#hNav ul li.selected ul li.selected a,
#hNav ul li ul a {width:200px; line-height:25px; height:25px; background:url(http://images1.primera-sports.com/cms/outertemplates/images/nav-tab-left.gif) top right no-repeat; margin:0;}
#hNav ul li ul a span {background:none;}
#hNav ul li ul a:hover {background:url(http://images1.primera-sports.com/cms/outertemplates/images/nav-tab-left.gif) bottom right no-repeat;}
#hNav ul li ul li.selected a {background:url(http://images1.primera-sports.com/cms/outertemplates/images/nav-tab-left.gif) bottom right no-repeat;}
#hNav ul li:hover ul, #hNav ul li.hover ul { left:auto; }

/* Second level drop downs */
#hNav ul li li ul { margin-left:200px; margin-top: -25px; }
#hNav ul li:hover li ul, #hNav ul li.hover li ul { left:-999em; }
#hNav ul li li:hover ul, #hNav ul li li.hover ul { left:auto; }

/* Third level drop downs */
#hNav ul li li:hover li ul, #hNav ul li li.hover li ul { left:-999em; }
#hNav ul li li li:hover ul, #hNav ul li li li.hover ul {left:auto;}

/* Fourth level drop downs */
#hNav ul li li li:hover li ul, #hNav ul li li li.hover li ul { left:-999em; }
#hNav ul li li li li:hover ul, #hNav ul li li li li.hover ul {left:auto;}


/* IE 7 Fix, for sticky drop downs */
#hNav ul li:hover, #hNav ul li.hover {
    position: static;
}

#hNav ul li.navdrop li a span, #hNav ul li li.navdrop li a span, #hNav ul li li li.navdrop li a span, #hNav ul li li li li.navdrop li a span{
	background-image: none;			/* hides the drop down image from non-drop down list items */

}

#hNav ul li li.navdrop a span, #hNav ul li li li.navdrop a span, #hNav ul li li li li.navdrop a span, #hNav ul li li li li li.navdrop a span{
	background-image: url(http://images1.primera-sports.com/cms/outertemplates/images/arrowright.gif);		/* image used to indicate a pop out list item */
	background-position:right;
	background-repeat:no-repeat;
}

#hNav ul li ul a:hover span, #hNav ul li ul a.hover span {background-position:right;}

* html #hNav ul li a {float: left;} * html #hNav ul li ul li a{float: none;}	/* Mac IE hack */
