menu body {
	behavior:url("csshover.htc");
	background-color:#231F20;
	text-align: right;
	z-index: 1000;
}
/* Root = Vertical, Secondary = Vertical */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFFFFF;
	text-align: right;
	z-index: 1000;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	text-transform:none;
	text-align: right;
	z-index: 1000;
}

#nav a:hover {
	color: #e9c548;
	z-index: 1000;
}

#nav li {
	position: relative;
	z-index: 1000;
}

#nav li li {
	position: relative;
	width:175px;
	height:auto;
	text-align:center;
	z-index: 1000;
}
#nav li li a {
	background-color:#231F20;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border: 1px none #FFFFFF;
	z-index: 1000;
}
#nav li li a:hover {
	color:#e9c548;
	z-index: 1000;
}

#nav ul ul {
	position: absolute;
	top: 17px;
	margin:0;
	left: -30px;
	z-index: 1000;
}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{
	display: none;
	z-index: 1000;
}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{
	display: block;
	z-index: 1000;
}

#nav ul li a {
	height: 1%;
	z-index: 1000;
} 
#home {
	width:70px;
	text-align: center;
	z-index: 1000;
}
#about {
	width:90px;
	text-align: center;
	z-index: 1000;
}
#leagues {
	width:83px;
	text-align: center;
	z-index: 1000;
}
#tournaments {
	width:125px;
	text-align: center;
	z-index: 1000;
}
#registration {
	width:165px;
	text-align: center;
	z-index: 1000;
}
#contact {
	width:100px;
	text-align: center;
	z-index: 1000;
}

