@charset
"utf-8"
;

#myajaxmenu ul {
    left: -10px;
    line-height: 16px;
    position: absolute;
    top: 21px;
    //top: 6px;
    font-size: 9px;
    list-style: none outside none;
    margin: 0;
    padding: 0;

    background-color: #634780;
}

#myajaxmenu .last ul { width: 130px; }
#myajaxmenu .last ul li { width: 130px; }
#myajaxmenu ul {width: 150px;}

#myajaxmenu ul li {
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    font-weight: normal;
    position: relative;
    width: 150px;

    padding: 3px 0;
    border-bottom: dotted 1px white; 
}
#myajaxmenu .innerMenu {
    display: block;
    float: left;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    /*width: 129px;*/

}

#ajaxmenu span ul li a {
    padding: 2px 5px;
}

#ajaxmenu span li a, #ajaxmenu span.over li a {
    /*background: #fff url(images/bullet_11x8.gif) no-repeat left center;*/
    border-bottom: 1px solid #2F2F2F;
    border-left: 1px solid #2F2F2F;
    border-right: 1px solid #2F2F2F;
    color: #000;
    font-weight: normal;
    text-align: left;
    text-indent: 8pt;
    /*width: 172px;*/
}
#ajaxmenu li a, #ajaxmenu li.over a {
    display: block;
}
#ajaxmenu li a {
    text-decoration: none;
    /*text-transform: none;*/
}
