/* ================================================================ 
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/menu/tree_frog_horizontal.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer {width:850px;height:162px;border-bottom:1px solid #0097BA; background-image:url(nav_bg1.jpg); background-position:bottom left;background-repeat:no-repeat;position:relative; left:50px;}

#menu {list-style-type:none; padding:0; margin:0 auto; width:850px; float:left; position:relative;}
#menu ul {list-style-type:none; padding:0; background:#fff;}
#menu li {float:left; position:relative;}
#menu li.sub {background:#0097BA; margin-right:1px;background-image:url(arrow_b.gif); background-repeat:no-repeat; background-position:right;}

#menu li, #menu li a {display:block; color:#fff; font-family:Arial, sans-serif; font-size:12px; line-height:48px; width:159px; text-decoration:none; text-align:left; cursor:pointer;padding-left:10px;}

#menu ul li a {text-align:left; color:#000000; font-family:verdana; line-height:18px; font-size:10px; font-weight:normal;margin:0; padding:0;}
#menu ul li a:hover {color:#F26522;}

#menu ul {position:absolute;left:-9999px;}
/*#menu li.click ul ul {position:absolute;left:-9999px;}
#menu li.click ul li.hover ul ul {position:absolute;left:-9999px;}*/

#menu li.hover {background:#F26522; z-index:500; background-image:url(arrow_o.gif); background-repeat:no-repeat; background-position:right}
#menu li.click {background:#F26522; background-image:url(arrow_o.gif); background-repeat:no-repeat; background-position:right}

#menu li.click ul li {margin-top:1px; border-right:0; background:#fff;}
#menu li.hover ul li {margin-top:1px; border-right:0; background:#fff;}

/*additional styles*/
#menu li.click ul{background:#fff; opacity:0.7;filter:alpha(opacity=70);margin-top:24px; height:114px;border-bottom:1px solid #F26522;}
#menu li.hover ul {left:0px; height:114px;background:#fff; opacity:0.7;filter:alpha(opacity=70);border-bottom:1px solid #F26522;}

#menu li.click ul {left:0px; top:24px;}

/*Korrektur für ie7*/
*+html #menu li.hover ul {left:0px; height:114px;background:#fff; opacity:0.7;filter:alpha(opacity=70);border-bottom:1px solid #F26522; margin-left:0px;}
