
	
/* HEADER LAYOUT */

#header {
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 340px;
}

#header-home {
	margin: 0px auto 0 auto;
	padding: 0px;
	height: 80px;
	width: 340px;
}

#logo {
	top: 0;
	left: 0;
	height: 80px;
	width: 215px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#logo a img {
	border: 0;
}

#topnav {
	padding: 0px;
	margin: 0px;
	float: right;
}


/* HEADER: TOPNAV LAYOUT */


#topnav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}

#topnav a {
	border-width: 0;
	width: 125px;
	height: 20px;
	display: block;
}

#topnav img {
	border-width: 0;
	width: 125px;
	height: 20px;
}

#topnavcurrent {
	width: 125px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#topnavgallery {
	background-image: url(/images/header/gallery_on.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#topnavexhibitions {
	background-image: url(/images/header/exhibitions_on.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#topnavartists {
	background-image: url(/images/header/artists_on.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#topnavnews {
	background-image: url(/images/header/news_on.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#topnavgallery a:hover img {
	visibility: hidden;
}

#topnavexhibitions a:hover img {
	visibility: hidden;
}

#topnavartists a:hover img {
	visibility: hidden;
}

#topnavnews a:hover img {
	visibility: hidden;
}


/*IE HACK*/ #topnavgallery a:hover, #topnavexhibitions a:hover, #topnavartists a:hover, #topnavnews a:hover {background-position: 0 0;}
