@charset "UTF-8";
/* CSS Document */


#logo {
    width: 276px;
    height: 75px;
}

#regnav {
    width: 418px;
    background-position: -276px top;
}


#regnav li.communicate h2 a, #regnav li.resources h2 a, #regnav li.elearning h2 a {
    height: 79px;
    background: url("../images/reg-nav-eng.png") no-repeat; 
    _background: url("../images/reg-nav-eng.gif") no-repeat; 
}

#regnav li.communicate h2 a { 
    width: 131px;
    background-position: left top;
    z-index: 2001;
    position: relative;
}

#regnav li.communicate:hover h2 a { 
    background-position: left bottom;
}

#regnav li.communicate.current_section h2 a, #regnav li.communicate.current_section:hover h2 a {  
    background-position: left bottom;
}
	 
#regnav li.resources h2 a { 
	width: 179px;
	background-position: -131px top;
	z-index: 2002;
	position: relative;
} 

#regnav li.resources:hover h2 a { 
    background-position: -131px bottom;
}

#regnav li.resources.current_section h2 a, #regnav li.resources.current_section:hover h2 a {  
    background-position: -131px bottom;
}

#regnav li.elearning h2 a { 
	width: 108px; 
	background-position: right top;
	z-index: 2003;
	position: relative;
} 

#regnav li.elearning:hover h2 a { 
    background-position: right bottom;
}

#regnav li.elearning.current_section h2 a, #regnav li.elearning.current_section:hover h2 a {  
    background-position: right bottom;
}
	
/* IE 6 */	
#regnav li.communicate h2 a {
    _background-position: left top;
}

#regnav li.resources h2 a {
    _background-position: -131px top;
}

#regnav li.elearning h2 a {
    _background-position: right top;
}
		