/* Main Navigation */
/* Total DUI */

#nav {
	width: 220px;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	background: transparent url(../images/nav-header.gif) 5px 2px no-repeat;
	font-family: trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#nav ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#nav ul li, #nav ul li.selected {
	margin: 0;
	padding: 0;
}

#nav ul li a {
	margin: 0;
	padding: 6px 0 7px 25px;
	text-decoration: none;
	color: #747557;
	display: block;
	background: transparent url(../images/list-item.jpg) top left no-repeat;
}

#nav ul li a:hover {
	background: transparent url(../images/list-item-selected.jpg) top left no-repeat;
}

#nav ul li.selected a {
	background: transparent url(../images/list-item-selected.jpg) top left no-repeat;
}

/* Second Level */

#nav ul li ul, #nav ul li.selected ul {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}

#nav ul li ul li {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #7f7f72;
}

#nav ul li ul li a, #nav ul li.selected ul li a {
	margin: 0;
	padding: 5px 2px 5px 30px;
	display: block;
	border: none;
	background: transparent url(../images/list-bullet.gif) 18px 11px no-repeat;
	color: #7f7f72;
}

#nav ul li ul li a:hover {
	background: transparent url(../images/list-bullet-selected.gif) 18px 11px no-repeat;
	color: #965a52;
}

#nav ul li ul li.selected a {
	background: transparent url(../images/list-bullet-selected.gif) 18px 11px no-repeat;
	color: #965a52;
}
