/* ================================================================ 
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/example_flyout.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{
font-family: arial, sans-serif; width:110px; height:180px; position:relative; font-size:11px; margin:10px 0; background:#eee; /*padding:10px 10px; border:1px solid #888;*/
}
.menu ul {
padding:0; margin:0; list-style-type: none;
}
.menu ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-1px; left:99px;
}
.menu ul li {
float:left; position:relative; z-index:90;
}
.menu ul li a, .menu ul li a:visited {
display:block; float:left; text-decoration:none; color:#000; width:65px; height:30px; line-height:29px; font-size:11px; background:transparent; padding-left:35px;
}
* html .menu ul li a, .menu ul li a:visited {width:100px; width:65px;}

.menu ul li.home {background:url(home.gif);}
.menu ul li.family {background:url(group.gif);}
.menu ul li.hobbies {background:url(hobbies.gif);}
.menu ul li.galleries {background:url(galleries.gif);}
.menu ul li.kontakt {background:url(kontakt.gif);}
.menu ul li.sitemap {background:url(sitemap.gif);}
.menu ul li.news {background:url(news.gif);}

.menu ul li ul li.silvia {background:url(silvia.gif) no-repeat;}
.menu ul li ul li.stefan {background:url(stefan.gif) no-repeat;}
.menu ul li ul li.wirbeide {background:url(wirbeide.gif) no-repeat;}
.menu ul li ul li.omi {background:url(omi.gif) no-repeat;}
.menu ul li ul li.soaring {background:url(soaring.gif) no-repeat;}
.menu ul li ul li.faltboot {background:url(faltboot.gif) no-repeat;}
.menu ul li ul li.trains {background:url(train.gif) no-repeat;}

.menu ul li ul li.newsitem, .menu ul li ul li ul li.newsitem {background:url(newsitem.gif) no-repeat;}

.menu ul li ul li.archiv {background:url(archiv.gif) no-repeat;}

.menu ul li ul li.galleriearchiv {background:url(galleriearchiv.gif) no-repeat;}

.menu ul li ul li.film {background:url(film.gif) no-repeat;}

.menu ul li ul li.bilder {background:url(bilder.gif) no-repeat;}


/*unused
.menu ul li ul li.subnews3 {background:url(subnews3.gif) no-repeat;}

.menu ul li ul li.subserv1 {background:url(subserv1.gif) no-repeat;}

.menu ul li ul li.subserv2 {background:url(subserv2.gif) no-repeat;}

.menu ul li ul li.subserv5 {background:url(subserv5.gif) no-repeat;}

*/

.menu table {
border-collapse:collapse; border:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

.menu ul li:hover a,
.menu ul li a:hover{
text-decoration:underline; border:0;
}

.menu ul li a:hover {position:relative; z-index:100;}

.menu ul li:hover ul,
.menu ul li a:hover ul {
visibility:visible; width:170px; height:auto; border:1px solid #606; z-index:10; background:#f8f8f8; overflow:visible;
}
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a{
display:block; background:transparent; color:#000; width:135px; line-height:15px; padding:5px 0 5px 35px; height:auto; text-decoration:none;
}
* html .menu ul li a:hover ul li a {width:170px; width:135px;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
text-decoration:underline; border:0;
}
.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:151px;
}
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; width:150px; height:auto; color:#000; padding:0; border:1px solid #888; list-style-type:none; background:#eee;
}
.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
display:block; width:115px; background:transparent; color:#000;
}
* html .menu ul li a:hover ul li a:hover ul li a {width:150px; width:115px;}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {
text-decoration:underline; border:0;
/*background:#ddd; text-decoration:underline;*/
}

