@charset "utf-8";
/* CSS Document */
#header-links {
    margin: 0 0 6px 0;
    padding: 0 10px;
    z-index:300;
    overflow:visible !important;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-style:solid;
    border-width:1px;
    border-top:0;
}
#header-links ul,
#header-links li{
    padding:0;
    margin:0;
    list-style:none;
}
#header-links ul {
    height:40px;
    border-style:none none none dotted;
    border-width:0 0 0 1px;
}
#header-links li {
    position:relative;
    float: left;
    border-style:none dotted none none;
    border-width:0 1px 0 0;
}

#header-links ul ul {
    z-index:301;
    float:none;
    position:absolute;
    display:none;
    margin-left:-1px;
    border-style:dotted none none none;
    border-width:1px 0 0 0;
}
#header-links ul ul ul {
    z-index:302;
    float:left;
    position:absolute;
    top:20px;
    left:116px;
    display:none;
    margin-left:-1px;
}
#header-links li li {
    float:none;
    height:40px;
    width: auto;
    border-style:none dotted dotted dotted;
    border-width:0 1px 1px 1px;
}
* html #header-links li li {
    width:120px
}

#header-links li a{
    text-align:center;
    white-space: nowrap;
    display:block;
    padding:0 16px;
    font-weight:700 !important;
    min-width:70px;
    width:auto !important;
    width:70px;
    height:40px;
    line-height:40px
}
/* 2-th level reset */
#header-links li ul li a {
    text-align:left;
    width: auto;
    border:0
}


