@charset "UTF-8";
/* CSS Document */


#logo {
    width: 284px;
    height: 75px;
}

#regnav {
    width: 410px;
    background-position: -208px top;
}


#regnav li.communicate h2 a, #regnav li.resources h2 a, #regnav li.elearning h2 a {
    height: 79px;
    background: url("../images/reg-nav-tr.png") no-repeat; 
    _background: url("../images/reg-nav-tr.gif") no-repeat; 
    z-index: 2001;
	position: relative;
}

#regnav li.communicate h2 a { 
    width: 127px;
    background-position: left top;
    z-index: 2002;
	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: 178px;
	background-position: -127px top;
	z-index: 2003;
	position: relative;
} 

#regnav li.resources:hover h2 a { 
    background-position: -127px bottom;
}

#regnav li.resources.current_section h2 a, #regnav li.resources.current_section:hover h2 a {  
    background-position: -127px bottom;
}

#regnav li.elearning h2 a { 
	width: 105px; 
	background-position: right top;
	z-index: 2003;
} 

#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;
}
		