
.leftnav{
margin: 5px 0;
padding: 0;
width: 155px; /*width of menu*/
border: 0px;
border-bottom-width: 0;
line-height: 110%;
}

.leftnav a.menuitem{
color: #009ddc;
font: bold 12px Arial, Helvetica, sans-serif;
line-height: 50%;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 10px 0;
padding-left: 10px;
text-decoration: none;
line-height: 150%;
}


.leftnav a.menuitem:visited, .leftnav .menuitem:active{
color: #009ddc;
}

.leftnav a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute bottom;
top: 5px;
right: 5px;
border: none;
}

.leftnav a.menuitem:hover{
background: #009ddc;
color: #fff;
font-weight: bold;
}

.leftnav div.submenu{ /*DIV that contains each sub menu*/
background: #e6e6e6;
}

.leftnav div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
line-height: 75%;
margin: 0;
padding: 0;
}

.leftnav div.submenu ul li{
color: #009ddc;
}

.leftnav div.submenu ul li a{
display: block;
font: normal 10px Arial, Helvetica, sans-serif;
line-height: 50%;
color: black;
text-decoration: none;
padding: 4px 0;
padding-left: 10px;
line-height: 100%;

}

.leftnav div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}


