@charset "utf-8";
/* CSS Document for the regios menus, left side of content */

.leftmenucontainer {
	float:left;
	margin:0 0 0 0;
	width:230px;
	}

.Menu {  	
	background-image:url(../images/rounded/230_1.png);
	}

#regiomenu .menuItem a:hover{
	width:200px;
	background-image:url(../icons/thunderbird_1.gif);
	border: 1px solid #3399FF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:-2px;	

}

#regiomenu .menuItem a{
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
	font-stretch:extra-expanded;
	height:17px;
	padding-left:15px;
}

#regiomenu .menutitel{
	width:230px;
	height:22px;
	background-image:url(../images/rounded/230_titel.png);
	text-align:center;
	padding-top:8px;
	font-size:12px;
	font-weight:bold;
}

#regiomenu .menuItem .Menu{
	display:block;
	float:left;
	width:230px;
	height:1%;
	overflow:hidden;
}
 .Menu ul{
list-style-type:none;
width:100%;
padding: 5px;
margin:0 0 0px 0;
text-align:left;
}

.bottom {
	background-image:url(../images/rounded/230_bottom.png);
	width:230px;
	height:15px;
	margin-bottom:10px;
	}




