/* ================================================================ 
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:48px; position:relative; font-size:18px;z-index:500;float:left;margin:32px 0 0 0
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left; background:url(blank_over_p.gif);
}
#nav .select a {
display:block; height:48px; float:left; text-decoration:none; line-height:25px; white-space:nowrap; color:#444;
}
#nav .select a span {
display:block; padding:0 0 10px 50px;
}
#nav .select a span.fix-200413 {
background: #fff; color: #e32b26; font-weight: bold; padding: 5px 10px; margin: -6px 0 0 50px; border-radius: 7.5px; border: 1px solid #e32b26; transition: 0.25s;
}
#nav .select a span.fix-200413:hover {
background: #e32b26; color: #fff;
}
#nav .select li:hover a {
cursor:pointer; color:#da1d25;
}
#nav .select li:hover a b {
display:block; cursor:pointer;
}
#nav .sub {
display:none; width:720px !important;margin:0; margin-left:-439px;list-style:none;background:#fafafa;border:1px solid #ddd;border-top:0;padding-left:476px;
}
#nav .select li:nth-child(4) .sub {padding-left: 357.5px; padding-right: 118.5px;}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:35px; display:block; position:absolute; float:left; width:570px; top:48px; left:0; text-align:center;padding-top:20px;
}
#nav .select li:hover .sub li a {
display:block;height:48px; line-height:16px; float:left; background:transparent url(transparent.gif); padding:0 16px; margin:0; white-space:nowrap; color:#888;font-size:14px;
}
#nav .select li:hover .sub li a:hover {
color:#da1d25; text-decoration:none;
}
