/* CSS Document */

/*Left Menu - I replace out the code that we were previously using*/

#nav{
	width: 252px;
	background: #dad5cd;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
}

#nav li.hidden{
	display: none;
	list-style: none;
	list-style-image: none;
	border: none;
}

/*level 1*/
#nav ul li{
	width: 252px;
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFffff;
}

#nav ul li a{
	display: block;
	height: 26px;
	padding: 8px 0 0 18px;
	text-transform: uppercase;
	font-size: 0.917em;
	letter-spacing: 0.060em;
	color: #262626;
	text-decoration: none;
	font-size: 11px;
	/*font-weight: bold;*/
}

#nav ul li a:hover{
	text-decoration: none;
	color: #9e1b34;
	background-color: #e8e4dd;
}


.last ul li a {
	display: block;
	height: 650px;
	padding: 8px 0 0 18px;
	text-transform: uppercase;
	font-size: 0.917em;
	letter-spacing: 0.060em;
	color: #262626;
	text-decoration: none;
	font-size: 11px;
	/*font-weight: bold;*/
}

.last ul li a:hover {
	text-decoration: none;
	color: #9e1b34;
	background-color: #e8e4dd;
}




/*level 2*/
#nav ul li ul li{
	/* border-bottom: 1px solid #FFFFFF; */
	background: #e8e4dd;
	padding: 4px 0 5px 0;
	margin: 0px 0px 0px 0px;
	border-bottom-width: 0px;
}

#nav ul li ul li a{
	padding: 5px 0 0px 35px;
	font-weight: normal;
	margin: 0;
	text-transform: none;
	background: url(../global/img/bullet/nav-grey.gif) no-repeat 18px 9px;
	border: none;
	letter-spacing: 0;
	text-transform: none;
	height: 12px;
	font-size: 1em;
	color: #262626;
	display:block;
} 






