/* 
	List Style menus
*/


/*
  The style surrounding the smart phone button and language flag. When not on the main home page(s) the 2bd style is used. Should be fine tuned there for the desired menu or  added in specific menu Css if multiple menus are necessary.
Default initialisation is for static vertical left menu.
*/

.languageMenuDiv{
	margin-top:5px; margin-left:0.3%; margin-bottom:5px; margin-right:15px; border:2px solid #486e05; padding:5px; float:left;
}

.languageMenuDiv2{
	margin-top:5px; margin-left:0px; margin-bottom:5px; margin-right:15px; border:2px solid #486e05; padding:5px; float:left;
}


.menKindImg, .menKindImgFirst{
	border-style:none;
	text-decoration: none;
	cursor:pointer;
	margin-left: 10px;
}

.menKindImgFirst{
	margin-left: 3px;
}

.menuArianeDiv{
	padding-left:0.5%; background-color:white; margin-left:0.3%; margin-bottom:5px; width:98%; border:2px solid red; float: left;
}


.menAssocTopTtl{
	margin-left:0px; width:100%; padding-top:10px; border:0px solid red; float:left;
}