﻿/* New Menu CSS Only BKB */


        
        #Menu_Map {
            position: relative;
            width: 393px;
            height: 51px;            
            background: url(/images/v3/header/Menu_Home.gif);
			margin: 0;
            padding: 0;
			border: 0px solid blue;
        }		
        
        dl { position: absolute; top: 0px; left: 0px; margin: 0; padding: 0; border: 0px solid yellow; /* */ }
        dt { position: absolute; top: 0px; left: 0px; margin: 0; padding: 0; border: 0px solid red; /* */ }
        
		#Menu_Map dt a { display: block; border: 0px dotted blue; text-decoration: none;  }
		
		#Menu_Map:hover a { border: 0px dotted blue;}
		
		#Menu_Map a span {display: none;}
        
        #CEUFast_MyAccount_Link	{ left: 0px; top: 0px; }
        #CEUFast_MyAccount_Link a { width: 106px; height: 32px; }
        #CEUFast_MyAccount_Link a:hover { background: url(/images/v3/header/Menu-My_Account_over.gif) 0px 0px no-repeat; border: 0px solid lime; }
        

        #CEUFast_Courses_Link	{ left: 108px; top: 0px; }
        #CEUFast_Courses_Link a { width: 102px; height: 32px; }
        #CEUFast_Courses_Link a:hover { background: url(/images/v3/header/Menu-Course_Cat_over.gif) -108px 0px no-repeat; border: 0px solid lime; }
        
		
		#CEUFast_AboutUs_Link	{ left: 212px; top: 0px; }
        #CEUFast_AboutUs_Link a { width: 74px; height: 32px; }
        #CEUFast_AboutUs_Link a:hover { background: url(/images/v3/header/Menu-About_Us_over.gif) -212px 0px no-repeat; border: 0px solid lime; }
		
		#CEUFast_Links_Link	{ left: 288px; top: 0px; }
        #CEUFast_Links_Link a { width: 54px; height: 32px; }
        #CEUFast_Links_Link a:hover { background: url(/images/v3/header/Menu-Links_over.gif) -288px 0px no-repeat; border: 0px solid lime; }
		
		#CEUFast_Help_Link	{ left: 344px; top: 0px; }
        #CEUFast_Help_Link a { width: 48px; height: 32px; }
        #CEUFast_Help_Link a:hover { background: url(/images/v3/header/Menu-Help_over.gif) -344px 0px no-repeat; border: 0px solid lime; }	
        
        #Menu_Home {
            position: relative;
            width: 75px;
            height: 51px;            
            background: url(/images/v3/header/Home_Button.gif);
			margin: 0;
            padding: 0;
			border: 0px solid blue;
        }		        
        
		#Menu_Home dt a { display: block; border: 0px dotted blue; text-decoration: none;  }		
		#Menu_Home:hover a { border: 0px dotted blue;}		
		#Menu_Home a span {display: none;}               
		
		#CEUFast_Home_Link	{ left: 0px; top: 0px; }
        #CEUFast_Home_Link a { width: 75px; height: 51px; }
        #CEUFast_Home_Link a:hover { background: url(/images/v3/header/Home_Button-over.gif) 0px 0px no-repeat; border: 0px solid lime; }	
    
/* END New Menu CSS Only BKB */