@charset "UTF-8";
.navi{
    font-family: arial, sans-serif;
    width: 130px;
    position: relative;
    font-size: 11px;
    z-index: 100;
}
.navi ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 130px;
}
.navi ul li ul {
    visibility: hidden;
    position: absolute;
    margin-top: -0.1em;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 127px;
}
.navi ul li {
    float: left;
    border-bottom: #696969 1px dashed;
}
.navi ul li a,
.navi ul li a:visited {
    display: block;
    float: left;
    text-decoration: none;
    color: #000000;
    width: 120px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    background: transparent;
    padding-left: 10px;
}
.navi ul li:hover a,
.navi ul li a:hover{
    background: #4682b4;
    color: #ffffff;
}
.navi ul li:hover {
    position: relative;
    z-index:90;
}
.navi ul li:hover ul,
.navi ul li a:hover ul {
    visibility: visible;
    position: absolute;
    width: 250px;
    height: auto;
    border: #696969 1px solid;
    background: #f5f5f5;
    overflow:visible;
}
.navi ul li:hover ul li a,
.navi ul li a:hover ul li a{
    display: block;
    background: transparent;
    color: #000000;
    line-height: 19px;
    width: 240px;
    height: auto;
    text-decoration: none;
}
.navi ul li:hover ul li:hover a,
.navi ul li a:hover ul li a:hover {
    background: #4682b4;
    color: #ffffff;
}
.navi ul li:hover ul li ul,
.navi ul li a:hover ul li a ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 247px;
}
.navi ul li:hover ul li:hover ul,
.navi ul li a:hover ul li a:hover ul {
    visibility: visible;
    position: absolute;
    height: auto;
    color: #000000;
    padding: 0;
    border: #696969 1px solid;
    list-style-type: none;
    background: #f5f5f5;
}
.navi ul li:hover ul li:hover ul li a,
.navi ul li a:hover ul li a:hover ul li a {
    display: block;
    background: transparent;
    color: #000000;
}
.navi ul li:hover ul li:hover ul li:hover a,
.navi ul li a:hover ul li a:hover ul li a:hover {
    background: #4682b4;
    color: #ffffff;
}
.tree {
    background: url(../img/arrow.gif) no-repeat 120px 50%;
}
.tree2 {
    background: url(../img/arrow.gif) no-repeat 240px 50%;
}
#other {
    background: url(../img/arrow.gif) no-repeat 120px 50%;
    border-bottom: #696969 1px solid;
}
#other2 {
    background: #dcdcdc url(../img/arrow.gif) no-repeat 120px 50%;
    border-bottom: #696969 1px solid;
}
#other3 {
    background: url(../img/arrow.gif) no-repeat 120px 50%;
    border-bottom: #696969 1px solid;
}
ul#navigation{
    width: 120px;
    margin: auto;
}
ul#navigation li{
    width: 120px;
    text-align: center;
}
ul#navigation li a{
    display: block;
    padding: 3px;
    color: #000000;
    text-decoration: none;
    border-top: 1px solid #696969;
    border-right: 1px solid #696969;
    border-left: 1px solid #696969;
    background: #f5f5f5;
}
ul#navigation li a:hover{
    color: #ffffff;
    background: #4682b4;
}
ul#navigation li a:active{
    color: #ffffff;
    background: #4682b4;
}
ul#navigation li a:focus{
    background: #cccccc;
}

