﻿@charset "utf-8";
.ddsmoothmenu{ z-index:1000; width:100%; }
.ddsmoothmenu ul{z-index:1000;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;display: inline;float:left;z-index:1000;text-align:center;font-weight:bold;}
/*.ddsmoothmenu ul li .menu1{display:block;z-index:1000;color:#000;text-decoration: none;height:44px;line-height:44px;margin-top:-5px;}*/
/*IE6 hack to get sub menu links to behave correctly*/
/*.ddsmoothmenu ul li .menu1{display:inline-block; font-size:14px; font-weight:bold; text-align:center;width:124px;padding-left:4px;}
.ddsmoothmenu ul li .menu1:link, .ddsmoothmenu ul li menu1:visited{display:block;color:#000;}*/
/*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*.ddsmoothmenu ul li .menu1.selected{display:block;color: #ffffff;height:44px;line-height:44px;margin-top:-5px;opacity:0.95;}
.ddsmoothmenu ul li .menu1:hover{display:block;color: #FF0;height:44px;line-height:44px;margin-top:-5px;}*/

 /*第二层*/
/*.ddsmoothmenu ul li ul{display:none;visibility:hidden;color:#FFF;position:absolute;left:0;top:38px;background:#b0051b;opacity:0.9;padding:0;margin:0;}
.ddsmoothmenu ul li ul li{color:#FFF;display: list-item;float: none;height:30px;padding:0;margin:0;text-align:left;font-weight:normal;list-style: none outside none;}
.ddsmoothmenu ul li ul li .a2{color:#FFF;width:150px;*width:150px; padding:0;margin:0;text-align:center;height:30px;line-height:30px;font-size:12px;font-weight:normal;}
.ddsmoothmenu ul li ul li .a2:link, .ddsmoothmenu ul li ul li .a2:visited{display:block;color: #FFF;}
.ddsmoothmenu ul li ul li .a2.selected{display:block;color: #FFF;background:#990908;height:30px;line-height:30px;opacity:0.95;margin-top:0;}
.ddsmoothmenu ul li ul li .a2:hover{width:150px;*width:150px;display:block;background:#990908;color:#FFF;}*/

.ddsmoothmenu ul li ul{display:none;visibility:hidden;color:#777;position:absolute;left:0;top:38px;background:#FFF;padding:0;margin:0;}
.ddsmoothmenu ul li ul li{color:#777;display: list-item;float:none;height:30px;padding:0;margin:0;text-align:left;font-weight:normal;list-style: none outside none;}
.ddsmoothmenu ul li ul li .a2{color:#777;width:150px;*width:150px; padding:0;margin:0;text-align:center;height:30px;line-height:30px;font-size:12px;font-weight:normal;}
.ddsmoothmenu ul li ul li .a2:link, .ddsmoothmenu ul li ul li .a2:visited{display:block;color: #777;}
.ddsmoothmenu ul li ul li .a2.selected{display:block;color: #777;background:#FFF;height:30px;line-height:30px;opacity:0.95;margin-top:0;}
.ddsmoothmenu ul li ul li .a2:hover{width:150px;*width:150px;display:block;background:#F2F2F2;color:#333;opacity:0.9;}

* html .ddsmoothmenu{ height:1%; } /*Holly Hack for IE7 and below*/

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
/*.ddsmoothmenu ul li ul li ul{color:#FFF;position: absolute;left:0;display: none;visibility:hidden;width:120px;top:38px;background:#b0051b;opacity:0.90;}*//*第三层*/
/*.ddsmoothmenu ul li ul li ul li{color:#FFF;display: list-item;float: none;width:120px;height:30px;text-align:left;font-weight:normal;list-style: none outside none;}
.ddsmoothmenu ul li ul li ul li .a3{color:#FFF;width: 120px;*width:120px;background:#990908;text-align:center;height:30px;line-height:30px;font-size:12px;font-weight:normal;}
.ddsmoothmenu ul li ul li ul li .a3:link,.ddsmoothmenu ul li ul li ul li .a3:visited{display:block;color: #FFF;}
.ddsmoothmenu ul li ul li ul li .a3:hover{width:120px;*width: 120px;display:block;background:#ff9000;color:#fff;}*/

/*========== Second menu bar / narrow ======================*/
/*1st sub level menu*/
.ddsmoothmenu ul li ul.narrow{position: absolute;left: 0;display: none; visibility: hidden;width:200px;background-color:#333;opacity:0.9; }
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul.narrow li{display: list-item;float: none;width: 180px;padding:0;margin:6px 0 10px 5px;text-align:left;font-weight:normal;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ top: 0; left:0; color:#ffffff;}
/* Sub level menu links style */
.ddsmoothmenu ul li ul.narrow li a{width: 180px;width: 225px; padding:0;margin:0;}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
margin-left:4px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity:0.9;
}