.menu {
	width:1001px; 
	height:26px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	background: #b29e83 repeat;
	}

* html .menu {
	width:1001px; 
	w\idth:1000px;
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background: #b29e83 repeat;
	}
	
.menu ul ul {
	width: 110px;
	}
	
.menu li {
	float: left;
	width:110px;
	position:relative;
	}
	
.menu a, .menu a:visited {
	display:block;
	font: 15px 'trebuchet ms',arial,sans-serif;
	text-decoration:none; 
	background-color: #b29e83;
	color:#e0d4bb; 
	width: 190px; 
	height:24px; 
	padding-left:5px; 
	line-height:25px;
	border-top:1px solid #b29e83;
	border-left:1px solid #b29e83;
	border-right: 1px solid #b29e83;
	border-bottom: 1px solid #b29e83;
	}
	
* html .menu a, * html .menu a:visited {
	width:200px; 
	w\idth:200px;
	}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#e0d4bb url('pic/design/drop.gif') bottom right no-repeat;
	}

.menu ul ul a.drop:hover{
	background:#e0d4bb url('pic/design/drop.gif') bottom right no-repeat;
	}
	
.menu ul ul :hover > a.drop {
	background:#e0d4bb url('pic/design/drop.gif') bottom right no-repeat;
	}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #b29e83;
	}

.menu ul ul ul a:hover {
	background: #b29e83;
	}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width: 200px;
	border-left:1px solid #fff;
	border-right: 1px solid #fff;
	}

* html .menu ul ul {
	top:50px;
	t\op:51px;
	}

.menu ul ul ul{
	left:200px; 
	top:-1px; 
	width:200px;
	}

.menu ul ul ul.left {
	left:-200px;
	}

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
	}

.menu ul ul a, .menu ul ul a:visited {
	color:#e0d4bb;
	background: #b29e83;
	height:auto; 
	line-height:1em; 
	padding: 5px; 
	font-size: 13px;
	width: 160px;

	}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:100px;
	w\idth:115px;
	}

.menu a:hover, .menu ul ul a:hover {
	color:#e0d4bb;
	background: #b29e83;	}

.menu :hover > a {
	color:#e0d4bb;
	background: #b29e83;
	}
	
.menu ul ul :hover > a {
	color:#b29e83;
	background: #e0d4bb;
	border-left: 1px solid #b29e83;
	border-right: 1px solid #b29e83;
	}


.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
	}

.menu ul :hover ul ul{
	visibility:hidden;
	}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}
