/* CSS Document */

#nav {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	position: absolute;
	top: 245px;
	line-height: 120%;
	z-index: 99;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}	
#nav ul li {
	border-bottom: 1px dotted #fff;
	padding: 5px 0 5px 2px;
	}
#popup ul li {
	border-bottom: 1px dotted #999;
	padding: 5px 0 5px 2px;
	}
#nav ul li a, #popup ul li a {
	text-decoration: none;
	color: #2A4D5A;
	display: block;
	background: url(../images/spacer.gif) repeat top left;
	}
	
#nav ul li a:hover, #popup ul li a:hover {
	color: #F0493B;
	}
#nav .hot a {
	background: url(../images/bullet_nav.gif) no-repeat 0 2px;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
}
#nav .hot a:hover {
	background: url(../images/bullet_nav.gif) no-repeat 0 -18px;
	color: #F0493B;
}
#popup .blk {
	color: #000;
	font-weight: bold;
}
#nav .no_bdr {
	border: none;
	background: url(../images/bullet_back.gif) no-repeat center left;
	padding-left: 13px;
}
#popup_pray, #popup_sudan, #popup_partner, #popup_minis, #popup_involve, #popup_news, #popup_about {
	position: absolute;
	width: 204px;
	margin-left: 152px;
	}
#popup_pray {
	top: 246px;
	z-index: 101;
	visibility: hidden;
	}
#popup_sudan {
	top: 319px;
	z-index: 101;
	visibility: hidden;
	}
#popup_partner {
	top: 343px;
	z-index: 101;
	visibility: hidden;
	}
#popup_minis {
	top: 367px;
	z-index: 101;
	visibility: hidden;
	}
#popup_involve {
	top: 392px;
	z-index: 101;
	visibility: hidden;
	}
#popup_news {
	top: 440px;
	z-index: 101;
	visibility: hidden;
	}
#popup_about {
	top: 464px;
	z-index: 101;
	visibility: hidden;
	}
#nav_hide {
	position: absolute;
	top: 100px;
	z-index: 10;
	visibility: hidden;
	margin-left: 152px;
	}
#nav_hide .hide_img {
	width: 300px;
	height: 600px;
	}
#popup {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/popup_bg.png) no-repeat top left;
	width: 173px;
	padding: 7px 0 0 31px;
	line-height: 120%;
}
#popup ul {
	list-style: none;
	width: 158px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	}
#popup .last_li {
	border: none;
	}
#popup_btm {
	background: url(../images/popup_btm.png) no-repeat top left;
	width: 204px;
	height: 18px;
	}
