/* ================================================================ 
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 */
/* common styling */
.menu {
 width: 190px;
        margin: 10px;
}
.menu ul li a, .menu ul li a:visited {
 width: 190px;
        height: 32px;
		  color: #FF9834;
       /*    voice-family: "\"}\"";
          voice-family: inherit; */
          height: 24px;
        text-decoration: none;
		      color: #4D4D4D;
        display: block;
        background:  url(menu10.gif);
        padding: 8px 0 0 10px;
        }
		
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative; 
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a  {
        color: #FF9834;
        background:  url(menu10.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

.menu ul li:hover ul {display:block; position:absolute; top:0; left:200px; width:190px;}
.menu ul li:hover ul li a.hide {color:#FF9834;
	/* background: url(menu10.gif) 0 -32px;  */}
.menu ul li:hover ul li:hover a.hide {width:200px;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
		color: #4D4D4D;
	background:  url(menu10.gif);
	width:190px;
	BORDER-LEFT: #DEA26B 0px solid;
}
.menu ul li:hover ul li a:hover {
	BORDER-LEFT: #526100 0px solid;
	color: #FF9834;
	background:  url(menu10.gif) 0 -32px; }
	font-weight : bold;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:200px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {
	display:block;
	width:190px;
	background:  url(menu10.gif);
	color:#FF9834;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background:  url(menu10.gif) 0 -32px;
	color: #FF9834;
	font-weight : bold;
}

