#multi-level {
	height:51px;
	position: relative;
	z-index:100;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0px; margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	float:left;
	display: block;
	position:relative;
	background-image: url(../images/services_btnon.gif);
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {float:left; height:51px;display:block;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {height:51px; width:180px; background:url(../images/how_btnOn.jpg) no-repeat;}
.menu li.p2 {height:51px; width:182px; background:url(../images/winners_btnOn.jpg) no-repeat;}
.menu li.p3 {height:51px; width:182px; background:url(../images/about_btnOn.jpg) no-repeat;}
.menu li.p4 {height:51px; width:182px; background:url(../images/join_btnOn.jpg) no-repeat;}
.menu li.p5 {height:51px; width:161px; background:url(../images/OfficialRules_btnOn.jpg) no-repeat;}


/* selected images */
.menu li a#works:hover {height:51px; width:180px; background:url(../images/how_btnOn.jpg) no-repeat;}
.menu li a#winners:hover {height:51px; width:182px; background:url(../images/winners_btnOn.jpg) no-repeat;}
.menu li a#about:hover {height:51px; width:182px; background:url(../images/about_btnOn.jpg) no-repeat;}
.menu li a#join:hover {height:51px; width:182px; background:url(../images/join_btnOn.jpg) no-repeat;}
.menu li a#rules:hover {height:51px; width:161px; background:url(../images/OfficialRules_btnOn.jpg) no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#works {height:51px; width:180px; background:url(../images/how_btn.jpg) no-repeat;}
.menu li a#winners {height:51px; width:182px; background:url(../images/winners_btn.jpg) no-repeat;}
.menu li a#about {height:51px; width:182px; background:url(../images/about_btn.jpg) no-repeat;}
.menu li a#join {height:51px; width:182px; background:url(../images/join_btn.jpg) no-repeat;}
.menu li a#rules {height:51px; width:161px; background:url(../images/OfficialRules_btn.jpg) no-repeat;}

/* selected images */
.menu li a#worksselected {height:51px; width:180px; background:url(../images/how_btnOn.jpg) no-repeat;}
.menu li a#winnersselected {height:51px; width:182px; background:url(../images/winners_btnOn.jpg) no-repeat;}
.menu li a#aboutselected {height:51px; width:182px; background:url(../images/about_btnOn.jpg) no-repeat;}
.menu li a#joinselected {height:51px; width:182px; background:url(../images/join_btnOn.jpg) no-repeat;}
.menu li a#rulesselected {height:51px; width:161px; background:url(../images/OfficialRules_btnOn.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;z-index:200;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#works:hover, .menu li:hover a#works,
.menu li a#worksselected:hover, .menu li:hover a#worksselected,
.menu li a#winnersselected:hover, .menu li:hover a#winnersselected,
.menu li a#winners:hover, .menu li:hover a#winners,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#aboutselected:hover, .menu li:hover a#aboutselected,
.menu li a#joins:hover, .menu li:hover a#join,
.menu li a#joinselected:hover, .menu li:hover a#joinselected,
.menu li a#rules:hover, .menu li:hover a#rules,
.menu li a#rulesselected:hover, .menu li:hover a#rulesselected, {
	background:transparent;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:-1px;
	top:36px;
	white-space:nowrap;
	width:168px;
	height:auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/dropdownbgrepeat.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	


}
.menu :hover       ul.sub    li          {
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:168px;
}
.menu :hover       ul.sub    li    a             {
	display:block;
	font-size:12px;
	height:auto;
	width:155px;
	color:#303030;
	text-decoration:none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu :hover       ul.sub    li    a.fly             {
	color: #FFFFFF;
	background-color: #128330;
}
.menu :hover         ul.sub     li     a:hover                     {
	color:#FFFFFF;
	background-color: #128330;
}
.menu :hover       ul.sub    li    a.fly:hover             {
	color:#FFFFFF;
	background-color: #128330;
}
.menu :hover ul li:hover > a.fly {
	color:#DA293D;
	text-decoration: underline;
	background-color: #FFFFFF;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	top:-4px;
	background:#ffffff;
	padding:0px 0px;
	width:255px;
	z-index:200;
	height:auto;
	z-index:300;
.space {
	padding-bottom: 5px;
}

