#pnlMenu a {
   font-family : verdana;
   font-size : 11px;
   text-decoration : none;
   padding-left : 21px;
   margin-left : 3px;
   white-space : nowrap;
}
#pnlMenu a :hover{
   border-bottom : 0px;
}
#pnlMenu ul {
   background-repeat : repeat-y;
   list-style-position: outside;
   margin-left : 20px;
   background-image : url("../img/tv_line.gif");
}
#pnlMenu li {
   list-style-position: inside;
   list-style-image : url("../img/tv_page.gif");
   margin : 5px;
}
#pnlMenu li a {
   color : #393939;
   padding-top : 3px;
   background-repeat : no-repeat;
   height : 18px;
   cursor : default;
   background-image : url("../img/tv_icoPage.gif");
}
#pnlMenu li a:hover {
   color : #D06901;
   background-color : #FFF2E4;
   border-bottom : 0px;
}
#pnlMenu .e {
   list-style-image : url("../img/tv_minus.gif");
}
#pnlMenu .e .ae {
   color : #393939;
   padding-top : 3px;
   background-repeat : no-repeat;
   height : 18px;
   cursor : pointer;
   background-image : url("../img/tv_icoFolderExpanded.gif");
}
#pnlMenu .e .ae:hover {
   color : #165195;
   background-color : #ECF2F8;
   cursor : pointer;
   text-decoration : underline;
}

#pnlMenu .c {
list-style-image : url("../img/tv_plus.gif");
}
#pnlMenu .c .ae {
   padding-top : 3px;
   background-repeat : no-repeat;
   height : 18px;
   cursor : pointer;
   background-image : url("../img/tv_icoFolderClosed.gif");
}
#pnlMenu .c .ae:hover {
   color : #165195;
   background-color : #ECF2F8;
   text-decoration : underline;
   cursor : pointer;
}