

.menu { /*outer menu wrap*/
	width:745px; 
	height:30px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	/*border-right:1px solid #057676; */
	border-right:0px solid #000000; /*outer menu wrap border px and color*/
	}

* html .menu {
	width:745px; 
	/*width:745px;*/
	}
	
.menu ul { /*Menu Button Margin*/
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.menu ul ul {
	width:149px;
	/*width:149px;*/
	}
	
.menu li { /*menu button, each button total spacing to fit the whole menu bar*/
	float:left;
	/*width:149px;*/
	width:149px;
	position:relative;
	}
	
.menu a, .menu a:visited { /*menu button info*/
	display:block;
	font: 15px 'trebuchet ms',arial,sans-serif;
	text-decoration:none; 
	color:#ffffff; 
	width:133px; 
    /*width:133px; */
	height:30px; 
    /*	height:50px; */ 
	border:1px solid #0077BB; 
	/*	border:1px solid #057676; */
	border-width:1px 1px 1px 1px; 
	background:#900 url('images/menubg.jpg') repeat-x bottom left; 
	padding-left:15px; 
	/*	padding-left:15px; */ /*Font Left Spacing*/
	line-height:27px;
	/*line-height:47px;*/ /*Font From Top Spacing*/
	}
	
* 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 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
/*	background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;*/
	}

.menu ul ul a.drop:hover{
	background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
/*	background:#d4d8bd 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;
/*	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;
/*	background:#e2dfa8;*/
	}

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

.menu ul ul { /*Drop Down Menu Info (drop only)*/
	visibility:hidden;
	position:absolute;
	height:10;
	top:31px;
	left:0; 
	width:149px;
	border-top:1px solid #dd5300; /*top border border*/
/*
	visibility:hidden;
	position:absolute;
	height:0;
	top:51px;
	left:0; 
	width:149px;
	border-top:1px solid #b00;

*/

	}

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

.menu ul ul ul{
	left:120px; 
	top:-1px; 
	width:120px;
/*
	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 { /*Drop Down Menu Info (drop down only)*/
	background:#FFFFFF; 
	color:#10494A;  /*font color*/
	height:auto; 
	line-height:1em; 
	padding:10px 10px; 
	font-size: 12px;
	width:128px;
	border: 1px solid #FFF;
	border-width:0 1px 1px 1px;
/*
	background:#DBD6AD; 
	color:#10494A;  
	height:auto; 
	line-height:1em; 
	padding:10px 10px; 
	font-size: 12px;
	width:128px;
	border: 1px solid #FFF;
	border-width:0 1px 1px 1px;

*/


	}

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

.menu a:hover, .menu ul ul a:hover {
	color:#fff; 
	background:#BD481D;
/*
	color:#fff; 
	background:#BD481D;

*/
	}

.menu :hover > a { /*Menu Button Rollover color*/
	color:#fff; /*font color*/
	background:#ff6600;
/*
	color:#fff;
	background:#BD481D;
*/
	}
	
.menu ul ul :hover > a {
	color:#0077BB;
/*	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;
	}