div.util_bar
{
	width:960px;
	height:35px;
	background: #7e3e8e;
	margin:Auto;
	position:relative;
	top:-3px;
	z-index:100000;
	border-bottom:Solid 2px black;
}

div.util_bar a
{
	text-decoration:none;
	color:Black;
	border:none;
	margin-right:5px;
	width:100%;
	display:block;
}

div.util_bar div.restaurant_bar a.restaurant_block:hover
{
	background: #b694ce url("../img/choice_overlay.png") repeat-x;
	/*color:#ddd2e5;*/
}

div.util_bar div.restaurant_bar
{
	width:280px;
	background: #ddd2e5;
	position:Absolute;
	left:0px;
	border-style:Solid;
	border-width:2px;
	border-color:black;
	border-left:none;
	border-top:none;
}

div.restaurant_bar a.bar_header
{
	margin-top:10px;
	width:100%;
	height:35px;
	font-weight:normal;
	text-align:left;
	font-size:1.5em;
	font-family:Verdana;
	display:Block;
	color:#471d60;
	text-indent:20px;
}

div.restaurant_bar div.restaurant_list
{
	/*margin-top:35px;*/
	background:none;
	width:100%;
}

div.util_title
{
	background:#471d60;
	height:35px;
	text-align:center;
	font-family:Verdana, Arial;
	font-size:1.25em;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
}

div.restaurant_bar div.util_title:hover
{
	background: #7e3e8e;
}

a.restaurant_block
{
	width:100%;
	height:40px;
	background: #ddd2e5;
	display:Block;
}

a.restaurant_block img.restaurant_image
{
	width:30px;
	height:30px;
	margin:5px;
	margin-left:10px;
	display:inline-block;
	border:solid 1px;
}

a.restaurant_block div.restaurant_title
{
	width:100%;
	height:30px;
	display:inline;
	vertical-align:top;
	font-size:1em;
	font-weight:normal;
	font-family:Verdana;
	position:relative;
	top:10px;
	margin-right:25px;
}

div.hours
{
	width:500px;
	text-align:left;
	margin-left:300px;
	margin-right:300px;
	padding-top:5px;
	color:White;
	font-size:0.9em;
}

img.slider_icon
{
	height:15px;
	width:15px;
	vertical-align:middle;
}