.homenavmenuWrapper{
    font-family: "Microsoft YaHei","黑体","宋体","Trebuchet MS", Arial, sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:500px;
    width:957px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.homenavmenu{
    list-style:none;
    width:957px;
}
ul.homenavmenu > li{
    float:left;
    width:318px;
    height:500px;
    border-right:0px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.homenavmenu > li.last{
    border:none;
}
ul.homenavmenu > li ul.sub3{
    background-image:none;
    margin-top:-490px;
}
ul.homenavmenu > li > a{
    float:left;
    width:318px;
    height:50px;
    margin-top:450px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#333;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}
ul.homenavmenu > li ul{
    list-style:none;
    float:left;
    margin-top:-180px;
    width:100%;
    height:110px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.homenavmenu > li ul li{
    display:none;
    float:left;
    width:150px;
	line-height:30px;
}
ul.homenavmenu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:10px;
    text-shadow:1px 1px 1px #444;
    font-size:12px;
	background: url('../images/arrow.gif') 0px 7px no-repeat; padding-left:7px;
}
ul.homenavmenu > li ul.sub1 li{
    display:block;
	line-height:30px;
}
ul.homenavmenu > li ul li a:hover{
	text-decoration:underline;
}