#container {
	position: relative;
	height: 245px;
	width: 299px;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	}

#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 245px;
	overflow: hidden;
	width: 299px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 47px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:47px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -47px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -94px;
	}
	
#men_home a  {
	width: 299px;
	background: url(../images/menu-home.png) top left no-repeat;
	}
#men_guides a  {
	width: 299px;
	background: url(../images/menu-guides.png) top left no-repeat;
	}
#men_contact a  {
	width: 299px;
	background: url(../images/menu-contact.png) top left no-repeat;
	}
#men_about a  {
	width: 299px;
	background: url(../images/menu-about.png) top left no-repeat;
	}
#men_sitemap a  {
	width: 299px;
	background: url(../images/menu-sitemap.png) top left no-repeat;
	}
