.menulist, .menulist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	height: 35px;
}
.menulist li a {
	display: inline-block;
	height: 35px;
	margin-left:2px;
	float:left;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 33px;
	margin-left: 2px;
	width: 324px;
	height:260px;
}
.menulist ul li {
	width:162px;
	float: left;
	margin: 0 162px 0 0;
	padding: 0px;
	height: auto;
	border-bottom: 1px solid #EAEAEA;
}
.menulist ul li a {
	display:block;
	font-size: 11px;
	line-height: 13px;
	padding: 8px 15px;
	margin: 0px;
	background: #FFFFFF !important;
	color: #333333;
	height: auto;
	width: auto !important;
	text-align: left;
}
.menulist ul li a.highlighted, .menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: orange;
	text-decoration: none;
}
.menulist ul ul {
	width:162px;
	left: 162px;
	margin: 0;
	padding: 0;
} 
.menulist ul ul li {
	border-left: 1px solid #EAEAEA;
}
.menulist li#homepage a {
	background:url(/_resources/images/design/nav_home.png) 1px 8px no-repeat;
	width:78px;
	margin-left:8px;
}
.menulist li#homepage a:hover, .menulist li#homepage a.current {
	background-position:-78px 10px;
	text-decoration:none;
}
.menulist li#about-us a {
	background:url(/_resources/images/design/nav_about_us.png) 0px 8px no-repeat;
	width:79px;
}
.menulist li#about-us a.highlighted, .menulist li#about-us a.current, .menulist li#about-us a:hover, .menulist li#about-us a.highlighted:hover, .menulist li#about-us a:focus {
	background-position:-79px 10px;
}
.menulist li#results a {
	background:url(/_resources/images/design/nav_results.png) 1px 8px no-repeat;
	width:78px;
}
.menulist li#results a.highlighted, .menulist li#results a.current, .menulist li#results a:hover, .menulist li#results a.highlighted:hover, .menulist li#results a:focus {
	background-position:-77px 8px;
}
.menulist li#calendar-events a {
	background:url(/_resources/images/design/nav_calendar_events.png) 0px 8px no-repeat;
	width:158px;
}
.menulist li#calendar-events a.highlighted, .menulist li#calendar-events a.current, .menulist li#calendar-events a:hover, .menulist li#calendar-events a.highlighted:hover, .menulist li#calendar-events a:focus {
	background-position:-158px 8px;
}
.menulist li#in-news a {
	background:url(/_resources/images/design/nav_in_news.png) 0px 8px no-repeat;
	width:102px;
}
.menulist li#in-news a.highlighted, .menulist li#in-news a.current, .menulist li#in-news a:hover, .menulist li#in-news a.highlighted:hover, .menulist li#in-news a:focus {
	background-position:-102px 8px;
}
.menulist li#clubs a {
	background:url(/_resources/images/design/nav_clubs.png) 0px 8px no-repeat;
	width:64px;
}
.menulist li#clubs a.highlighted, .menulist#clubs li a.current, .menulist li#clubs a:hover, .menulist li#clubs a.highlighted:hover, .menulist li#clubs a:focus {
	background-position:-64px 8px;
}
.menulist li#sponsers a {
	background:url(/_resources/images/design/nav_sponsors.png) 0px 8px no-repeat;
	width:87px;
}
.menulist li#sponsers a.highlighted, .menulist li#sponsers a.current, .menulist li#sponsers a:hover, .menulist li#sponsers a.highlighted:hover, .menulist li#sponsers a:focus {
	background-position:-87px 8px;
}
.menulist li#team-fiji a {
	background:url(/_resources/images/design/nav_team.png) 2px 8px no-repeat;
	width:78px;
}
.menulist li#team-fiji a.highlighted, .menulist li#team-fiji a.current, .menulist li#team-fiji a:hover, .menulist li#team-fiji a.highlighted:hover, .menulist li#team-fiji a:focus {
	background-position:-76px 8px;
}
.menulist li#contact a {
	background:url(/_resources/images/design/nav_contact.png) -75px 8px no-repeat;
	width:75px;
}
.menulist li#contact a.highlighted, .menulist li#contact a.current, .menulist li#contact a:hover, .menulist li#contact a.highlighted:hover, .menulist li#contact a:focus {
	background-position:0px 8px;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
/* End Hacks */
