/* MAIN NAV */

#nav ul {
	width: 190px;
	font-size: 9px;
	font-weight: bold;
	padding-left: 10px;
}
#nav li {
	padding: 0;
	list-style-image:none;
}
#nav a {
	display: block;
	width: 190px;
	height: 29px;
	text-indent: 24px;
	line-height: 29px;
	text-decoration: none;
	background: transparent url(../img/nav/nav-bg.jpg) no-repeat;
}
#nav a:link,
#nav a:visited {
	color: #F1EBDB;
}
#nav a:hover,
#nav a:active {
	color: #fff;
	background: transparent url(../img/nav/nav-bg-o.jpg) no-repeat;	
}
#nav ul ul {
	width: 188px;
	margin: 0;
	padding: 10px 0;
	background-color: #D6852B;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
}
#nav ul ul li {
	margin: 0;
	background: none; 
}
#nav ul ul a {
	height: 16px;
	width: 188px;
	text-indent: 5px;
	line-height: 16px;
	letter-spacing: normal;
	text-decoration: none;
	background: none;
}
#nav ul ul a:link,
#nav ul ul a:visited {
	color: #333;
}
#nav ul ul a:hover,
#nav ul ul a:active {
	color: #000;
	background: none;	
}


