#navitems {
	margin: 0;
	padding: 0;
	height: 37px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
}

#navitems li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#navitems a {
	float: left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:37px; /* for IE5/Win only */
}

#navitems a:hover, #navitems a:active, #navitems a.selected { background-position: 0 -37px; }

#n-about a { width: 105px; background: url(../i/nav_about.png) top left no-repeat; }
#n-learningqube a { width: 147px; background: url(../i/nav_learningqube.png) top left no-repeat; }
#n-work a { width: 153px; background: url(../i/nav_work.png) top left no-repeat; }
#n-news a { width: 70px; background: url(../i/nav_news.png) top left no-repeat; }
#n-contact a { width: 121px; background: url(../i/nav_contact.png) top left no-repeat; }