/************ sectionLinks styles **************/
/* Top Level - Navbar settings  */
.leftMenu {
font: 8pt/21px tahoma, arial, helvetica, sans-serif;
color:#eeeeee;
background-color:#003366;
text-decoration: none;
width: 200px;
height: 24px;
padding-left: 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color:#ddddff;
display: block;
text-align: left;
}

/*Active menu item with the white background*/
.lmactive {
display:block;
color:#000; 
width:200px;
font-weight:700;
background-color: #aaa;
}
/*                    SectionLinks  Defalut                             */
.sectionLinksActive a, .sectionLinksActive a:link, .sectionLinksActive a:visited {
font: 8pt/21px tahoma, arial, helvetica, sans-serif;
background-color:#ccc;
color:#000;
width:100%;
height:24px;
display:block;
text-decoration: none;
text-align:left;
padding-left: 12px;
}


.sectionLinksActive a:hover {
color:#000;
height:24px;
font-weight:700;
}
.sectionLinks {
display: none;
height: 24px;
}
/************* relatedLinks styles **************/
.sectionLinksActive .selected {
font: 8pt/21px tahoma, arial, helvetica, sans-serif;
text-align:left;
width:100%;
height:24px;
padding-left:12px;
background-color:#ffffff;
color: black;
font-weight:700;
}
.leftBar {
background-color:#003366;
margin:0px;
padding: 0px;
width:200px;
height:480px;
vertical-align: top;
display: block;
visibility: visible;
border-left-width: 0px; 
}	

