﻿.menu {
	margin: 0px 0px 0px 12px;
	color: #000000;
	height: 15px;
	text-align: left;
	font-family: Verdana, Arial;
}
.menu UL {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}
.menu LI {
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.menu A {
	background: none transparent scroll repeat 0% 0%;
	border-right: #dddddd 0px solid;
	border-bottom: #dddddd 0px solid;
	margin-top: 0px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #d3ad38;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}
.menu UL UL {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 175px;
	margin-left: 0px;
}
.menu UL UL UL {
	visibility: hidden;
	position: absolute;
	left: 196px;
	top: 0px;
	width: 175px;
	margin-left: 0px;
}
* HTML .menu UL UL {
	top: 30px;
}
* HTML .menu UL UL UL {
	top: 0px;
}
.menu TABLE {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #dddddd;
}
.menu UL A {
	padding: 0px 20px 0px 20px;
}
.menu UL UL A {
	padding: 0px 10px 15px 20px;
	margin: 0px 0px 0px 0px;
	height: 15px;
	width: 175px;
	font-size: 14px;
	font-weight: normal;
	color: #45434e;
	background: url('../images/menu-bg.png');
	border-top: 0px solid #99736d;
	border-right: 0px solid #99736d;
	border-bottom: 0px solid #99736d;
	border-left: 0px solid #99736d;
}
.menu UL UL UL A {
	padding: 5px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	height: 18px;
	width: 175px;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	background: url('../../../HP%20Danica%20Duen/images/bg-ul.jpg');
	border-top: 0px solid #99736d;
	border-right: 1px solid #99736d;
	border-bottom: 1px solid #99736d;
	border-left: 1px solid #99736d;
}
* HTML .menu UL UL A {
	width: 175px;
}
.menu A:hover {
	background: url('../images/menu-bg.png');
	color: #fefefe;
}
.menu :hover > A {
	background: url('../images/menu-bg.png');
	color: #fefefe;
}
.menu UL UL A:hover {
	background: url('../images/menu-bg.png');
	color: #fefefe;
}
.menu UL UL :hover > A {
	background: url('../images/menu-bg.png');
	color: #fefefe;
}
.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 UL {
	visibility: hidden;
}
.menu UL :hover UL :hover UL {
	visibility: visible;
}
.menu UL :hover UL :hover UL :hover UL {
	visibility: visible;
}
UL {
	margin-top: 0px;
	font-size: 11px;
	color: #000000;
}
UL UL LI {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
UL UL UL LI {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
LI {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
LI.link {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	margin-left: 14px;
}
.menu UL UL UL A:hover {
	background: #5f1f16;
}

