.menu {
	width:900px;
	height:52px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}

* html .menu {
	width:900px; 
	width:900px;
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.menu ul ul {
	width:149px;
	}
	
.menu li {
	float:left;
	width:149px;
	position:relative;
	}
	
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#7D1358;
	width:133px;
	height:50px;
	padding-left:15px;
	line-height:47px;
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	background-color: #CC0;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B2C3D;
	border-right-color: #FFFFFF;
	border-bottom-color: #6B2C3D;
	border-left-color: #FFFFFF;
	}
	
* html .menu a, * html .menu a:visited {
	width:149px; 
	w\idth:128px;
	}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd  bottom right no-repeat;
	}

.menu ul ul a.drop:hover{
	background:#c9ba65 bottom right no-repeat;
	}
	
.menu ul ul :hover > a.drop {
	background-color: #FFEAA8;
	background-repeat: no-repeat;
	background-position: right bottom;
	}

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

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

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:51px;
	left:0; 
	width:149px;
	border-top:1px solid #907F61;
	}

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

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

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

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

.menu ul ul a, .menu ul ul a:visited {
	color:#6B4355;
	height:auto;
	line-height:1em;
	padding:10px 10px;
	font-size: 12px;
	width:128px;
	background-color: #DAE26B;
	border-top-width: 1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #693947;
	border-left-color: #FFF;
	}

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

.menu a:hover, .menu ul ul a:hover {
	color:#FFFFFF;
	background-color: #7B3E50;
	}

.menu :hover > a {
	color:#fff;
	background-color: #996079;
	}
	
.menu ul ul :hover > a {
	color:#FFFFFF;
	background-color: #AC7D94;
	}


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

.menu ul :hover ul ul{
	visibility:hidden;
	background-color: #FFFFFF;
	}

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