#nav {
	margin: 0;
	padding: 0;
	height: 62px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 62px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:62px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -62px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -62px;
	}
	
#nTheBrand a  {
	width: 112px;
	background:  url("/images/header/thebrand.jpg") top left no-repeat;
	}
#nCourses a  {
	width: 100px;
	background:  url("/images/header/courses.jpg") top left no-repeat;
	}
#nPRMedia a  {
	width: 120px;
	background:  url("/images/header/pr&media.jpg") top left no-repeat;
	}
#nSupport a  {
	width: 100px;
	background:  url("/images/header/support.jpg") top left no-repeat;
	}
#nAKGallery a  {
	width: 130px;
	background:  url("/images/header/akgallery.jpg") top left no-repeat;
	}
#nContact a  {
	width: 100px;
	background:  url("/images/header/contact.jpg") top left no-repeat;
	}