/********************
     VERTICAL MENU
********************/
.vertNav{
	position: relative;
	width: 100%;
	height: 100%;
}
.vertNav_title{
	position:relative;
	top: 15px;
	left: 40px;
	color: #EBEBE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
.vertNav_menu{
	position: relative;
	top: 5px;
	left: 25px;
	width: 100px;
	background-color: #FFFFFF;
	text-align: left;
}
.vertNav_menuItem{
	width: 150px;
	border-bottom: 1px dashed #E4E6DE;
}
.vertNav_menuItem a:link, .vertNav_menuItem a:visited{
	position:relative;
	left:0px;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9AB1D7;
	text-decoration: none;
}
.vertNav_menuItem a:hover, .vertNav_menuItem:hover{
	color: #999999;
	background: #F2F8FF;
	/*background: #F2F8FF url(/assets/images/greenNavArrowIcon.gif) no-repeat center left;*/
}
#selected.vertNav_menuItem, #selected.vertNav_menuItem a:link, #selected.vertNav_menuItem a:visited, #selected.vertNav_menuItem a:hover, #selected.vertNav_menuItem:hover{
	position: relative;
	color: #999999;
	background: #F2F8FF url( /assets/images/greenNavArrowIcon.gif ) no-repeat center left;
}
.vertNavImageBottom{
	position: absolute;
	left: 50px;
	bottom: 55px;
	width: 185px;
	/*height: 245px;*/
	z-index: 10;
}
.vertNavImageBottom2{
	position: absolute;
	left: 90px;
	bottom: 80px;
	_bottom:90px;
	width: 147px;
	/*height: 38px;*/
	z-index: 10;
}