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

/* NAV */

#nav {
	position: absolute;
	top: 0;
	margin-left: 0;
	list-style: none;
	}
#nav ul {
	list-style-image: none;
	margin: 20px 0 0 31px;
	padding: 0;
	width: 140px;
	border-bottom: 1px dotted #A29061;
	}
#nav li {
	list-style: none;
	padding: 3px 0;
	border-top: 1px dotted #A29061;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	text-align: center;
	}
#nav li a {
	color: #000;
	text-decoration: none;
	}
#nav li a:hover {
	color: #9C0E3F;
	}
#popup ul {
	border-bottom: none;
	background: url(../images/spacer.gif) repeat 0 0;
	}
#popup ul li {
	border-bottom: 1px dotted #A29061;
	border-top: none;
	padding: 5px 2px;
	height: auto;
	}
#popup ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	background: url(../images/spacer.gif) repeat top left;
	}	
#popup ul li a:hover {
	color: #9C0E3F;
	}
#pop1, #pop2, #pop3, #pop4, #pop5, #pop6 {
	position: absolute;
	width: 206px;
	margin-left: 177px;
	text-transform: none;
	background: url(../images/spacer.gif) repeat top left;
	}
#pop1 {
	top: 275px;
	z-index: 101;
	visibility: hidden;
	}
#pop2 {
	top: 298px;
	z-index: 101;
	visibility: hidden;
	}
#pop3 {
	top: 414px;
	z-index: 101;
	visibility: hidden;
	}
#pop_hide {
	position: absolute;
	top: 220px;
	z-index: 10;
	visibility: hidden;
	margin-left: 177px;
	}
#pop_hide, #pop_hide img {
	width: 300px;
	height: 340px;
	}
#popup {
	background: url(../images/popup_bg.png) no-repeat top left;
	padding: 7px 0 0 38px;
	line-height: 120%;
}
#popup ul {
	list-style: none;
	width: 148px;
	margin: 4px 0 0 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	border-top: none;
	}
#popup .last {
	border: none;
	padding-bottom: 0;
	}
#popup_btm {
	background: url(../images/popup_btm.png) no-repeat top left;
	width: 204px;
	height: 18px;
	}