#menu
{
    padding: 0;
    width: 230px;
    text-align: left;
}

#menu ul
{
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    text-align: left;
    text-indent: 0;
}

#menu ul li
{
    list-style: none;
    margin-left: 8px;
    margin-right: -56px;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 2px;
    background-image: url( "../images/menuitemunderline.png" );
    background-repeat: no-repeat;
    background-position: bottom left;
}
#menu ul li.sub
{
    list-style: none;
    padding-left: 1em;
    margin-left: 0.4em;
    border: none;
    background:none;
}


#menu li a.navw:link
{
    font-size: 9pt;
    color: #FFFFFF;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}
#menu li a.navw:visited
{
    font-size: 9pt;
    color: #FFFFFF;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}
#menu li a.navw:active
{
    font-size: 9pt;
    color: #FFFFFF;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}
#menu li a.navw:hover
{
    font-size: 9pt;
    color: #FFFFFF;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}
#menu li a.navh:link
{
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}
#menu li a.navh:visited
{
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}
#menu li a.navh:active
{
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}
#menu li a.navh:hover
{
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: BPG Glaho, BPG Glaho Arial V5, BPG Glaho Arial V5, BPG Glaho SP, Sylfaen;
    text-decoration: none;
}

