﻿div, ul, li { margin: 0; padding: 0; border: 0; }
ul, li { list-style-type: none; text-transform: capitalize; }
.nav {  width: 400px;  height: 89px; position: relative; z-index: 1; }
    .nav a { text-decoration: none; }
.navmain { height: 87px;  position: relative; }
#nav_all { height: 87px; float: left;  position: relative; z-index: 222; }
    #nav_all li { text-align: left; float: left; width:87px; margin-left:10px}
        #nav_all li a { color: #639ACA; display: inline-block;border: 1px solid #000; font-size: 14px; font-weight: bold; cursor: pointer;  height: 87px; line-height: 87px; white-space: nowrap; }
            #nav_all li a:hover { background: url(../images/bird.png) center 96px no-repeat; height: 87px; line-height: 87px;border: 1px solid #E50039; overflow: hidden; }
        #nav_all li ul { display: none; position: absolute; z-index: 99; width: 284px; left:-596px; top: 160px;background:#B9A379; list-style-type:none}
    #nav_all ul li { height: 39px; padding-top: 0px; padding: 0; }
        #nav_all ul li a {  padding: 0px 0px ; margin: 0px; height: 39px; line-height: 39px; color: #000; font-weight: normal; border: none; }
            #nav_all ul li a:hover {  padding: 0px 0px; margin: 0px auto; height: 39px; line-height: 39px; color: #000; background: #E50039; border-top: none; }
