/* BEGIN SUBNAVIGATION */
	
	.tab 		{
				
				font-family: Arial, Helvetica, san-serif;
				font-size: 12px;
				font-weight: bold;
				background-color: #B2C7D6;
				color: black;
				padding: 2px 15px 3px 15px;
				vertical-align: top;
				display: inline;
				position: relative;
				top:2px;
	}
	
	.end-curves {
				vertical-align: top;
	}
	
	#selected 	{margin: 0px;}
	
	#not-selected {
				margin-left: 0px;
				background-color: #7996AF;
	}
	
	#not-selected a {
				text-decoration: none;
				color: black;
	}	
	
	#not-selected a:hover {color: white;}
	
	#subnav-baseline {
				background-color: #B2C7D6;
				width: 100%;
				height: 7px;
				
	}	
	
	#snav {
				height: 27px;
	
	}
	
	/* BEGIN specials */
	#specials {
				width: 760 px;
				margin: 0px;
				padding: 5px;
				border: 1px solid #B2C7D6;
				border-top: 0;
				margin-bottom: 10px;
				
				
				}
	
  
	#specials tr td {font-size: 11px;}
	
	
	.dow		{
				display: block;
				/*background-color: #BAE591;
				border: 1px solid #579D48; */
				padding: 1px;
				font-size: 12px;
				font-weight: bold;
				font-family: Arial, Helvetica, san-serif;
				position: relative;
				
				width: 100%;
				margin-top: 7px;
				border-bottom: 3px solid #B2C7D6;
				
	
	}	
	
	
	
	.title		{
				font-size: 10px;
				font-weight: bold;
	}
	
	.description {
				font-size: 10px;
	}
	
	.special-wrap {
				margin-top: 3px;
	
	}

	
