
.menu1  {
	background-color: #2600ff;
	position: absolute;
	z-index: 2000;
	left: 24px;
	width: auto;
	height: 25px;
	top: 150px;
}
div.menu1 ul { margin: 0; padding: 0 }
div.menu1 li { display: block; float: left }
.home   { background-color: transparent; background-image: url("../images/menu/home.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; width: 98px }
.sponsors   { background-color: transparent; background-image: url("../images/menu/sponsors.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; width: 91px }
.entries   { background-color: transparent; background-image: url("../images/menu/entries.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; width: 67px }
.course   { background-color: transparent; background-image: url("../images/menu/course.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; width: 68px }
.awards   { background-color: transparent; background-image: url("../images/menu/awards.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; width: 69px}
.results   { background-color: transparent; background-image: url("../images/menu/results.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; width: 67px}
.contactus    { background-color: transparent; background-image: url("../images/menu/contactus.gif"); background-repeat: no-repeat; background-position: left bottom; display: block; width: 100px}
div.menu1 a { text-decoration: none; text-indent: -1000px; display: block; margin: 0 0 0 0; padding: 0; height: 25px }
div.menu1 a:hover  { background-position: left center }
#active_page  { background-position: center top; cursor: default }
