#main #right #content ul
{
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
#main #right #content ul li
{
	float: left;
}
#main #right #content ul li a
{
		display: block; 
		padding: 20px 42px;
		color: #757575; 
		text-decoration: none;
		color:#6d080c;
		line-height:0;
		text-align:justify;

}
#main #right #content ul li:hover 
{
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
#main #right #content ul li:hover a
{
		color: #fff;
}
a img { border: 0; }
a { color: #790410; text-decoration: none; }
a:hover { color: #A20616; }