#Solutions {width:220px; height:auto; position:relative; max-height:300px}

#menuSol {
	border:1px solid #B5B5B5;
	border-top:none;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#F5F5F5;
	width:218px
}
#menuSol a.head {
	cursor:pointer;
	border-top:1px solid #B5B5B5;
	background:#FFF;
	color:#000;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:4px;
	text-indent:10px
}
#menuSol a.head:hover, #menuSol a.selected  {color:#AD1319; background:#F5F5F5; border-bottom:1px solid #B5B5B5}
#menuSol a.current {background-color:#AD1319; color:#FFF}
#menuSol ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px
}
#menuSol li {list-style:none outside none; display:inline}
#menuSol li li a {
	color:#000;
	display:block;
	padding:1px 0 1px 0;
	text-indent:20px;
	border-top:1px solid #F5F5F5
}
#menuSol li li li a {
	color:#444;
	display:block;
	padding:0px 0 1px 0;
	text-indent:40px;
	border-top:none
}
#menuSol li li a:hover {
	background-color:#AD1319;
	color:#fff
}