a
{
clear: both;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/menu.gif);
	height: 20px;
	width: 180px;
	background-repeat: no-repeat;
	padding-left: 8px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

td.menu {
	height: 20px;
	width: 180px;
	color: #000000;
	background-image: url(../images/menu.gif);
}



td.menu:hover,
a:hover {
	color: #661C19;
	background-color: E3D580;
	background-image: url(../images/menu_hover.gif);
	
}

img {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	
}


