.style1 #wrapper #main table tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-image: url(../images/slideBg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 230px;
	line-height: 40px;
	padding-left: 10px;
	background-color: #FFF;
}
.style1 #wrapper #main table .odd td {
	background-color: #FFF;
}

.style1 #wrapper #main table tr td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 45px;
	width: 230px;
	padding-left: 10px;
	background-image: url(../images/slideBgAct.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
