/* CSS Document */

#nav {
	font: bold 12px "Trebuchet MS", Arial, Verdana, sans-serif;
	position: absolute;
	top: 140px;
	z-index: 100;
	width: 170px;
	margin-left: 3px;
	line-height: 120%;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */
	}	
#nav ul li, #popup ul li {
	border-bottom: 1px dashed #999;
	padding: 5px 0 5px 2px;
	}
#nav ul li a, #popup ul li a {
	text-decoration: none;
	color: #660000;
	display: block;
	background: url(../images/spacer.gif) repeat top left;
	}
	
#nav ul li a:hover, #popup ul li a:hover {
	color: #336600;
	}

#nav .blk {
	background: url(../images/bullet_blk.gif) no-repeat center right;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#popup .blk {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#nav .no_bdr {
	border: none;
	background: url(../images/bullet_back.gif) no-repeat center left;
	padding-left: 13px;
}
#popup_rd, #popup_br, #popup_v, #popup_gh, #popup_nw {
	position: absolute;
	width: 204px;
	margin-left: 172px;
	}
#popup_rd {
	top: 170px;
	z-index: 101;
	visibility: hidden;
	}
#popup_br {
	top: 195px;
	z-index: 102;
	visibility: hidden;
	}
#popup_v {
	top: 221px;
	z-index: 103;
	visibility: hidden;
	}
#popup_gh {
	top: 246px;
	z-index: 104;
	visibility: hidden;
	}
#popup_nw {
	top: 272px;
	z-index: 105;
	visibility: hidden;
	}
#nav_hide {
	position: absolute;
	top: 100px;
	z-index: 10;
	visibility: hidden;
	margin-left: 172px;
	}
#nav_hide  .hide_img {
	width: 300px;
	height: 600px;
	}
#popup {
	font: bold 12px "Trebuchet MS", Arial, Verdana, 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: 148px;
	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;
	}
