
div.leftmenu {
	background-image: url(../gfx/left-menu-bg-1.jpg);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}


div.leftmenuline a {
	display: block;
	color: white;
	text-align: right;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 150%;
	background-repeat: repeat-x;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

div.leftmenuline a:hover {
	background-image: url(../gfx/left-menu-over-1.jpg);
	text-decoration: none;
}