@charset "utf-8";
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#menu   ul li a  {
	display: block;
	height: 43px;
	background-repeat: no-repeat;
	float: left;
}
.selected a {
	background-position: bottom;
}

#menu #home a {
	background-image: url(../images/menu_02.gif);
}
#menu #home a:hover {
	background-position: left bottom;
}
#menu #sketches a {
	background-image: url(../images/menu_03.gif);
}
#menu #sketches a:hover {
	background-position: left bottom;
}


#menu #dates a {
	background-image: url(../images/menu_04.gif);
}
#menu #dates a:hover {
	background-position: left bottom;
}

#menu #events a {
	background-image: url(../images/menu_05.gif);
}
#menu #events a:hover {
	background-position: left bottom;
}
#menu #about a {
	background-image: url(../images/menu_06.gif);
}
#menu #about  a:hover {
	background-position: left bottom;
}
#menu  #forum  a {
	background-image: url(../images/menu_07.gif);
}
#menu #forum a:hover {
	background-position: left bottom;
}


#menu #contact a {
	background-image: url(../images/menu_08.gif);
}
#menu #contact a:hover {
	background-position: left bottom;
}

