/* UL/OL */
	#nav ul {
		margin: 0;
		width: 313px;
		}

/* END UL/OL */
/* LI */
	#nav li {
		width: 100%;
		list-style: none;
		border-bottom: 1px dotted #fff;
		}
	#nav li.last {
		border-bottom: 0;
		}
/* END LI */

/* A */
	#nav a {
		display: block;
		padding: 7px 35px 7px 60px;
		color: #fff;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		text-decoration: none;
		background: transparent url(../images/li_cross.gif) 34px -16px no-repeat;
		}
	#nav a:hover, #nav li.active a {
		background-position:  34px 10px ;
		}
/* END A */