/* Menu formatting */
#menu
{
	position:relative;
	margin: 0;
	padding: 0;
	height:122px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height:122px;
}

#menu a
{
	display: block;
	margin: 0;
	color: #000000;
	font-size: 11px;
	font-family: Arial Narrow; sans-serif;
	text-decoration: none;
	background-color:#ffdb00;
}

#menu a#header
{
	display: block;
	margin: 0;
	padding: 0px;
	color: #000000;
	background-color:#CCCCCC;
	text-decoration: none;
}

#menu a:hover
{
	color:#AA0000;
	font-weight: 300;
	background-color: #D0D2D6;
}


#menu a.tournament { background-image:url("images/tournament.jpg"); background-repeat:no-repeat; width:112px; height:122px;	}
#menu a.tournament:hover { background-image:url("images/tournament.jpg"); background-repeat:no-repeat; width:112px; height:122px; }

#menu a.scholarships { background-image:url("images/scholarships.jpg"); background-repeat:no-repeat; width:118px; height:122px;	}
#menu a.scholarships:hover { background-image:url("images/scholarships.jpg"); background-repeat:no-repeat; width:118px; height:122px; }

#menu a.schedule { background-image:url("images/schedule.jpg"); background-repeat:no-repeat; width:107px; height:122px;	}
#menu a.schedule:hover { background-image:url("images/schedule.jpg"); background-repeat:no-repeat; width:107px; height:122px; }

#menu a.statistics { background-image:url("images/statistics.jpg"); background-repeat:no-repeat; width:110px; height:122px;	}
#menu a.statistics:hover { background-image:url("images/statistics.jpg"); background-repeat:no-repeat; width:110px; height:122px; }

#menu a.sponsors { background-image:url("images/sponsors.jpg"); background-repeat:no-repeat; width:118px; height:122px;	}
#menu a.sponsors:hover { background-image:url("images/sponsors.jpg"); background-repeat:no-repeat; width:118px; height:122px; }

#menu a.contacts { background-image:url("images/contacts.jpg"); background-repeat:no-repeat; width:105px; height:122px;	}
#menu a.contacts:hover { background-image:url("images/contacts.jpg"); background-repeat:no-repeat; width:105px; height:122px; }


#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	width:125px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top: 122px;
	left:0px;
	border: 1px #aaaaaa solid;
	text-indent:5px;

}

#menu ul ul ul
{
	position: absolute;
	width:145px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:0px;
	left:100px;
	text-indent:5px;
}

div#menu ul ul, div#menu ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
{
	display: block;
}