

.menu {
	width:900px; 
	height:32px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	}
/* removed border-right:1px solid #057676 */
/* changed height:52px; */
/* changed width:745px; */

* html .menu {
	width:900px; 
	w\idth:901px;
	}
	
/* changed width:745px; */
/* changed w\idth:745px; */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.menu ul ul {
	width:179px;
	}
/* changed width:149px; */
	
.menu li {
	float:left;
	width:179px;
	position:relative;
	}
	
/* changed width:149px; */

.menu a, .menu a:visited {
	display:block;
	font: 12px 'trebuchet ms',arial,sans-serif;
	text-decoration:none; 
	color:#fff; 
	width:161px; 
	height:30px; 
	border:1px solid #465399; 
	border-width:1px 2px 1px 1px; 
	background:#465399; 
	padding-left:15px; 
	line-height:27px;
	}
/* removed background:#900 url('images/menubg.jpg') repeat-x bottom left AND border color which was #010201 and changed font from 15px*/
/* changed height:50px; */
/* changed line-height:47px; */
/* changed width:133px;  */
/* changed border-width:1px 0 1px 1px; */

	
* html .menu a, * html .menu a:visited {
	width:179px; 
	w\idth:153px;
	}

/* changed width:149px;  */
/* changed 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;
	}

.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:31px;
	left:0; 
	width:179px;
	border-top:1px solid #bb0000;
	}
/* changed border-top:1px solid #b00; */
/* changed top:51px; */
/* changed width:149px; */

* html .menu ul ul {
	top:30px;
	t\op:31px;
	}

/* changed top:50px; AND t\op:51px; */

.menu ul ul ul{
	left:179px; 
	top:-1px; 
	width:179px;
	}
/* changed left:149px; */
/* changed width:149px; */

.menu ul ul ul.left {
	left:-179px;
	}
/* changed left:-149px; */

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}
/* changed border-collapse:collapse;; took out second semi */

.menu ul ul a, .menu ul ul a:visited {
	background:#DBD6AD; 
	color:#10494A; 
	height:auto; 
	line-height:1em; 
	padding:10px 10px; 
	font-size: 12px;
	width:153px;
	border: 1px solid #FFF;
	border-width:0 1px 1px 1px;
	}
/* changed color:#10494A; */
/* changed width:128px; */

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:180px;
	w\idth:153px;
	}
/* changed width:150px; */
/* changed 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;
	}