ul.b, ul.b li {
	display: block;
	list-style: none;
	margin-top: 3px;
	margin-left: 0px;
	padding: 0;
}

ul.b {
	width: 180px;
height:100%;
	padding: 2px 2px 1px 2px;
	background-color: #F8E9E7;
	border: 3px double #fff;


}

ul.b li {
	border-bottom: 1px solid #fff;
	font-family: arial;
	font-size:12pt;
	color: black;
	font-weight: bold;

}

ul.b a:link, ul.b a:visited {
	display: block;
	width: 155px;
	height: 25px;
	text-decoration: none;
  font-family: arial;
	font-size:9pt;
	color: #fff;

	padding: 7px;
	font-weight: bold;
	background-color: #BA2743;
	color: #def;
	border-left: 10px solid black;
}

ul.b a:hover {
	width: 140px;
	background-color: #BA2743;
	color: #fff;
	border-left: 15px solid black;
	
}
