/* CSS Document */

#content #header {
	position:absolute;
	top:0;
	width:912px;	
	margin-top:0;
	padding-left: 1px;
}
#content #header .top{
	position:relative;
	height: 183px;
}

#content #header .top .logo a{
	background-image: url('/layout_images/moriaFund_logo.jpg');
	height: 183px;
	width: 191px;
	display: block;
	float:left;
}
#content #header .top .title{
	background-image: url('/layout_images/header_title.jpg');
	margin-top: 40px;
	height: 143px;
	width: 384px;
	display: block;
	float:left;
}
#content #header .top .buttons{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#content #header .top .buttons span{
	display: none;
}
#content #header .top .supportbtn a{
	background-image: url('/layout_images/header_supportbtn.jpg');
	height: 30px;
	width: 147px;
	display: block;
	margin-bottom: 5px;
	margin-right: 3px;
}
#content #header .top .donatebtn a{
	background-image: url('/layout_images/header_donatebtn.jpg');
	height: 30px;
	width: 147px;
	display: block;
	margin-bottom: 15px;
	margin-right: 3px;
}
#nav{
	width: 910px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
}
#nav li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	height:37px;
}
#nav a span {
	display:none;
}
#content #header #nav #menu_home a{width:75px;background: url('layout_images/nav_home.jpg');}
#content #header #nav #menu_about a{width:141px;background:url('layout_images/nav_about_fund.jpg');}
#content #header #nav #menu_moira a{width:143px;background:url('layout_images/nav_about_moria.jpg');}
#content #header #nav #menu_events a{width:114px;background:url('layout_images/nav_events.jpg');}
#content #header #nav #menu_spacer {height:37px; width:342px;background:url('layout_images/nav_space.jpg');}
#content #header #nav #menu_contact a{width:95px;background:url('layout_images/nav_contact.jpg');}


#content #header .bottom #menu_home a:hover{background:url('images/menu_home_hover.jpg');}
#content #header .bottom #menu_care a:hover{background:url('images/menu_care_hover.jpg');}
#content #header .bottom #menu_safe a:hover{background:url('images/menu_safe_hover.jpg');}
#content #header .bottom #menu_activities a:hover{background:url('images/menu_activities_hover.jpg');}
#content #header .bottom #menu_curriculum a:hover{background:url('images/menu_curriculum_hover.jpg');}
#content #header .bottom #menu_contact a:hover{background:url('images/menu_contact_hover.jpg');}
#content #header .bottom #menu_news a:hover{background:url('images/menu_news_hover.jpg');}

