/* for this demo only */
#nav {font-family:arial; padding-left:1px; margin:0px; }

/* the styling */
#nav {width:920px; height:60px; background:#ffffff; position:relative; }

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

#nav .select2, #nav .current {margin:0; padding:0; list-style:none; display:block;}

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

#nav .select a,
#nav .current a {display:block; height:23px; float:left; padding:0px; padding-top:2px; text-decoration:none; font-size: 12px; font-weight:bold; white-space:nowrap; margin-left:2px; background-color:#1C85C4;}
* html #nav .select a, * html #nav .current a {width:1px;}

#nav .select a b, 
#nav .current a b {height:100%; display:block; background-color:#1C85C4; padding:4px 12px 0 9px; color:#fff; }

#nav .select a:hover, 
#nav .select li:hover a {background-position:0 -75px; border-color:#046; cursor:pointer;}

#nav .select a:hover b, 
#nav .select li:hover a b {background-color:#CDE9FA; border-color:#046; color:#0066CC;}



#nav .select2 a,
#nav .current2 a {display:block; height:22px; float:left; background: url("../img_me/left_blue.gif") no-repeat left top; padding:0px; text-decoration:none; font-size: 12px; font-weight:bold; white-space:nowrap; margin-left:2px;}
* html #nav .select2 a, * html #nav .current2 a {width:1px;}

#nav .select2 a b, 
#nav .current2 a b {height:100%; display:block; background-color:#999999; padding:4px 12px 0 9px; color:#fff; }

#nav .select2 a:hover, 
#nav .select2 li:hover a {border-color:#046; cursor:pointer;}

#nav .select2 a:hover b, 
#nav .select2 li:hover a b {border-color:#046; color:#ffffff;}





#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0; font-size: 13px;}

#nav .current a {background-position:0 -75px; border-color:#046;}
#nav .current a b {background-color:#D1416E; color:#ffffff;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#CAEAFB url(../img_me/sub_sep.gif) top right no-repeat; color:#000000; text-decoration:underline;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#CAEAFB url(../img_me/sub_sep.gif) top right no-repeat; color:#000000; text-decoration:underline;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:960px; top:27px; left:0; background:#CAEAFB; margin-top:0px; padding:0; z-index:100; border-top:2px solid #fff; border-bottom:6px solid #fff;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
#nav .sub_active {display:block; position:absolute; width:960px; top:27px; left:0; background:#CAEAFB; margin-top:0px; padding:0; z-index:10; color:#000; border-top:2px solid #fff; border-bottom:6px solid #fff;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:0px; border-top:2px solid #fff;}

#nav .sub_active a {height:22px; float:left; text-decoration:none; white-space:nowrap; font-weight:normal;}
#nav .sub_active a, 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:inline; background:#CAEAFB url(../img_me/sub_sep.gif) top right no-repeat; padding:0 16px; margin:0; font-size: 12px; width:auto; white-space:nowrap; font-weight:bold; border:0; color:#004B85; height:26px; line-height:22px; }
