@charset "utf-8";
/* CSS Document */

.LeftMenu{
margin: 5px 0;
padding: 0;
width: 100%;/* width: 170px; width of menu*/
/*border: 1px solid #9A9A9A;*/
}

.LeftMenu div.silverheader a{
background: #0E70B8;
/*background: black url(/css/images/LeftMenuGradient.gif) repeat-x center left;*/
/*font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;*/
color: #FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}

.LeftMenu div.silverheader a:visited, .LeftMenu div.silverheader a:active{
/*color: white;*/
}

.LeftMenu div.silverheader a:hover{
background: #eee;
color:#0E70B8;
} 

.LeftMenu div.selected a{
background: #eee;
font-weight: bold;
color:#0E70B8;
/*background-image: url(/css/images/LeftMenuGradientOver.gif);*/
/*color: white;*/
}

.LeftMenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
/*height: 300px;*/ /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

