

.menu {
	width:942px; 
	height:50px; 
	font-size:1.2em; 
	position:relative; 
	z-index:100;
	border-right:1px solid #057676;
	}

* html .menu {
	width:942px; 
	w\idth:745px;
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.menu ul ul {
	width:200px;
	}
	
.menu li {
	float:left;
	width:235px;
	position:relative;
	}
	
.menu a, .menu a:visited {
	border-left:1px solid #057676; border-right:1px solid #057676; border-top:1px solid #057676; border-bottom:1px solid #057676; display:block;
	text-decoration:none; text-align:center;
	color:#fff; 
	width:230px; 
	height:50px; 
	background:#900 url('../images/menubg.jpg') repeat-x bottom left; 
	padding-left:10px; 
	line-height:47px; font-style:normal; font-variant:normal; font-weight:bold; font-size:15px; font-family:trebuchet ms, arial, sans-serif
	}
	
* html .menu a, * html .menu a:visited {
	width:230px; 
	w\idth:128px;
	}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url('http://www.cssplay.co.uk/graphics/drop1.gif') no-repeat bottom right;
	}

.menu ul ul a.drop:hover{
	background:#c9ba65 url('http://www.cssplay.co.uk/graphics/drop1.gif') no-repeat bottom right;
	}
	
.menu ul ul :hover > a.drop {
	background:#c9ba65 url('http://www.cssplay.co.uk/graphics/drop1.gif') no-repeat bottom right;
	}

.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:200px;
	border-top:1px solid #b00;
	}

* html .menu ul ul {
	top:50px;
	t\op:51px;
	}

.menu ul ul ul{
	left:230px; 
	top:-1px; 
	width:117px;
	}

.menu ul ul ul.left {
	left:-117px;
	}

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
	}

.menu ul ul a, .menu ul ul a:visited {
	border-left:1px solid #FFF; border-right:1px solid #FFF; border-top:0px solid #FFF; border-bottom:1px solid #FFF; background:#DBD6AD; color:#10494A; 
	height:auto; 
	line-height:1em; 
	padding:10px; 
	font-size: 12px;
	width:200px;
	
	}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:230px;
	w\idth:128px;
	}

.menu a:hover, .menu ul ul a:hover {
	color:#fff; 
	background:#BD481D;
	}

.menu :hover > a {
	color:#fff;
	background:#BD481D;
	}
	
.menu ul ul :hover > a {
	color:#006666;
	background:#CFC994;
	}


.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;
	}