#navmenu {
	background: transparent;
	padding: 0;
	position: relative; /*** IE6 needs this to display the div ***/
	clear: both;
	}

/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/

.navbox {
	width: 600px;
	height: 25px;
	padding-left: 30px;
	}

.navimg {
	position: relative;
	float: left;
	white-space: nowrap;
	}

a.home, a.forum, a.members, a.x-wing, a.gallery, a.events, a.history, a.about, a.contact {
	display: block;
	clear: none;
	height: 25px;
	width: 53px;
	text-decoration: none;
	background:   url(../images/navbar-home.png) 0 0 no-repeat;
	}

a.forum {
	background:   url(../images/navbar-forum.png) 0 0 no-repeat;
	}

a.members {
	width: 70px;
	background:   url(../images/navbar-members.png) 0 0 no-repeat;
	}

a.x-wing {
	width: 59px;
	background:   url(../images/navbar-x-wing.png) 0 0 no-repeat;
	}

a.gallery {
	width: 59px;
	background:   url(../images/navbar-gallery.png) 0 0 no-repeat;
	}

a.events {
	width: 56px;
	background:   url(../images/navbar-events.png) 0 0 no-repeat;
	}

a.history {
	width: 59px;
	background:   url(../images/navbar-history.png) 0 0 no-repeat;
	}

a.about {
	background:   url(../images/navbar-about.png) 0 0 no-repeat;
	}

a.contact {
	width: 62px;
	background:   url(../images/navbar-contact.png) 0 0 no-repeat;
	}

a.home:hover, a.forum:hover, a.members:hover, a.x-wing:hover, a.gallery:hover, a.events:hover, a.history:hover, a.about:hover, a.contact:hover {
	background-position: 0 -25px;
	background-color: transparent;
	text-decoration: none;
	}