body {
	background: #430D4B url(amano_back.gif) repeat-y 0px 0px;
}

#nav {
	padding-bottom: 20px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	letter-spacing: 1px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 0px none #666;
	font-size: 12px;
	color: #AF873D;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #663366 url(selector.gif) no-repeat right center;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	
}
#nav ul ul li a {
	color: #AF873D;
	text-indent: 0px;
	border: 0px dotted #CCFF99;
	position: relative;
	left: -40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#nav ul ul li a:hover {
	
}
