/*Categories Menu*/                              
#menu {
        width: 632px;
        height: 345px;
        padding-top: 8px;
        margin-left: 0px;
        padding-left:8px;
        padding-bottom:20px;
        border: 0px solid #000000;
      }
            
ul#main_menu {
               margin:0; 
               padding:0; 
               list-style:none; 
               clear:both;
             }

#main_menu li {
                overflow:hidden; 
                text-indent:-9999px; 
                display:inline; 
                float:left; 
              }
                    
#main_menu {
             background: url('images/links-sprites.jpg') 0 0 no-repeat;
             width: 316px;
             height: 345px;
             margin: 0;
             padding: 0;
           }   
  
#main_menu li, #main_menu a {   
                              height:69px;     
                              display:block;   
                              margin:0;   
                              padding:0;   
                            }
                                        
li#home { 
          margin-top:0px; 
        } 

li#home, li#profile, li#practice, li#resources, li#contact { width:316px; }
 

#home a:hover { 
                background:url('images/links-sprites.jpg') -316px  0px no-repeat; 
              }
                   
#profile a:hover { 
                   background:url('images/links-sprites.jpg') -316px  -69px no-repeat; 
                 }
                 
#practice a:hover { 
                    background:url('images/links-sprites.jpg') -316px  -138px no-repeat; 
                  }
                 
#resources a:hover { 
                     background:url('images/links-sprites.jpg') -316px  -207px no-repeat; 
                   }
                 
#contact a:hover { 
                   background:url('images/links-sprites.jpg') -316px  -276px no-repeat; 
                 }
/*End Categories Menu*/ 


#bottom-menu {
               margin-top:0px;
               margin-left:0px;
               width: 670px;
               height: 30px;
               border:0px solid #fff;
             }
             
#bottom-menu ul {color: #ba782a;}

ul #menu2 {
            margin:0; 
            padding:0; 
            list-style:none; 
            clear:both;
          }

#menu2 li {
            display:inline; 
          }
          
#menu2 li a {
              font-family: "century gothic", arial, times new roman;
		          color: #ba782a;
	            font-size: 1em;
	            text-decoration: none; 
            }
            
#menu2 li a:hover {
                    color: #ffda2e;
                    text-decoration: none; 
                  }