ul.menuverticallevelone {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.menuverticallevelone li a {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	height: 23px;
	font-size: 12px;
	font-weight: normal;
	display: block;
	line-height: 23px;	
}
ul.menuverticallevelone li {
	background-color: #99a7a9;
	border-bottom: 1px solid white;
}
ul.menuverticallevelone li a:hover {
	background-color: #737e7f;
}
ul.menuverticallevelone li.activemenu {
	background-color: #b8242c;
}
                        
