.leftmenu{
margin:0;
padding: 0;
width:208px;
border:1px solid #E6E6E6;
border-bottom:none;
border-top:none;
}

.leftmenu a.menuitem{
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
line-height:26px;
padding-left: 15px;
text-decoration: none;
border-bottom:1px dotted #999;
background:url(../images/menuok.png) no-repeat left center;
}

.leftmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.leftmenu a.menuitem:hover{
background-color:#ebebeb;
}

.leftmenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.leftmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding:0 0 0 10px;
}

.leftmenu div.submenu ul li{
border-bottom: 1px dotted #999999;
}

.leftmenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 15px;
background:url(../images/menuok-sub.png) no-repeat left center;
}

.leftmenu div.submenu ul li a:hover{
colorz: white;
}

.menutop { margin:0; padding:0; line-height:28px; padding-left:10px; background:url(../images/menutop.jpg) no-repeat top; color:#666666; font-size:12px; font-weight:bold; color:#FFFFFF;}
.menubottom { margin:0; padding:0; height:20px; padding-left:10px; background:url(../images/menubottom.jpg) no-repeat bottom; color:#666666; font-size:12px; font-weight:bold; color:#FFFFFF;}
