@charset "UTF-8";
/* CSS Document */

#navigation {
	width:958px;
	height:29px;
	position:relative;
	background:url(../images/navigation/nav-bg.jpg) left top repeat-x;
	border-left:#f3f3f3 solid 1px;
	border-right:#f3f3f3 solid 1px;
}

#navigation li {
	float:left;
	height:29px;
	font-family:Arial, sans-serif;
	font-size:12px;
	}

#navigation li a {
	display:block;
	float:left;
	height:21px;
	padding:8px 12px 0px;
	border-right:1px solid #cccccc;
	color:#555;
	
	}

#navigation li a:hover {
	background:url(../images/navigation/nav-bg-hover.jpg) left top repeat-x;
	text-decoration:none;
}

/*
#home a {
	width:95px;
	height:29px;
	background:url(../images/navigation/home.jpg) top left no-repeat;
}

#artists a {
	width:88px;
	height:29px;
	background:url(../images/navigation/artists.jpg) top left no-repeat;
}

#workshops a {
	width:118px;
	height:29px;
	background:url(../images/navigation/workshops.jpg) top left no-repeat;
}

#map a {
	width:82px;
	height:29px;
	background:url(../images/navigation/map.jpg) top left no-repeat;
}

#news a {
	width:133px;
	height:29px;
	background:url(../images/navigation/news.jpg) top left no-repeat;
}

#members a {
	width:99px;
	height:29px;
	background:url(../images/navigation/members.jpg) top left no-repeat;
}

#about a {
	width:114px;
	height:29px;
	background:url(../images/navigation/about.jpg) top left no-repeat;
}

#links a {
	width:105px;
	height:29px;
	background:url(../images/navigation/links.jpg) top left no-repeat;
}

#contact a {
	width:126px;
	height:29px;
	background:url(../images/navigation/contact_us.jpg) top left no-repeat;
}





*/




