﻿
ul, li { list-style-type: none; text-transform: capitalize; }

.navmain { height: 100px; padding: 20px 5px 0 5px; background: url(../images/nav-bg.png) repeat-x 0 top; position: relative; }
#nav_all { height: 80px; float: left; line-height: 80px; position: relative; z-index: 222; }
#nav_all li { text-align: center; float: left; }
#nav_all li a { color: #FFF; display: inline-block; font-size: 16px; cursor: pointer; padding: 0 20px; _padding: 0 8px; height: 42px; line-height: 42px; white-space: nowrap; }
#nav_all li a:hover { background: url(__PUBLIC__/Home/Images/bird.png) center 90px no-repeat; height: 76px; line-height: 76px; border-top: 4px solid #28aae1; overflow: hidden; }
#nav_all li ul { display: none; position: absolute; z-index: 99; width: 980px; left: -6px; top: 80px; }
#nav_all ul li { background-image: none; line-height: 50px; height: 50px; padding-top: 0px; padding: 0; }
#nav_all ul li a { background-image: none; padding: 0px 20px; margin: 0px; height: 50px; line-height: 50px; color: #fff; font-weight: normal; background: #234093; background-color: rgba(0,0,0,0.3); border: none; }
#nav_all ul li a:hover { background-image: none; padding: 0px 20px; margin: 0px auto; height: 50px; line-height: 50px; color: #FFF; background: #28aae1; border-top: none;}
