@CHARSET "UTF-8";

#menu {
	_margin-top:-4px;
    height: 40px;
    width: 800px;
}
	
#menu a {
    text-align: left;
	color: white;
    text-decoration: none;
}

#menu ul { 
    list-style: none;
    padding: 0px; 
    margin: 0px;
}

#menu li { 
	height: 40px;
	width: 160px;
    float: left;
    padding:0px; 
    margin: 0px;
    text-indent: -10000px;
}

#cv a { 
	display: block;
	height: 40px;
	background-image: url("../images/button_cv_inactive2.jpg");
}
#cv a:HOVER, #cv.active a { 
	background-image: url("../images/button_cv_active.jpg");
}
#cv.hun a { 
	background-image: url("../images/button_cv_inactive2_hun.jpg");
}
#cv.hun a:HOVER, #cv.hun.active a { 
	background-image: url("../images/button_cv_active_hun.jpg");
}


#pub a { 
	display: block;
	height: 40px;
	background-image: url("../images/button_publications_inactive2.jpg");	
}
#pub a:hover, #pub.active a {
	background-image: url("../images/button_publications_active2.jpg");	
}
#pub.hun a {
	background-image: url("../images/button_publications_inactive2_hun.jpg");	
}
#pub.hun a:hover, #pub.hun.active a {
	background-image: url("../images/button_publications_active2_hun.jpg");	
}

#pre a { 
	display: block;
	height: 40px;
	background-image: url("../images/button_presentations_inactive2.jpg");
}
#pre a:hover, #pre.active a {
	background-image: url("../images/button_presentations_active2.jpg");
}
#pre.hun a {
	background-image: url("../images/button_presentations_inactive2_hun.jpg");
}
#pre.hun a:hover, #pre.hun.active a {
	background-image: url("../images/button_presentations_active2_hun.jpg");
}
	
#tea a { 
	display: block;
	height: 40px;
	background-image: url("../images/button_teaching_inactive2.jpg");
}
#tea a:hover, #tea.active a {
	background-image: url("../images/button_teaching_active2.jpg");
}
#tea.hun a {
	background-image: url("../images/button_teaching_inactive2_hun.jpg");
}
#tea.hun a:hover, #tea.hun.active a {
	background-image: url("../images/button_teaching_active2_hun.jpg");
}

#con a { 
	display: block;
	height: 40px;
	background-image: url("../images/button_contact_inactive2.jpg");
}
#con a:hover, #con.active a {
	background-image: url("../images/button_contact_active2.jpg");
}
#con.hun a {
	background-image: url("../images/button_contact_inactive2_hun.jpg");
}
#con.hun a:hover, #con.hun.active a {
	background-image: url("../images/button_contact_active2_hun.jpg");
}
