/* Cafe San Diego top navigation */

#navbox {
	width: 730px; 
	height: 194px; 
	top: 7px; 
	position: relative; 
	margin: 0 0 9px 0
}

#logo {
	float: left; 
	left: 170px; 
	position: relative; 
	width: 389px; 
	height: 119px;
}

#cafenavhousing {
	margin: 0;
	padding: 0;
	border: 0;
	left: 20px; 
	position: relative;
	width: 690px;
	height: 66px;
	flaot: left;
	overflow: hidden;
}

#cafenav {
	margin: 0;
	padding: 0;
	height: 66px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#cafenav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#cafenav a {
	float: left;
	padding: 66px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:66px; /* for IE5/Win only */
}
	
#cafenav a:hover {
	background-position: 0 -66px;
}

#cafenav a:active, #cafenav a.selected {
	background-position: 0 -66px;
}

#navhome a  {
	width: 110px;
	background: url(../media/nav-home.gif) top left no-repeat;
}

#navsearch a  {
	width: 88px;
	background: url(../media/nav-search.gif) top left no-repeat;
}

#navabout a  {
	width: 69px;
	background: url(../media/nav-about.gif) top left no-repeat;
}

#navfaq a  {
	width: 56px;
	background: url(../media/nav-faq.gif) top left no-repeat;
}

#navcoupons a  {
	width: 88px;
	background: url(../media/nav-coupons.gif) top left no-repeat;
}

#navcontact a  {
	width: 127px;
	background: url(../media/nav-contact.gif) top left no-repeat;
}

#navad a  {
	width: 152px;
	background: url(../media/nav-advertisers.gif) top left no-repeat;
}

