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

#jsddm .donate {width: 81px;height: 39px;background: url(../_img/nav-donate.png) no-repeat;/*left: 20px;top: 0px;*/}
#jsddm .involved {width: 122px;height: 39px;background: url(../_img/nav-involved.png) no-repeat;/*left: 101px;top: 0px;*/}
#jsddm .ownership {width: 160px;height: 39px;background: url(../_img/nav-ownership.png) no-repeat;/*left: 223px;top: 0px;*/}
#jsddm .about {width: 97px;height: 39px;background: url(../_img/nav-about.png) no-repeat;/*left: 383px;top: 0px;*/}
#jsddm .restore {width: 88px;height: 39px;background: url(../_img/nav-restore.png) no-repeat;/*left: 479px;top: 0px;*/}
#jsddm .deconstruction {width: 144px;height: 39px;background: url(../_img/nav-decon.png) no-repeat;/*left: 567px;top: 0px;*/ display:none;}
#jsddm .news {width: 68px;height: 39px;background: url(../_img/nav-news.png) no-repeat;/*left: 711px;top: 0px;*/}
#jsddm .gallery {width: 131px;height: 39px;background: url(../_img/nav-gallery.png) no-repeat;/*left: 779px;top: 0px;*/}

/* menu styles */
#jsddm {	
	list-style: none;
	padding: 0;
	margin: 0;
	width: 944px;
	height: 39px;
	position: relative;
	z-index:10001!important;
	 
}

#jsddm li {
	float: left;
	list-style: none;
	font: bold 14px Arial;
	display:inline;
	letter-spacing: 0px;
}

#jsddm li a {	
		display: block;
		margin:0;
		/*padding: 12px 16px 11px 16px;*/
		text-decoration: none;
		/*width: auto;*/
		color: #EAFFED;
		white-space: nowrap;
}

/*#jsddm li a:hover { background: url(../_img/nav-repeat-over.gif) repeat-x left top; }*/
#jsddm li a:hover {background-position: left bottom;}
		
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:10000!important;
	/*background: url(../_img/nav-gradient-bground.png) repeat-x left top;*/
}
		
#jsddm li ul li {	float: none; display: inline; }
			
#jsddm li ul li a {
		/*width: auto;*/
		background: #ffffff;
		color: #284274;
		font-size: 12px;
		padding: 8px 16px 8px 16px;
		text-align: left;
		filter:alpha(opacity=95);
		-moz-opacity:0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
		border-right: 1px dotted #cccccc;
		border-bottom: 1px dotted #cccccc;
		border-left: 1px dotted #cccccc;
}
				
#jsddm li ul li a:hover { 
		color: #ffffff; 
		background: #314f8a;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
}
