﻿.ddsmoothmenu{ width:1100px; height:40px; margin:0 auto;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left;}
.ddsmoothmenu ul li a{display:block; width:120px; height:40px; line-height:40px; text-align:center; color:#fff; font-size:14px; transition:all 0.5s;}
*html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a.selected{color:#1de4f6;}
.ddsmoothmenu ul li a:hover{color:#1de4f6;}
.ddsmoothmenu ul li ul{position:absolute;left:0;display:none;visibility:hidden; z-index:10000;}
.ddsmoothmenu ul li ul li{display:list-item;float:none; background:url(../images/bai_bg.png) repeat; margin-bottom:1px;height:40px;}
.ddsmoothmenu ul li ul li ul{ top:0;}
.ddsmoothmenu ul li ul li a{ font-size:13px; width:150px; margin:0; text-align:center; height:40px;line-height:40px; color:#003e7b;}
.ddsmoothmenu ul li ul li a:hover{ background:#003e7b; color:#fff;}
*html .ddsmoothmenu{height:1%;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}