#current a:link,#current a:visited{ color: white; 
                                    background-color: #104E8B; 
                                  }   

#current ul a:link,#current ul a:visited{ background-color: #104E8B; }   

#current ul a:hover{ background-color:#BCD2EE ! important; }  

.left_menu li { font-size: 12px; 
                font-family: Verdana, Arial, Helvetica, sans-serif; 
                font-weight: bolder; 
                background-color: #BCD2EE; 
                text-decoration: none; 
                position: relative; 
                left: 5px; 
                right: 6px; 
                width: 120px; 
                list-style-type: none;  }

.left_menu  ul li a { font-family: Verdana, Arial, Helvetica, sans-serif; 
                      display: block; 
                      text-decoration: none; 
                      width: 130px; 
                      margin-top: 3px; 
                      margin-bottom: 3px; 
                      padding: 3px 4px 3px 10px;  }
                      
.left_menu ul li a:link,.left_menu ul li a:visited  { color: #0e0d0d; 
                                                      background-color: #9FB6CD; 
                                                      background-image: none; 
                                                      background-repeat: repeat; 
                                                      background-attachment: scroll; 
                                                      width: 130px; 
                                                      border-bottom: 1px solid black; 
                                                      border-left: 4px solid #6C7B8B;  }
                                                      
.left_menu ul li a:hover, .left_menu ul li a:focus { background-repeat: repeat; 
                                                     background-attachment: scroll; 
                                                     background-image: none; 
                                                     color: #626262; 
                                                     background-color: #B9D3EE; 
                                                     width: 130px; 
                                                     margin-bottom: 3px;}   
                                                                                                                                 
.left_menu ul li a:active{ background-color: #8DC0F7; 
                           background-repeat: repeat; 
                           background-attachment: scroll; 
                           background-image: none; 
                           color: #626262; 
                           width: 130px; 
                           margin-bottom: 3px; } 
                                                                                                                                                             
.left_menu  ul li ul  a{ font-size: 12px; 
                         font-family: Verdana, Arial, Helvetica, sans-serif; 
                         background-repeat: repeat; 
                         text-decoration: none; 
                         width: 130px;  }
                        
.left_menu  ul li ul  a:link,.left_menu ul li ul li a:visited { color: #626262; 
                                                                background-color: #f2d038; 
                                                                background-repeat: repeat; 
                                                                background-attachment: scroll; 
                                                                width: 130px; z-index: 300; 
                                                                margin-top: 0; 
                                                                margin-bottom: 0; 
                                                                border-top: 1px solid #BEBEBE; 
                                                                border-bottom: 1px solid #BEBEBE; 
                                                                border-left: 4px solid #BEBEBE;   } 
                                                                     
.left_menu  ul li ul  a:hover,.left_menu ul li ul li a:focus { color: #626262; 
                                                               background-color:#f5e77a; 
                                                               background-repeat: repeat; 
                                                               background-attachment: scroll; 
                                                               width: 130px; margin-top: 0; 
                                                               margin-bottom: 0; 
                                                               border-top: 1px solid #c7c03e; 
                                                               border-bottom: 1px solid #c7c03e; 
                                                               border-left: 4px solid #c7c03e;  }
                                                                   
.left_menu ul li ul a:active{ color: #626262; 
                              background-color: #f5e77a; 
                              background-repeat: repeat; 
                              background-attachment: scroll; 
                              width: 130px; 
                              margin-top: 0; 
                              margin-bottom: 0; 
                              border-top: 4px solid #c7c03e; 
                              border-bottom: 3px solid #c7c03e; 
                              border-left: 4px solid #c7c03e; }
