/* ================================================================
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:46px; position:relative; font-family:±¼¸²; font-size:12px;z-index:500; /* background:url(../images/sub/menu_bg.gif); */
}
#nav .nav_left {
float:left; margin:0; padding:0; list-style:none; white-space:nowrap; width:6px; height:44px; background:url(../images/sub/menu_end.jpg)
}
#nav .nav_right {
float:left; margin:0; padding:0; list-style:none; white-space:nowrap; width:6px; height:44px; background:url(../images/sub/menu_end.jpg)
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left; background:url(../images/sub/menu_up_bg.gif);
}
#nav .select a {
display:block; height:44px; float:left; background: url(../images/sub/menu_bg.gif); padding:0 0 0 5px; text-decoration:none; line-height:25px; white-space:nowrap; color:#999999;
}
#nav .select a b {
display:block; padding:9px 30px 10px 15px; background:url(../images/sub/menu_bg.gif) right top;
}
#nav .select li:hover a {
background: url(../images/sub/menu_up_bg.gif); padding:0 0 0 5px; line-height:25px; cursor:pointer; color:#003399;
}
#nav .select li:hover a b {
display:block; padding:9px 30px 10px 15px; background:url(../images/sub/menu_up_bg.gif) right top; cursor:pointer;
}
#nav .sub {
display:none; margin:0; padding:18px 0 0 70px;list-style:none;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:20px; display:block; position:absolute; float:left; width:750px; top:29px; left:0; text-align:center;
}
#nav .select li:hover .sub li a {
display:block;height:18px; line-height:16px; float:left; background:transparent url(../images/sub/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; color:#999999; font-size:12px;
}
/*
#nav .select li:hover .sub li a:hover {
color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px;
}
*/
#nav .select li:hover .sub li a:hover {
color:#003399; font-weight:bold; background:transparent; line-height:15px;
}
