#header-hours
	{
		display: block;
		position: relative;
		width: 875px;
		margin-left: 25px;
		margin-right: -900px;
		margin-bottom: 20px;
		margin-top: 20px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.15em;
		border-bottom: 1px solid #FFBD29;
		font-weight: bold;
	}
	
	div#navigation > ul#nav > li > .super-nav {
		z-index: 7;
	}
		

#hoursmain
{
	display: block;
	position: relative;
	width: 900px;
	margin-left: 0;
	margin-right: -900px;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
}

#hourslocations
{
	float: left;
	width: 300px;
	margin-top: 0px;
}

	#hourslocations ul
	{
		width: 295px;
		font-size: 15px;
		cursor: pointer;
	}
	
	#hourslocations li
	{

		cursor: pointer;
		//overflow: hidden;
		//text-overflow: ellipsis;
		margin-left: 30px;
    line-height: 24px;
	}
		#hourslocations p
		{
			color: #231F20;
			text-decoration: none;
			margin-top: 0px;
			margin-bottom: 0px;
			-webkit-margin-before: 0;
			-webkit-margin-after: 0;
		}
		
		#hourslocations p:hover
		{
			color: #FFBD29;
		}
		
		#hourslocations a
		{
			color: #231F20;
			text-decoration: none;
		}
		
		#hourslocations a:hover
		{
			color: #FFBD29;
		}
		
		.hourslocations-parent {
			font-weight: bold;
		}
		
		.hourslocations-child {
			padding-left: 15px;				
		}

#hourscontent
{
	float: left;
	width: 600px;
}

ul {
	list-style: none;
}

	#hoursHeader
	{
		display: block;
		width: 600px;
		position: relative;
	}

		#hourstabs
		{
			float: left;
			padding: 0px;
			margin-left: 0px;
			margin-bottom: 0px;
			margin-right: 0px;
			margin-top: 0px;
			list-style-type: none;
		}
		
			#hourstabs li {
				color: #000;
				font-weight: bold;
				background-color: #FFBD29;
				border: 1px solid #e9c300;
				padding: 5px;
			}
			
				.hourstabs-name
				{
					text-transform: uppercase;
					text-align: left;
					font-size: 1.1em;
					font-weight: bold;
				}
				
				.hourstabs-date
				{
					font-weight: normal;
					font-size: 1.1em;
					text-align: left;
					font-style: italic;
				}
				
			#hourstabs ul {
				margin: 0;
				padding-left: 1px;
			}
		
	#current {
	position: absolute;
	top: 0px;
	right: 0;
	left: 260px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #646466;
	}
	
		#current-hours {
			font-size: .95em;
		}
	
			#selTime {
				display: inline-block;
			}
			
			#form2 {
				display: inline-block;
			}
			
			.ui-datepicker-trigger {
				height: 20px;
			}
	
	#hours {
		float: left;
		padding: 20px;
		width: 558px;
		min-height: 275px;
		border: 1px solid #FFBD29;
		background-color: #494D4f;
		color: #fff;
	}
	
		#hours ul {
			margin-left: 20px;
			margin-top: 15px;
		}
	
		.hours-name {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 1.15em;
			font-weight: bold;
			color: #fff;
		}

		.hours-content {
			width: 70%;
			float: left;
		}

		#datepicker {
			width: 30%;
			float: right;
		}
		
		.hours-content li {
			float: left;
			width: 450px;
			color: #fff;
		}
	
			.hours-day {
				float: left;
				width: 129px;
				padding: 4px;
				font-weight: bold;
				font-size: 16px;
			}
			
			.hours-time {
				float: left;
				width: 297px;
				padding: 4px;
				font-size: 16px;
			}
			
			.dailymessage
			{
				display: inline; 
				font-size: .8em;
			}
			
		#hours-break {
			float: left;
			width: 577px;
			border: 0;
			border-top: 1px solid #FFBD29;
			margin-top: 20px;
			padding-top: 10px;
			font-size: 12px;
			
		}