ul#topnav {
	padding: 0 0 0 27px;
	margin: 0;
	float:left;
	width: 900px;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}

ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
}

ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 45px;
	background: url(/img/nav_bar.png) no-repeat 0 0;
	outline: none;
}

ul#topnav a.nav-home {
	width: 73px;
	background-position: 0px 0px;
}

ul#topnav a.nav-home:hover {
	background-position: 0px -45px;
}

ul#topnav a.nav-about-us {
	width: 76px;
	background-position: -73px 0px;
}

ul#topnav a.nav-about-us:hover {
	background-position: -73px -45px;
}

ul#topnav a.nav-education {
	width: 111px;
	background-position: -149px 0px;
}

ul#topnav a.nav-education:hover {
	background-position: -149px -45px;
}

ul#topnav a.nav-exhibitions {
	width: 122px;
	background-position: -260px 0px;
}

ul#topnav a.nav-exhibitions:hover {
	background-position: -260px -45px;
}

ul#topnav a.nav-arts-care {
	width: 102px;
	background-position: -382px 0px;
}

ul#topnav a.nav-arts-care:hover {
	background-position: -382px -45px;
}

ul#topnav a.nav-art-shop {
	width: 96px;
	background-position: -484px 0px;
}

ul#topnav a.nav-art-shop:hover {
	background-position: -484px -45px;
}

ul#topnav a.nav-events {
	width: 83px;
	background-position: -580px 0px;
}

ul#topnav a.nav-events:hover {
	background-position: -580px -45px;
}

ul#topnav a.nav-support-us {
	width: 119px;
	background-position: -663px 0px;
}

ul#topnav a.nav-support-us:hover {
	background-position: -663px -45px;
}

ul#topnav a.nav-contact-us {
	width: 116px;
	background-position: -782px 0px;
}

ul#topnav a.nav-contact-us:hover {
	background-position: -782px -45px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 45px; left: 0;
	background-color: #dc1732; /*--Background gradient-- c61730 */
	padding: 0;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index: 9999;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #ffffff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background-color: none;
	background-image: none;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
ul#topnav .sub ul li a:hover {
	color: #FFFFFF;
	background-position: 5px 12px ;/*--Override background position--*/
	background-color: #c2132b;
}
