﻿.leftmenu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.leftmenu li
{
    float: left;
    margin:0px;
    padding: 0;
    text-align: left;
    clear:both;
    width:100% ;
    margin-top:2px;
    
}

.leftmenu li a
{
    width:100% ;
    color:#ffffff;
    font-size:  px;  
    height: 25px;
    line-height: 25px;
    float: left;
    display: block;
    text-decoration: none;
    text-align: left;
    clear: right;
    padding: 0px;
    margin:0px;
    text-indent:5px;

}


.leftmenu li a:hover
{
    color: #d2d2d2;
}

.leftmenu  li a
{
float: none
}
/* End IE5-Mac hack */


.LeftEven
{
    background-position: left center;
    background-image: url("LeftEven.gif");
    background-repeat: no-repeat;
}

a.LeftEven:hover
{
    background-position: left center;
    background-image: url("LeftOdd.gif");
    background-repeat: no-repeat;
}

.LeftOdd
{
    background-position: left center;
    background-image: url("LeftOdd.gif");
    background-repeat: no-repeat;
}

a.LeftOdd:hover
{
    background-position: left center;
    background-image: url("LeftEven.gif");
    background-repeat: no-repeat;
}

.submenu
{
    background-color:#d2d2d2;
}
.submenu ul
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    list-style-type: square;
      background-color:#d2d2d2;
}

.submenu li
{
    float: left;
    padding: 0;
    text-align: left;
    clear: both;
    margin-bottom: 2px;
    width:135px;
}

.submenu li a
{
    width:100% ;
    color:#000000;
    font-size:10px;  
    height: 20px;
    line-height: 20px;
    float: left;
    display: block;
    text-decoration: none;
    text-align: left;
    clear: right;
    padding: 0px;
    padding-left: 10px;
    margin:0px;
    text-indent:5px;
    font-weight:bold;
        border: solid 1px #d2d2d2;
              background-color:#d2d2d2;



}


.leftmenu li ul li a:hover
{
    color: #296B2A;
}


/* Commented backslash hack hides rule from IE5-Mac \*/
.leftmenu  li ul li a
{
float: none
}
/* End IE5-Mac hack */

