
#verticalMenu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 3px 8px;
}

#verticalMenu li {
	min-height: 22px;
	width: 175px;
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
}

#verticalMenu a, #verticalMenu div.acont span.leftNavLinks {
	padding: 1px 10px 1px 3px;
	color: #113b85;
	text-decoration: none;
	display: block;
	width: 162px;
	
}

#verticalMenu li.parent div.acont span.text {
	font-size: 95%;
}

#verticalMenu div.acont {
	text-decoration: none;
	min-height: 22px;
	width: 175px;
	display: block;
	padding: 0;
}

#verticalMenu #leftLink1 span.text, #verticalMenu #leftLink2 span.text, #verticalMenu #leftLink3 span.text, #verticalMenu #leftLink4 span.text {
	color: #fff;
	font-weight: bold;
}
	
#verticalMenu #leftLink1 {
	background: #367de0 url(images/bluelink.jpg) bottom left no-repeat;
	
	width: 175px;
}

#verticalMenu #leftLink2 {
	background: #59ca4d url(images/greenlink.jpg) bottom left no-repeat;
	
	width: 175px;
}

#verticalMenu #leftLink3 {
	background: #db513c url(images/redlink.jpg) bottom left no-repeat;
	
	width: 175px;
	
}

#verticalMenu #leftLink4 {
	background: #d59100 url(images/yellowlink.jpg) bottom left no-repeat;
	
	width: 175px;
}


ul.level1, ul.level2, ul.level3, ul.level4 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}





ul.level4 {
	list-style-type:circle;
	width:175px;
}
#verticalMenu ul.level4 div.acont {
	padding: 0 0 0 50px;
	width:125px;
}
#verticalMenu ul.level4 div.acont a {
	width:100px;
}
#verticalMenu ul.level4 div.acont .leftNavLinks {
	display:block;
	width:100px;
}





#verticalMenu ul.level1 div.acont {
	background: #d6e3f6 url(images/level1link-blue.jpg) bottom left no-repeat;
}

#verticalMenu ul.level1 li.expanded div.acont {
	background: #d6e3f6 url(images/level1selected-blue.jpg) bottom left no-repeat;
}

#verticalMenu ul.level2 li.child div.acont {
	background: #f8f8f8 url(images/level2link-blue.jpg) bottom left no-repeat;
}

#verticalMenu ul.level2 li.expanded div.acont {
	background: #f8f8f8 url(images/level2selected-blue.jpg) bottom left no-repeat;
}

#verticalMenu ul.level3 li.child div.acont {
	background: #f8f8f8 url(images/level3link-blue.jpg) bottom left no-repeat;
}

#verticalMenu span.arrow {
	padding-bottom: 4px;
	float: left;
}