/********************************
*	VERTIKALE MENU
********************************/
#vmenu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}
#vmenu li {
	font: 16px "Trebuchet MS";
	margin: 0;
	padding: 0;
	}
#vmenu a {
	background: #fff;
	border-bottom: 1px solid #333;
	font: 16px "Trebuchet MS";
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px 2px 25px;
	text-decoration: none;
	}
#vmenu a.selected,
#vmenu a:hover {
	background: #E1001D left center no-repeat;
	color: #fff;
	padding-bottom: 2px;
}

