





#nav         {
	list-style: none;
	margin: 0;
	font-size: 1em;
	}

#nav li  {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;	
	padding: 0px;
	}

#nav a {
	display: block;
	line-height: 34px;
	width: 206px;
	background: url("../images/leftNav.gif");
	font-size: 1.50em;
	margin: 0px;
	padding: 0 6px;
    outline-color: none;
    outline-style: none;
    text-decoration: none;
	color: #E8EAED;
	}

#nav .selected {
	}

#nav a:hover{
	background-position: 0 -34px;
	}

#nav a:active {
	background-position: 0 -68px;
	}
