/* Stylesheet for the Our Location pages */

#lmenu {
	/*
	position: absolute;
	left: 5px;
	top: 140px;
	width: 185px;
	*/
	z-index: 3;
}

#lmenu tr {
	margin-left: 0px;
	padding-left: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#lmenu a {
	display: block;
	padding: 3px;
	width: 80px;
	background-color: #007fa5;
	border-bottom:1px solid #eee;
}

#lmenu a:link, #menulist a:visited
{
	background-color: #CCCC00;
	color: #6600CC;
	font-weight: bold;
	text-decoration: none;
}

#lmenu a:hover
{
	background-color: #9999CC;
	color: #FFFFFF;
	font-weight: bold;
}

#lcontent {
	font-size: 12px;
}
