#menu {clear:both;margin:0;}

/* the styling */
#menu {height:60px; position:relative;}



#menu .select, #menu .current {margin:0; padding:0; list-style:none;}

#menu li {display:inline; margin:0; padding:0; height:auto;}

#menu .select a,
#menu .current a {display:block; height:30px; float:left; background-image: url(../images/bg-menu-button.gif); padding:0 10px 0 10px; margin-right: 3px; text-decoration:none; font-size:14px; font-weight: normal; line-height:30px; white-space:nowrap; color:#4B4B4B;}
* html #menu .select a, * html #menu .current a {width:1px; height:30px;}

#menu .select a, #menu .current a { font-size: 14px; padding: 0 10px 0 10px; }

#menu .light { color: #DADADA; }

#menu .select a:hover, 
#menu .select li:hover a {background:#666; cursor:pointer; color:#fff;}

#menu .sub {display:none;}

/* for IE5.5 and IE6 only */
#menu table {position:absolute; border-collapse:collapse; left:0; top:0;}

#menu .current a {background:#666; color:#fff;}

#menu .sub li a:hover, 
#menu .select a:hover .sub li a:hover, 
#menu .select li:hover .sub li a:hover {color:#999;}

#menu .sub_active .current_sub a, 
#menu .sub_active a:hover {color:#999;}

#menu .select li a:hover .sub,
#menu .select li:hover .sub {display:block; position:absolute; width:740px; top:30px; left:0; background-image: url(../images/bg-menu2.gif); margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px;}


#menu .sub, #menu .sub_active {margin:0; padding:0; list-style:none; }

/* removed background: 666 */
#menu .sub_active {display:block; position:absolute; width:100%; top:30px; left:0; margin-top:0; padding:0; z-index:10;}
* html #menu .sub_active, * html #menu .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:0;}

#menu .sub_active a {height:30px; text-decoration:none; line-height:30px; white-space:nowrap; display:block; float:left; padding:0 10px 0 10px; margin:0; font-size:11px; white-space:nowrap; border:0; color:#fff;}

#menu .select a:hover .sub li a, 
#menu .select li:hover .sub li a {display:block; background-image: url(../images/bg-menu2.gif); padding:0 10px 0 10px; margin:0; white-space:nowrap; border:0; color:#fff; font-size:11px;}
