#leftmenu1 a, #leftmenu a
{
	position: relative; 
	left: 60px; 
	top: 8px; 
	font-weight: bold; 
	color: black; 
	text-decoration: none;
	width: 100px;
	display: block;
}

#leftmenu1  a:hover, #leftmenu a:hover
{
	text-decoration: underline;
}

#leftmenu1 li, #leftmenu li
{
	background-repeat: no-repeat; 
	height: 57px;
	margin: 0 0 1px 0;
}
