@charset "utf-8";
/* CSS Document */

.l_menuitem{
	padding: 0;
	width: 160px;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	float: left;

}
.l_menuitem a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #105996;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
	background-repeat: no-repeat;
}
.l_menuitem a:hover.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.l_menuitem a.menuitem:visited, .l_menuitem .menuitem:active{
color: white;
}

.l_menuitem a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.l_menuitem div.submenu{ /*DIV that contains each sub menu*/
	background-color: #ACCAD5;
}

.l_menuitem div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.l_menuitem div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.l_menuitem div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.l_menuitem div.submenu ul li a:hover{
	background: #CECAB0;
	color: white;
}

h2 {
	font-weight: bold;
	color: #F60;
	font-size: 12px;
}
#hours {
	color: #FFF;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.ads {
	height: 289px;
	width: 655px;
	background-image: url(../images/ce-150.jpg);
	background-repeat: no-repeat;
	margin-top: 7px;
}
