﻿.menu {
	border-right: #2F2921 0px solid;
	z-index: 100;
	position: absolute;
	top: 94px;
	left: 170px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 910px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.menu ul ul {
	z-index: 200; /* If the menu wraps we want the dropdowns from above to cover the items below. */
}
.menu li {
	float: left;
	position: relative;
}
.menu a:link { color: #ffffff; text-decoration:none; }
.menu a, .menu a:visited {
	border-top: #2F2921 0px solid;
	border-right: #2F2921 0px solid;
	border-bottom: #2F2921 0px solid;
	border-left: #2F2921 0px solid;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	line-height: 24px;
	height: 26px;
	text-decoration: none;
	font-weight: normal;
}
.menu ul ul a.drop {
	background: #607C72 url('drop.gif') no-repeat right bottom; 
}
.menu ul ul a.drop:visited {
	background: #607C72 url('drop.gif') no-repeat right bottom; 
}
.menu ul ul a.drop:hover {
	background: #607C72 url('drop.gif') no-repeat right bottom; 
}
.menu ul ul :hover > a.drop {
	background: #607C72 url('drop.gif') no-repeat right bottom; 
}
.menu ul ul ul a {
	background: #607C72 
}
.menu ul ul ul a:visited {
	background: #607C72 
}
.menu ul ul ul a:hover {
	background: #607C72 
}
.menu ul ul {
	border-top: #2F2921 1px solid;
	left: 0px;
	visibility: hidden;
	position: absolute;
	top: 26px;
	height: 0px;
}
* HTML .menu ul ul {
	top: 28px;
}
.menu ul ul ul {
	left: 149px;
	width: 149px;
	top: -1px;
}
.menu ul ul ul.left {
	left: -149px;
}
.menu ul ul.right {
	left: -30px;
}
.menu table {
	left: 0px;
	position: absolute;
	top: 0px;
	border-collapse: collapse;
}
.menu ul ul a {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px 10px 5px 10px;
	background: #607C72;
	width: 128px;
	color: white;
	line-height: 1em;
	height: auto;
}
.menu ul ul a:visited {
	border-top-width: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	background: #607C72;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	width: 128px;
	color: white;
	line-height: 1em;
	padding-top: 5px;
	height: auto;
	border-right-width: 1px;
}
.menu a:hover {
	background: url('http://www.marestare.com/img/button_glow.png');
	color: black;
}
.menu ul ul a:hover {
	background: #C7D1CE;
	color: #ffffff;
}
.menu :hover > a {
	background: url('http://www.marestare.com/img/button_glow.png');
	color: black;
}
.menu ul ul :hover > a {
	background: #C7D1CE;
	color: black;
}
.menu ul li:hover ul {
	visibility: visible;
}
.menu ul a:hover ul {
	visibility: visible;
}
.menu ul :hover ul ul {
	visibility: hidden;
}
.menu ul :hover ul :hover ul {
	visibility: visible;
}

