/* CSS for Menu */

#menu {
	display: block;
	background-image: url(pics/topbanner.jpg);
	background-repeat: repeat-x;
	height: 85px;
	width: 897px;
}

#menu img {
	display: inline;
	float:left;
}

#menu h1 {
	
	display: inline;
	top:0px;
}

#menu a {
   position: absolute;
   height: 38px;
   top: 66px; 
   text-decoration: none;
}

#menu a i { visibility: hidden; }


#home {
	background-image:url(pics/transparenthome.gif);
	width:250px;
}

#about {
background-image:url(pics/about.jpg);
width:60px;
left:350px;
}

#conferences{
background-image:url(pics/conferences.jpg);
width:110px;
left:410px;
}


#registration{
background-image:url(pics/registration.jpg);
width:111px;
left:520px;
}

#preparation{
background-image:url(pics/preparation.jpg);
width:119px;
left:631px;
}
#references{
background-image:url(pics/references.jpg);
width:98px;
left:750px;
}

#contact{
background-image:url(pics/contact.jpg);
width:77px;
left:848px;
}

#choices a:hover {
	background-position: 0 -38px;
	border:none;
}

a#about:hover,
a#conferences:hover,
a#registration:hover,
a#preparation:hover,
a#references:hover,
a#contact:hover{
background-position: 0 -38px;
border:none;
}

.righthere {
	background-position: 0 -38px;
}


