#menuWrap {
	float: left;
	width: 160px;
	margin-left: -630px;
	position: relative;
	clear: none;
}
* html #menuWrap {
	display: inline;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F3032;
}
#menu {
	width: 160px;
	top: 0px;
	padding-top: 15px;
	position: relative;
	margin-left: 5px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dl {

}
#menu dt {
	cursor: pointer;
	height: 24px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 12;
	border: 1px solid #3a3b3c;
}
#menu dd {
	
	background-color: #ccc;
}
#menu li {
	text-align: right;
	background-color: #C6C6C6;
}
#menu dt a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	padding-right: 2px;
	font-size: 1.25em;
	background-color: #2F3032;
	font-style: normal;
	font-weight: bold;
	background-image: url(/images/grey-bullet2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
}
#menu li a {
	color: #424242;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-size: 1em;
	padding-right: 0.5em;
}
#menu dt a:hover {
	color: #FF0000;
	background-image: url(/images/grey-bullet2_over.png);
	background-color: #c6c6c6;

}
#menu li a:hover {
	background: #eee;
}
.hidden {
	visibility: hidden;
}
/*hours and MC-Visa Below Nav*/
.hours {
	background-image: url(../images/visa_mc_hours.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 140px;
	height: 170px;
	padding-top: 0.5em;
	float: left;
	top: 245px;
}.hours h3 {
	font-size: 1.10em;
	text-align: center;
	color: #CCCCCC;
	font-variant: small-caps;
}
.hours ul {
	text-align: center;
	list-style-type: none;
	margin-top: 1em;
	font-size: .85px;
	color: #FFFFFF;
}
.hours li {
	font-size: .85em;
}
.tight {
	font-size: .8em;
	font-variant: normal;
	color: #FFFF00;
}
