.menu {
	border-right: #513733 0px solid;
	z-index: 100;
	position: relative;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.menu ul ul {
}
.menu li {
	float: left;
	position: relative;
}
.menu a {
	border-top: #513733 0px solid;
	border-right: #513733 0px solid;
	border-bottom: #513733 0px solid;
	border-left: #513733 0px solid;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	line-height: 31px;
	height: 32px;
	text-decoration: none;
}
.menu a:visited {
	border-top: #513733 0px solid;
	border-right: #513733 0px solid;
	border-bottom: #513733 0px solid;
	border-left: #513733 0px solid;
	display: block;
	padding-left: 10px;
	color: #ffffff;
	line-height: 31px;
	height: 32px;
	text-decoration: none;
}
.menu ul ul a.drop {
	background: #C7806E url('drop.gif') no-repeat right bottom; 
}
.menu ul ul a.drop:visited {
	background: #C7806E url('drop.gif') no-repeat right bottom; 
}
.menu ul ul a.drop:hover {
	background: #C7806E url('drop.gif') no-repeat right bottom; 
}
.menu ul ul :hover > A.drop {
	background: #C7806E url('drop.gif') no-repeat right bottom; 
}
.menu ul ul ul a {
	background: #C7806E 
}
.menu ul ul ul a:visited {
	background: #C7806E 
}
.menu ul ul ul a:hover {
	background: #C7806E 
}
.menu ul ul {
	border-top: #513733 1px solid;
	left: 0px;
	visibility: hidden;
	position: absolute;
	top: 31px;
	height: 0px;
}
* HTML .menu ul ul {
	top: 31px;
}
.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: #C7806E;
	width: 128px;
	color: #383533;
	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: #C7806E;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	width: 128px;
	color: #383533;
	line-height: 1em;
	padding-top: 5px;
	height: auto;
	border-right-width: 1px;
}
.menu a:hover {
	background: transparent;
	color: #383533;
}
.menu ul ul a:hover {
	background: #C7806E;
	color: #ffffff;
}
.menu :hover > a {
	background: transparent;
	color: #383533;
}
.menu ul ul :hover > a {
	background: #C7806E;
	color: #ffffff;
}
.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;
}