/*	======================================================================================================

	Sundre Museum (museum.sundre.com)
	NAVIGATION.CSS: CSS for navigation in screen/projection
	
	====================================================================================================== */

a {
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #135B80;
}

a.img {
	border: none;
}




#nav {
	width: 100%;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 30px;
	float: left;
	background-image: url("../../img/layout/main/main_nav_bg.gif");
	background-repeat: no-repeat;
}

#nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 2px 15px;
	border: none;
}

#nav ul ul {
	margin: 0px 0px 0px 0px;
}

#nav ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
  	list-style-type: none;
	position: relative;
}

#nav ul li li {
	float: none;
}

#nav ul li ul {
  	display: none;
  	position: absolute; 
  	top: 19px;
 	left: 0;
	clear: left;
}	

#nav ul li:hover ul,
#nav ul li.over ul { 
	display: block;
}

#nav ul li:hover ul li,
#nav ul li.over ul li{ 
	display: block; 
	clear: left;
	width: 175px;
}

#nav ul a:link,
#nav ul a:visited,
#nav ul a {
	font-weight: bold;
	margin: 0;
	padding: 7px 12px 9px 12px;
	color: #135B80;
	text-decoration: none;
	text-align: center;
}

#nav li a:hover,
#nav li a:focus,
#nav li a:active {
	background-color: #E66000;
	color: #FFFFFF;
}

#nav ul li.over ul li a:link,
#nav ul li.over ul li a:visited,
#nav ul li.over ul li a,
#nav ul li:hover ul li a:link,
#nav ul li:hover ul li a:visited,
#nav ul li:hover ul li a {
	margin: 0px 0px 0px -15px;
	padding: 4px 12px;
	border-left: none;
	display: block;
	text-decoration: none;
	text-align: left;
	background-color: #CFDEE6;
	color: #135B80;
	border-left: 1px solid #8C9473;
	border-bottom: 1px solid #8C9473;
	border-right: 1px solid #8C9473;
	width: 175px;
}

#nav ul li.over ul li a:hover,
#nav ul li:hover ul li a:hover{
	display: block;
	margin: 0px 0px 0px -15px;
	background-color: #E66000;
	color: #FFFFFF;
	width: 175px;
}




a.gallery img,
a.gallery:visited img {
	border: 3px solid #737B80;
}

a.gallery:hover img {
	border: 3px solid #092D40;
}





#footer a {
	color: #CC3300;
}

#footer a:hover {
	color: #000000;
}




#home #home a,

#wildlife_exhibit #wildlife_exhibit a,

#museum_about #museum #parent_tier_1,
#museum_about #museum_about a,

#museum_info #museum #parent_tier_1,
#museum_info #museum_info a,

#museum_galleries #museum #parent_tier_1,
#museum_galleries #museum_galleries a,

#historical_society #historical_society a,

#history_intro #history #parent_tier_1,
#history_intro #history_intro a,

#history_censuses #history #parent_tier_1,
#history_censuses #parent_tier_2,
#history_censuses #history_censuses a,

#history_surnames #history #parent_tier_1,
#history_surnames #parent_tier_2,
#history_surnames #history_surnames a,

#history_homesteads #history #parent_tier_1,
#history_homesteads #parent_tier_2,
#history_homesteads #history_homesteads a,

#history_other #history_tier_1 #parent,
#history_other #history_other a,

#contacts #contacts a
{
	color: #FFFFFF;
	background-color: #135B80;
}


