/* ================================================================ 
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:105px; position:relative; margin:0 0 0 -5px;} 
.menu ul li a {display:block; width:108px; background-color: transparent; }
.menu ul li a:visited {background-color: transparent; width:105px;}
.menu ul {padding:0 0 0 0; margin:0 0 0 0;list-style-type: none;}
.menu ul li {float:left; position:relative; }
.menu ul li ul {display: none;}

.flyoutunten { 
height: 6px; 
	width:105px;
	background-image: url(flyoutunten.gif); 
	background-position: top center; 
	background-repeat: no-repeat;
	background-color: transparent;
}

.flyoutoben { 
height: 6px; 
	width:105px;
	background-image: url(flyoutoben.gif); 
	background-position: bottom center; 
	background-repeat: no-repeat;
	background-color: transparent;
}

/* specific to non IE browsers */
.menu ul li:hover a {background:#CFC3A7;}
.menu ul li:hover ul {display:block; position:absolute; top:-22px; left:105px; width:105px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:105px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#CFC3A7; color:#000; width:100px;  height:17px;}
.menu ul li:hover ul li a:hover {background:#E2DEBF; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#E2DEBF; color:#fff;}

