#navInside{
	height: 31px;
	margin-top: 0;
	margin-left: 5px;
}
#navlist {
	margin-top: 0;
	margin-left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
	display: block;
	overflow: hidden;
	width: auto;
}
	
#navlist li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a {
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win */
}

#navlist a:hover, #navlist a.selected {
	background-position: 0 -31px;
}

#navlist a:active {
	background-position: 0 0;
}
	
#nGallery a  {
	width: 131px;
	background: url(img/nav/gallery.jpg) top left no-repeat;
}

#nAbout a  {
	width: 131px;
	background: url(img/nav/about.jpg) top left no-repeat;
}

#nContact a  {
	width: 131px;
	background: url(img/nav/contact.jpg) top left no-repeat;
}

#nNews a  {
	width: 131px;
	background: url(img/nav/news.jpg) top left no-repeat;
}

#nLinks a  {
	width: 131px;
	background: url(img/nav/links.jpg) top left no-repeat;
}

#nCart a  {
	width: 135px;
	background: url(img/nav/cart.jpg) top left no-repeat;
}