
/* MENU -----------------------------------------------------------*/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 10;
}
.sf-menu {
	line-height:	1.0;
}

.sf-menu ul{

}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* 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;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* 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;
}

/* SPORT BUSINESS SKIN -------------------------------------------------*/

.sf-menu ul.second_level {
	width: 200px;
	margin-left: 5px;
	margin-top: 20px;
	font-size: 90%;
}

.sf-menu ul.second_level li {
	height: 30px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.sf-menu ul.second_level li a {
	width: 185px;
	padding: 0 0 0 15px !important;
	height: 30px !important;
	line-height: 30px;
	vertical-align: middle;
	background: url(../img/background_drop_menu.png) 0 -30px !important;
}

.sf-menu ul.second_level li.first a {
	background-position: 0 0 !important;
}

.sf-menu ul.second_level li.last a {
	background-position: 0 -60px !important;
}

.sf-menu ul.second_level li a:hover {
	background-position: 0 -120px !important;
	cursor: pointer !important;
}

.sf-menu ul.second_level li.first a:hover {
	background-position: 0 -90px !important;
}

.sf-menu ul.second_level li.last a:hover {
	background-position: 0 -150px !important;
	cursor: pointer !important;
}








