@charset "utf-8";
/* CSS Document */

.menu .dropdown,
.menu .dropdown ul,
.menu .dropdown li,
.menu .dropdown dd,
.menu .dropdown dt {padding:0 0 0 0; margin:0;}
.menu .dropdown {padding:0; z-index:100; display:block;}
.menu .dropdown:hover dt,
.menu .dropdown:hover dt a {background-position:0 0; color:#fff; background-color:#738f92;}
.menu .dropdown dt {border:0px; display:block; height:23px; text-decoration:none; cursor:pointer; text-align:center;}
.menu .dropdown dt:hover {}
.menu .dropdown dt a {/*height:28px;*/}
.menu .dropdown dd {position:absolute; overflow:hidden; float:left; /*width:140px;*/ min-width:120px; display:none; z-index:110; opacity:0; background-color:#e1e6e9; font-size:13px; line-height:15px;}
.menu .dropdown ul {/*width:140px;*/ min-width:120px; list-style:none; padding:0;}
.menu .dropdown li {display:block; float:none; text-align:left; padding:0;}
.menu .dropdown dd li a {display:block; text-decoration:none; height:auto; padding:4px 15px 5px 15px; border-top:1px solid #f6f8fa; border-left:0; color:#738f92; background-color:#e1e6e9;}
.menu .dropdown dd li a:hover {background:#738f92; color:#fff;}
.menu .dropdown .underline {border-bottom:0px}
