#nav {
	width: 160px;
	\width: 160px;
	w\idth: 160px;
	margin: 0;
	padding: 0 0 30px 20px;
	float: left;
}

#nav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	padding: 0;
	margin: 6px 0 3px 0;
	text-align: center;
	width: 140px;
	height: 20px;
	white-space: nowrap;
	background-image: url(../images/global/nav1_bg.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

#nav h1 a {
	text-decoration: none;
	color: #630;
	width: 140px;
	height: 20px;
	background-image: url(../images/global/nav1_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

#nav h1 a:hover {
	color: #000;
	width: 140px;
	height: 20px;
	background-image: none;
}

#nav #current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	padding: 0;
	margin: 6px 0 3px 0;
	text-align: center;
	width: 140px;
	height: 20px;
	background-image: url(../images/global/nav1_bg.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

#nav #current a {
	text-decoration: none;
	color: #000;
	width: 140px;
	height: 20px;
	background-image: url(../images/global/nav1_bg.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	display: block;
}

#nav #current a:hover {
	color: #000;
	width: 140px;
	height: 20px;
	background-image: none;
}
#nav ul {
	margin: 0;
	padding: 3px 0 2px 0;
	list-style-type: none;
	text-align:left;
}

#nav ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	background-image:url(../images/global/nav2_bullet_off.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 9px;
	margin: 0 0 4px 12px;
}

#nav ul li a {
	color:#630;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#900;
}

#nav #current2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	background-image:url(../images/global/nav2_bullet_on.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 9px;
	margin: 0 0 4px 12px;
}

#nav #current2 a {
	color:#000;
	text-decoration:none;
}

#nav #current2 a:hover {
	color:#900;
}