/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
    width: 240px;
    overflow: visible;
    margin: 0;
	}
	
.menu ul.menu {
    list-style-type: none;
    margin:0;
    padding: 0;
	width: 222px;
	}
	
.menu ul.menu li {
    width: 220px;
    margin:0;
    padding: 0;
	float:left; 
	border-left: 1px #9F7D61 solid;
	position:relative;
	list-style-type: none;
	background:#fff;
	}
	
.menu ul.menu li ul {
	display: none;
	border-left: 1px #9F7D61 solid;
	border-right: 1px #9F7D61 solid;
	}	

.menu ul.menu li a, .menu ul li a:visited {
    padding: 6px 0px 6px 20px;
    border-bottom: 10px #9F7D61 solid;
	border-right: 1px #9F7D61 solid;
	display:block; 
	text-decoration:none; 
	color:#444;
	font-weight: bold;
	width:200px; 
	height:auto; 
	text-align:left;
	background:#C4AB8D;
	}

/* specific to non IE browsers */
.menu ul.menu li:hover a {
	color:#fff;
	background:#785F4B;
	text-decoration: none;
	font-weight: bold;
	}

.menu ul.menu li a.active {
	color:#fff;
	background:#785F4B;
	text-decoration: none;
	font-weight: bold;
	}	
	
.menu ul.menu li:hover ul {
	display:block;
	position:absolute; 
	top:0; 
	left:208px; 
	/*width:240px;*/
	}
.menu ul.menu li ul li {
	list-style-type: none;
	width: 200px;
	border-left: none;}
	
.menu ul.menu li:hover ul li a.hide {
	background:#785F4B; 
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	}
	
.menu ul.menu li:hover ul li:hover a.hide {width:180px;}

.menu ul.menu li:hover ul li ul {
	display: none;
	}

.menu ul.menu li:hover ul li a {
	display:block; 
	background:#785F4B; 
	color:#fff; 
	width:180px;
	padding: 6px 0px 6px 20px;
	}
	
.menu ul.menu li:hover ul li a:hover {background:#C4AB8D; color:#444;}

.menu ul.menu li:hover ul li:hover ul {
	display:block;
	list-style-type: none; 
	position:absolute; 
	left:189px;
	top:0; 
	color:#444;
	}
	
.menu ul.menu li:hover ul li:hover ul li a {
	display:block; 
	width:180px; 
	background:#C4AB8D; 
	color:#444;
	}
	
.menu ul.menu li:hover ul li:hover ul li a:hover {
	color:#fff;
	background:#785F4B;}

