/**********************************************Vertical Nav ****************************************/
#nav_vert { padding:0px; font-size:1em; z-index:999;}

/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
#nav_vert li {
	width:212px;
	list-style:none;
	position:relative;
	text-align:left;
	margin-bottom:7px;
	cursor:pointer;
	display:block;
	height:26px;

	background:url('../images/leftMenu.jpg');
	padding:7px 0px 0px 20px;
}

#nav_vert li:hover, #nav_vert .active{
	
	background:url('../images/leftMenuHover.jpg');
}

 #nav_vert .active a{
  	color:#b85324;
}



/*
#nav_vert li.active { z-index:999; } /* to prevent the li separator from showing through on mouseover on li */
#nav_vert a {line-height:1.3em;color:#636363;font-family:Verdana;font-size:12px; }
#nav_vert a, #nav_vert a:hover { display:block; text-decoration:none; }
#nav_vert span {display:block; cursor:pointer; width:232px;}

#nav_vert a:hover { color:#b85324;}

/* Fix for the IE bug */

#nav_vert iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
} 
