@charset "utf-8";
/* CSS Document */


/*^'^ Navigation Structure ^'^*/
.nav-container{
	position:relative;
	zoom:1;
	margin: 0 auto;
	float:right;
	/*border:#FF3300 1px solid;*/
}
.nav-container a, .nav-container li{
	float:left;
	display:block;
	white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
	float:none;
}
.nav-container ul{
	left:-10000px;
	position:absolute;
}
.nav-container, .nav-container ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.nav-container li a{
	float:none;
}
.nav-container li{
	position:relative;
}
.nav-container ul{
	z-index:10;
}
.nav-container ul ul{
	z-index:20;
}
.nav-container ul ul ul{
	z-index:30;
}
.nav-container ul ul ul ul{
	z-index:40;
}
.nav-container ul ul ul ul ul{
	z-index:50;
}
li:hover>ul{
	left:auto;
}
#nav-container ul {
	top:100%;
}
#nav-container ul li:hover>ul{
	top:0px;
	left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
	padding:6px 17px 7px 18px;
	margin: 10px 0px 0px 0px;
	color: #000000;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	background: url(/system/galleries/pics/sports/sport_basic/item-primary-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav-container a:hover{
	color: #6C3600;
	background: url(/system/galleries/pics/sports/sport_basic/item-primary-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

