/* ================================================================ 
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.stunicholls.com/NaviContainer/hover_through.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements. 

Please see 'Terms of use' on stunicholls.com
=================================================================== */

/*
#Abdeckung {position:relative; width:750px; height:540px; background:#fff;  opacity:0.7; filter:alpha(opacity=70);}
border:1px solid #fff; border-color:#eac #ebd #a68 #b79; border-width:1px 1px 2px 2px;
*/
#NaviContainer ul {padding:0; margin:0; list-style:none; }

#NaviContainer a {display:block; color:#0F306F; width:124px; background: url(../images/navi/subbutton2_bg.png) -15px 0px no-repeat;text-decoration:none; height:25px; line-height:24px; text-indent:15px; padding: 0px;}
#NaviContainer a:hover,
#NaviContainer a.clicked { background:url(../images/navi/subbutton2_bg.png) 0px 0px;}
#NaviContainer a:active, #NaviContainer a:focus {outline:0;}

#SubMenu_0 a { background: url(../images/navi/button_bg.png) -15px 0px no-repeat;color:#fff;}
#SubMenu_0 a:hover,
#SubMenu_0 a.clicked { background:url(../images/navi/button_bg.png) 0px 0px;}

#MenuLevel0 {position:absolute; display:block; right:0px;}
#MenuLevel1 {position:absolute; right:295px;}
#MenuLevel2 {position:absolute; right:420px;}


#SubMenu_0 { display:block;}
#SubMenu_1 {display:none; position:absolute; right:125px;top:0px;}
#SubMenu_2{display:none; position:absolute; top:25px;}
#SubMenu_3 {display:none; position:absolute; top:50px;}
#SubMenu_4, #SubMenu_4_1  {display:none; position:absolute; top:75px;}
#SubMenu_5 {display:none; position:absolute; top:100px;}
#SubMenu_7 {display:none; position:absolute; top:150px;}


#SubMenu_1 a, #SubMenu_2 a, #SubMenu_3 a, #SubMenu_4 a, #SubMenu_5 a, #SubMenu_7 a {width:170px}

.none {display:none;}
.yes {display:block;}



