@charset "utf-8";

div.submenu {
	border-bottom: 1px solid #CCCCCC; /* #B4985A; */
	padding-bottom:5px;
	margin-bottom:10px;
	width:700px;
}

.lyrecrest #menubar #navcontainer ul {
	margin: 0px auto 0px 30px;
	width: 530px;
	overflow: hidden;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	line-height:71px;
	height: 71px;
	border-bottom:9px solid #C40F2F;
}

.lyrecrest #menubar #navcontainer ul li { display: inline; }

.lyrecrest #menubar #navcontainer ul li a {
	text-decoration: none;
	margin:0px;
	padding: 28px 10px 28px 10px;
	overflow:hidden;
	text-align:center;
	color: #000000;
	background-position: 0 -80px;
	height: 71px;
}

.lyrecrest #menubar #navcontainer ul li a:hover, .lyrecrest #menubar #navcontainer ul li #current {
	text-decoration:none;
	color: #000000;
	background: url(../images/menu_hover.gif) bottom center no-repeat;
	height: 71px;
}



