div#navbar {
background-image:url("../images/nav-bg.gif");
background-repeat:repeat-x;
clear:both;
height:70px;
margin-top:10px;
padding-left:150px;
width:auto;
z-index:1;
}

div#navbar-inside {
	width: auto;
	height: 70px;
	margin-top: 10px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	padding-left:150px;
	z-index: 1;
	clear:both;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 60px;
	}

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


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

#nav a:active, #nav a.selected {
	background-position: 0px -140px;
	}

#thome a  {
	width: 107px;
	background: url(../images/nav-home.gif) top left no-repeat;
	}
	
#tkids a  {
	width: 139px;
	background: url(../images/nav-kids.gif) top left no-repeat;
	}
	
#trecipes a  {
	width: 205px;
	background: url(../images/nav-recipes.gif) top left no-repeat;
	}

#thow a  {
	width: 160px;
	background: url(../images/nav-how.gif) top left no-repeat;
	}

#tabout a  {
	width: 120px;
	background: url(../images/nav-about.gif) top left no-repeat;
	}	