/* ================================================================ 
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:150px; height:180px; position:relative;/*background:#dbdbdd;*/}
.menu ul li a, .menu ul li a:visited {color:#99bbd6;display:block; text-decoration:none;font-weight:bold; width:150px; height:20px; line-height:19px;background:url(Bilder/Layout/hover-blau.gif) left center no-repeat;padding-left:14px;}
.menu ul {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:#fc789e;/*background:#f1f1f1;*/background:url(Bilder/Layout/hover-rot.gif) left center no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:150px; width:150px;}
.menu ul li:hover ul li a.hide {/*color:#000;*/}
.menu ul li:hover ul li:hover a.hide {width:170px;color:#fc789e;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block;color:#99bbd6; width:170px;}
.menu ul li:hover ul li a:hover { color:#fc789e;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:171px; top:0;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; color:#fc789e;}
.menu ul li:hover ul li:hover ul li a:hover {color:#fff;}


