.ud_treemenu    {    
                   background-color: #11427A;                                  /*overall menu background color     */
                   color: #FFFFFF;
                   FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
                   font-size: 9pt;
                   text-align: left;
                   line-height: 18px;
                   height:20px;
                   }
                                  
.ud_treemenu ul {                                                              /*Top level list items              */
                   margin: 0;
                   padding: 0;
                   float: left;
                   font-weight: 500;
                   list-style-type: none;
                   background-color: #11427A;                                  /*overall menu background color     */
                   color: #FFFFFF;
                   }
                                    
.ud_treemenu ul li {                                                           /*Top level list items              */
                   position: relative;
                   display: inline;
                   float: left;
                   background-color: #11427A;                                  /*overall menu background color     */
                   color: #FFFFFF;
                   border-right: 1px solid white;
                   }

.ud_treemenu ul li a{                                                          /*Top level anchors                 */
                   display: block;
                   /*width: 100px;*/                                           /*Width of top level menu link items*/
                   padding: 1px 5px;
                   border:0 
                   border-left-width: 0;
                   text-decoration: none;
                   background-color: #11427A;                                  /*overall menu background color     */
                   color: #FFFFFF;
                   }
                            	
.ud_treemenu ul li ul{                                                         /*1st sub level menu                */
                   left: 0;
                   position: absolute;
                   display: block;
                   visibility: hidden;
                   }
                                                   
.ud_treemenu ul li ul li{                                           /*1st sub level menu list items (undo style from Top level List Items)*/
                   display: list-item;
                   float: none;
                   }
                            
.ud_treemenu ul li ul li a{                                                    /*1st  Sub level menu links style    */
                   display: block;
                   width: 200px;                                               /*width of sub menu levels           */
                   color: #FFFFFF;
                   text-decoration: none;
                   padding: 1px 5px;
                   border: 1px solid white;
                   border-right: 1px solid white;
                   }
                                     
.ud_treemenu ul li ul li ul{                                        /*All subsequent sub menu levels offset after 1st level sub menu */
                   top: 0;
                   }
                                                                        
.ud_treemenu ul li a:hover{
                   background-color: #507398;
                   color: white;
                   }
                                  
.ud_treemenu .mainicon{                                             /*Background image for top level menu list links */
                   background: #11427A;
                   }
                                               
.ud_treemenu .subfoldericon  {                                      /*Background image for subsequent level menu list links */
                   background: #ff0000; 
                   }
                                                                      
* html p#iepara{                                                    /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
                   padding-top: 1em;
                   }
	                 
/* Holly Hack for IE \*/
* html .ud_treemenu ul li { float: left; height: 1%; }
* html .ud_treemenu ul li a { height: 1%; }
/* End */              
                         