ul,li{list-style-type:none;}
a{text-decoration: none;color:#333;}





.wrap{width:100%;min-width: 1200px;}
.w{width:1200px;margin:0 auto;}

/*Navigation*/

.Navigation{height:50px;background: white;text-overflow:ellipsis;white-space:nowrap;}
.Navigation li{float:left;line-height:50px;}
.Navigation a{color:#;text-align:center;font-size: 18px;white-space:nowrap;display:block;}
.Navigation a:hover{background:#337ab7; color:white}
.Navigation .active{height:50px; }


ul#topnav {position: relative;z-index:10000;}
ul#topnav li {float: left; position:relative;text-align:center;}
ul#topnav li a {display:block;padding:0 18px;}
ul#topnav li a:hover {background:#337ab7;}
ul#topnav li .sub {position: absolute;  top: 50px; left: 0;background:#ffffff;float:left;

    /*--Bottom right rounded corner--*/
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /*--Bottom left rounded corner--*/
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display: none;
    z-index: 9999;
}
ul#topnav li .sub dl{
	
    z-index: 9999;
    position: absolute;
    background:#ffffff;
    /* older safari/Chrome browsers */
    -webkit-opacity: 0.9;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    margin-top: 0px;

    /* IE9 + etc...modern browsers */
width:150px;
    opacity: .9;
    /* IE 4-9 */
    filter:alpha(opacity=90);
    /*This works in IE 8 & 9 too*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /*IE4-IE9*/
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);

}

ul#topnav .sub dl dd a {padding:0 25px;color:#333333;line-height: 43px;font-size:12px;text-align:center;}
ul#topnav .sub dl dd a:hover {padding:0 px;
    color:#ffffff;
    background:#337ab7;
    width: 150px;
}
ul#topnav li:hover .sub 
{
    display: block;
}
ul#topnav li .sub dd 
{
    margin-inline-start: 0px;
    width: 150px;
}
.son
{width:12.5%;}




  