﻿
#menuleft
{
    width: 180px;
    margin-left: 5px;
}

#menuleft ul
{
    list-style-type: none;
    padding: 0;
}

#menuleft ul li
{
    background: #eeeeee;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
    line-height: 1.6;
    vertical-align: middle;
}

#menuleft ul li span
{
    color: #ffffff;
    background: #eeeeee url(/images/bmnubutton_no.png) no-repeat left top; /*custom bullet list image*/
    display: block;
    padding: 2px 0 0 10px; /*bottom spacing between menu items*/
}
#menuleft ul li a.alert
{
    color: #ffffff;
    background: #990000 url(/images/rmnubutton.png) no-repeat left;
    display: block;
    padding: 2px 0 0 19px; /*bottom spacing between menu items*/
}
#menuleft ul li a.link
{
    color: #ffffff;
    background: #990000 url(/images/bmnubutton.png) no-repeat left;
    display: block;
    padding: 2px 0 0 19px; /*bottom spacing between menu items*/
    display: block;
}
#menuleft ul li a:visited
{
}

#menuleft ul li a:hover
{
    /*hover state CSS*/
    text-decoration: underline;
}

/***********************************************/
/*****			SUB MENU				********/
/***********************************************/
#menuleft ul li ul li.dark
{
    background-color: #fff; /*bottom spacing between sub menu items*/
}
#menuleft ul li ul li.dark a
{
color: #ffffff;
    background: #fff url(/images/vmnubutton.png) no-repeat left;
padding-left:19px; /*link text is indented 19px*/
    padding-top: 2px; /*bottom spacing between sub menu items*/
}

#menuleft ul li ul
{
    padding-top: 2px; /*bottom spacing between sub menu items*/
}

#menuleft ul li ul li a
{
    /*margin-left: 7px;*/
    background: #eeeeee url(/images/arrowbullet.gif) no-repeat left 5px; /**/
    color: #1b5996;
    padding-left: 15px; /*link text is indented 19px*/
    display: block;
}

