ul.sections {
	margin:0 0 0 0 ;
}
ul.sections{
	list-style:none;
	padding:0;
	font-size:95%;
	text-align:center;
	padding-left: 115px;
}
.sections li{
	border:1px solid;
	border-color:#ccc #bbb #b6b6b6 #ccc;
	margin:3px 3px 3px 3px;
	width:250px;
}
.sections li {
	background:#f1f1f1 top left repeat-x;
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A61314;
	margin-top:0px;	
	text-transform: uppercase;


}
.sections li a{
	display:block;
}
.sections li a{
	padding:10px 10px 10px 10px;
	text-decoration:none;
}
.sections a, .sections a:link, .sections a:visited{
	background-position:4px 50%;
	background-repeat:no-repeat;
}
.sections a, .sections a:link, .sections a:visited{
	color:#A61314;
}

.sections li a:hover, .sections li.on a {
	background-color:#fff;
	color:#f00;
}