/* CSS Document */

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.leftmenu a:link,
.leftmenu a:visited{
	background-image: url(images/b-down.gif);
	padding-left: 10px;
	display: block;
	background-repeat: no-repeat;
	margin-left: 6px;
	padding-top: 2px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	height: 26px;
	font-size: 11px;
}

.leftmenu a:hover{
	background-image: url(images/b-over.gif);
	background-repeat: no-repeat;
}