/* Navigation */
ul#navigation {
	border: 0px solid black;
	position: relative;
	z-index: 5;
}

ul#navigation li {
	display: inline;
	border: 0px solid black;
	position: relative;
	z-index: 5;
}

span.nav_element {
	margin-left: 30px;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 0.6px;
	
}

#homepage_nav {
	position: relative; 
	border: 0px solid white; 
	text-align: center; 
	margin-left: 100px; 
	z-index: 5;
	padding-top: 7px;
}

#exhibitions_subnav, #classes_subnav, #about_us_subnav {
}

a.subnav, a.subnav:link, a.subnav:visited {
	font-family: Arial, Verdena, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	font-size: 9pt;
	white-space: nowrap;
}

a.subnav:hover {
	text-decoration: none;
	color: #000000;
}

#other_nav {
	position: relative; 
	border: 0px solid black; 
	text-align: center; 
	margin-left: 25px;
	z-index: 1;
	padding-top: 7px;
}

.subnav_secondary {
	text-align: left;
	left: 0px;
	position: absolute;
	top: 15px;
	background-color: #586c6d; 
	display: none;
	/*-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
	border: 0px solid black;
	padding: 10px;
	margin-left: 20px;
	z-index: 6;
}

#about_us {
	color: #76c3a9;
}

ul.subnav_container {
	display: block;
	padding-left: 5px;
}

ul.subnav_container li{
	display: block;
	border: 0px solid black; 
	display: block;
	clear: both;
	position: relative;
	float: left;
	margin-right: 10px;
}

/* End Navigation */

a#home, a#home:link, a#home:visited {
	color: #b9d54c;
}

a#calendar, a#calendar:link, a#calendar:visited {
	color: #68c5ce;
}

a#exhibitions,  a#exhibitions:link, a#exhibitions:visited {
	color: #63b189;
}

a#classes, a#classes:link, a#classes:visited {
	color: #6bbdb7;
}

a#rental, a#rental:link, a#rental:visited {
	color: #68c6cb;
}

a#music_festival, a#music_festival:link, a#music_festival:visited {
	color: #75be92;
}

a#about_us, a#about_us:link, a#about_us:visited {
	color: #76c3a9;
}

a#donate, a#donate:link, a#donate:visited, a#wish_list, a#wish_list:link, a#wish_list:visited {
	color: #6dc6d0;
}

a#home:hover, a#calendar:hover, a#exhibitions:hover, a#classes:hover, a#rental:hover, a#music_festival:hover, a#about_us:hover, a#donate:hover {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.6px;
}