/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	width:100%;
	/*border:1px solid #000000;*/
}

/* these are the inner menus*/
.dropdown ul ul{
	padding-top:1px;
	margin-left:-3px;
	background-color:#6086BA;
	list-style:none;
	width:100%;
	height:100%;
}
.landwahl ul ul {
	background-color: #ffffff;
}

/* these are all the LIs in the menu*/
.dropdown ul li{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:left;
	background-color: #6086BA;
	cursor:pointer;
	width:100%;
}
.landwahl ul li {
	background-color:#ffffff;
}
/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px;
	padding:0px;
	/*width:120px;*/
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#345686;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	margin-left:0px;
	padding:0px 3px 3px 0px;
	text-align:left;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	/*background-color:#6086BA;*/
}
.landwahl ul li{
	margin-left:0px;
	padding: 2px 3px 2px 3px;
	text-align: left;
	border-top:1px solid #666666;
	border-bottom:0px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	width: 150px;
	/*background-color:#6086BA;*/
}
.landwahl ul li.last { border-bottom:1px solid #666666; }

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	/*background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;*/
	padding-left:5px;
	/*width:105px;*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	/*background-image:url('expand_right.gif');
	background-position:center right;*/
	padding:5px;
	/*width:120px;*/
}
