#nav ul,li{
    margin:0px;
    padding:0px;
}
#nav li{
    display:inline;
    list-style:none;
    list-style-position:outside;
    text-align:center;
    float:left;
}

#nav{
    width:849px;
    height:20px;
    border-bottom:0px;
    padding:0px 5px;
    position:absolute;
    z-index:1;
    left: 134px;
    top:180px;
}
.list{
    line-height:20px;
    text-align:left;
    padding:4px;
    font-weight:normal;
}
.menu1{
    width:58px;
    height:auto;
    margin:6px 0px 0px 0px;
    border:1px solid #9CDD75;
    background-color:#F1FBEC;
    color:#336601;
    padding:5px 0px 0px 0px;
    cursor:hand;
    overflow-y:hidden;
    filter:Alpha(opacity=70);
    -moz-opacity:0.7;
}
.menu2{
    width:58px;
    height:18px;
    margin:6px 2px 0px 0px;
    color: #99FF33;
	font-weight:700;
    border-right:1px solid #EEE8DD;
    padding:5px 0px 0px 0px;
    overflow-y:hidden;
    cursor:hand;
}
#nav .link01{
  width:58px;
    height:18px;
    color: #99FF33;
	font-weight:700;
    overflow-y:hidden;
    cursor:hand;
}