	/* --- NAVIGATION --- */
	
	.nav {
		background:#999 url(../images/nav_sprites.png) no-repeat 0 0;
		position:absolute;
		left:0;
		top:331px;
		height:24px;
		width:575px;
		z-index:69;
	}
	
	.nav ul {
		position:relative;
		list-style:none;
		top: 0px;
		left: 15px;

	}

	.nav li {
		height: 24px;
		margin-right: 1px;
		float: left;
		position: relative;
	}
	
	.nav a {
		position:absolute;
		color: #FFF;
		height:24px;
		text-indent:-690px;
		font-size: xx-small;
		text-decoration:none;
		overflow:hidden;
		/*visibility:hidden;*/
	}
	
	.nav a:hover {background-color:transparent;}

	.nav li ul {
		display: none;
		position: absolute;
		width: 100px;
		left: 0;
		top: 24px;
		padding: 5px 5px 2px;
		background: transparent url(../images/submenu_bg.png) repeat-x 0 0;
	}
	
	.nav li:hover ul, .nav li.over ul {
		display: block;
	}
	
	.nav li:hover ul li, .nav li.over ul li{
		height: auto;
		border-top: dotted 1px #000;
		width: 99px;
		margin:-1px 0;
	}
	
	.nav li ul li.first {border: none;}
	
	
	.nav li ul a {
		position:relative;
		visibility:visible;
		color: #000;
		font-size: x-small;
		text-indent: 0;
	}
	.nav li ul a span{
		color: #D90011;
		font-weight:bold;
		text-transform:lowercase;
	}

	.nav li ul a:hover, .nav li ul a:active {
		color: #D90011;
		background:transparent;
	}

	#nav_home a {width: 74px;}
	
	#nav_home {
		width: 74px;
		background: transparent url(../images/nav_sprites.png) no-repeat -16px -30px;
	}
	
	#nav_home:hover, #nav_home.over  {
		background: transparent url(../images/nav_sprites.png) no-repeat -16px -60px;
	}
	
	#nav_home_down, #nav_home:active {
		width: 74px;
		background: transparent url(../images/nav_sprites.png) no-repeat -16px -90px;
	}
	
	#nav_coffee a {width: 48px;}
	
	#nav_coffee {
		width: 48px;
		background: transparent url(../images/nav_sprites.png) no-repeat -91px -30px;
	}
	
	#nav_coffee:hover, #nav_coffee.over {
		background: transparent url(../images/nav_sprites.png) no-repeat -91px -60px;
	}
	
	#nav_coffee_down, #nav_coffee:active {
		width: 48px;
		background: transparent url(../images/nav_sprites.png) no-repeat -91px -90px;
	}

	#nav_menu a {width: 81px;}
	
	#nav_menu {
		width: 81px;
		background: transparent url(../images/nav_sprites.png) no-repeat -139px -30px;
	}
	
	#nav_menu:hover, #nav_menu.over {
		background: transparent url(../images/nav_sprites.png) no-repeat -139px -60px;
	}
	
	#nav_menu_down, #nav_menu:active {
		width: 81px;
		background: transparent url(../images/nav_sprites.png) no-repeat -139px -90px;
	}
	
	#nav_club a {width: 84px;}
	
	#nav_club {
		width: 84px;
		background: transparent url(../images/nav_sprites.png) no-repeat -221px -30px;
	}
	
	#nav_club:hover, #nav_club.over  {
		background: transparent url(../images/nav_sprites.png) no-repeat -221px -60px;
	}
	
	#nav_club_down, #nav_club:active {
		width: 84px;
		background: transparent url(../images/nav_sprites.png) no-repeat -221px -90px;
	}
	
	#nav_locations a {width: 62px;}
	
	#nav_locations {
		width: 62px;
		background: transparent url(../images/nav_sprites.png) no-repeat -306px -30px;
	}
	
	#nav_locations:hover, #nav_locations.over  {
		background: transparent url(../images/nav_sprites.png) no-repeat -306px -60px;
	}
	
	#nav_locations_down, #nav_locations:active {
		width: 62px;
		background: transparent url(../images/nav_sprites.png) no-repeat -306px -90px;
	}
	
	#nav_feedback a {width: 59px;}
	
	#nav_feedback {
		width: 59px;
		background: transparent url(../images/nav_sprites.png) no-repeat -369px -30px;
	}
	
	#nav_feedback:hover, #nav_feedback.over   {
		background: transparent url(../images/nav_sprites.png) no-repeat -369px -60px;
	}
	
	#nav_feedback_down, #nav_feedback:active {
		width: 59px;
		background: transparent url(../images/nav_sprites.png) no-repeat -369px -90px;
	}
	
	#nav_franchising a {width: 74px;}
	
	#nav_franchising {
		width: 74px;
		background: transparent url(../images/nav_sprites.png) no-repeat -429px -30px;
	}
	
	#nav_franchising:hover, #nav_franchising.over  {
		background: transparent url(../images/nav_sprites.png) no-repeat -429px -60px;
	}
	
	#nav_franchising_down, #nav_franchising:active {
		width: 74px;
		background: transparent url(../images/nav_sprites.png) no-repeat -429px -90px;
	}
	
	#nav_contact a {width: 54px;}
	
	#nav_contact {
		width: 54px;
		background: transparent url(../images/nav_sprites.png) no-repeat -504px -30px;
	}
	
	#nav_contact:hover, #nav_contact.over  {
		background: transparent url(../images/nav_sprites.png) no-repeat -504px -60px;
	}
	
	#nav_contact_down, #nav_contact:active {
		width: 54px;
		background: transparent url(../images/nav_sprites.png) no-repeat -504px -90px;
	}

