/* CSS Document */

/* Navigation  */


#nav {
	list-style : none;
	overflow : hidden;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -50px;
	padding-left: 50px;
	}

#nav li {
	display:inline;
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#nav a {
	float: left;
	display:inline;
	padding: 21px 0 0 0;
	border:none;
	outline:none;
	overflow: hidden;
	height: 0px !important; 
	height /**/:21px; /* for IE5/Win only */
	}
	
#nav a:hover, #nav a.hover {
	background-position: 0 -21px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -42px;
	}
	
#home a  {
	width: 55px;
	background: url(images/home.gif) top left no-repeat;
	}

#careers a  {
	width: 62px;
	background: url(images/careers.gif) top left no-repeat;
	}

#location a  {
	width: 109px;
	background: url(images/aboutus-location.gif) top left no-repeat;
	}
	
#salonspamenu a  {
	width: 103px;
	background: url(images/salonspamenu.gif) top left no-repeat;
	}	

#wishcards a  {
	width: 82px;
	background: url(images/wishcards.gif) top left no-repeat;
	}	
