#access {
    width: 100%;
    height: 38px;
    background: url(../img/menu/menubg.png) repeat-x;
}

#access ul {
    margin: 0;
    padding: 0;
}

/*First level list items******************************/
#access ul li {
    display: inline;
    float: left;
    height: 35px;
    line-height: 40px;
    list-style: none;
    margin-left: 15px;
    position: relative;

}

#access ul li.first-menu-item {
    background: url(../img/menu/menu_seperator.png) no-repeat top right;
    margin-left: 15px;
    padding-right: 10px;
}

#access ul li.menu-item {
    background: url(../img/menu/menu_seperator.png) no-repeat top right;
    padding-right: 10px;
}

#access ul li.last-menu-item {
    background: none;
    margin-left: 15px;
    padding-right: 0;
}

/*First level anchor tags************************/
#access li a {
    color: #fff;
    text-decoration: none;
}

#access li a:hover {
    text-decoration: underline;
}

/*Second level menu*****************************/
#access li ul {
    background-color: #9B4058;
    display: none;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 30px;
    z-index: 9999;
    border-radius: 5px;
}

#access li:hover ul {
    display: block;
    width: 160px;
}

/*Second level list items*******************/
#access li li {
    background: none !important;
    list-style: none;
    display: list-item;
}

/*Second level anchors*****************/
#access li li a {
    color: #fff;
    text-decoration: none;
}

#access li li a:hover {
    text-decoration: underline;
}
