/* ================================================================ 
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/pro_dropline_1.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.
=================================================================== */

#nav {
height:18px; position:relative; font: 11px Arial, Helvetica, sans-serif; z-index:500;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
#nav .select a {
display:block; height:18px; float:left; padding:0 0 0 16px; text-decoration:none; line-height:18px; white-space:nowrap; color: #FF9900;
}
#nav .select a b {
display:block;
}
#nav .select li:hover a {
padding:0 0 0 16px; line-height: 18px; cursor:pointer; color:#e85d3d; /* background: #FF9900; */
}
#nav .select li:hover a b {
display:block; cursor:pointer;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 140px;list-style:none; /* 140px bezieht sich auf die Untermenues */
}
#nav .sub li {background: #ffe59b;}
#nav .select li:hover .sub {
height:18px; display:block; position:absolute;  top:18px; left:0; text-align:center; font: 11px Arial, Helvetica, sans-serif; /* width:750px; stand hier noch */
}
#nav .select li:hover .sub li a {
display:block;height:18px; line-height:16px;  padding:0 16px; margin:0; white-space:nowrap; border:1px solid #a53817; border-color: #e85d3d; color: #FF9900; font: 11px Arial, Helvetica, sans-serif; font-weight:bold; /* padding:0 16px; margin:0; gibt die Breite der Untermenues an*/
}
#nav .select li:hover .sub li a:hover {
color:#e85d3d; background: #ffe59b; border-color: #e85d3d; line-height:18px;  font: 11px Arial, Helvetica, sans-serif; font-weight:bold; 
}
