.menu {
	width:800px;
	height:35px;
	font-size:0.7em;
	position:relative;
	z-index:100;
	border-right:1px solid #FFFFFF;
	}

* html .menu {
	width:800px; 
	w\idth:800px;
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.menu ul ul {
	width:160px;
	}
	
.menu li {
	float:left;
	width:160px;
	position:relative;
	}
	
.menu a, .menu a:visited {
	display:block;
	font: 11px 'eurostile';
	text-decoration:none;
	color:#fff;
	width:160px;
	height:35px;
	border:1px solid #FFFFFF;
	border-width:1px 0 1px 1px;
	background:#900 url('images/menubg.jpg') repeat-x bottom left;
	padding-left:10px;
	line-height:35px;
	}
	
* html .menu a, * html .menu a:visited {
	width:160px; 
	w\idth:160px;
	}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
	}

.menu ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
	}
	
.menu ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
	}

.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:35px;
	left:0;
	width:160px;
	}

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

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

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

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

.menu ul ul a, .menu ul ul a:visited {
	background:#FFFFFF;
	color:#333333;
	height:auto;
	line-height:1em;
	padding:10px 10px;
	font-size: 11px;
	width:138px;
	border: 1px solid #FFF;
	border-width:0 1px 1px 1px;
	}

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

.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background:#999999;
	}

.menu :hover > a {
	color:#fff;
	background:#999999;
	}
	
.menu ul ul :hover > a {
	color:#FF0000;
	background:#CCCCCC;
	}


.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;
	}

