#menu {
	margin: 0px;
	/*margin-top: 10px;*/
	margin-bottom: 5px;
}

#menu .menuSection {
	overflow:hidden;
	background-color: #0064aa;
	padding: 5px 2px;
	margin: 0px;
	color: white;
}

#menu .activeS {
	border-left: 10px solid #5e9cbf;
}

#menu .menuSection a {
	/*display: block;*/
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 3px;
	padding-right: 15px;
}

#menu a.activeS-ATag{
	padding: 6px 5px;
}
#menu .menuSection a:hover {
	color:#fdb543;
}
#menu a.activeS-ATag:hover {
	color: inherit;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu .menuItem {
	width: 150px;
	overflow:hidden;
	margin-top:5px;
	list-style: none;
	list-style-image: none;
}
/*#menu div.menuItem:hover {
	border-right: #fdb543 solid 5px;
	background-color: #006cb6;
	color: white;
}*/

.menuSpacer {
	margin-top: 5px;
	border: none;
	border-bottom: white solid 2px;
	display: block;
}

.menuSection + .menuSpacer {
	margin-top: 0px;
}

.menuLevel1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	line-height: 18px;
	text-align: left;
	color: #0064aa;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
}

.menuLevel1:hover {
	background-color: white;
}

.menuLevel2 {
	display: block; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	color: #0064aa;
	padding-left: 16px;
	padding-right: 10px;
}

.menuLevel2:hover {
	background-color: white;
}

#footerM,#footerL {
	text-align: center;
	color: black;
}
/** Footer **/
#footerL a, #footerM .pathA, #footerM .path {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;
	text-decoration: none;
	color: black;
	word-spacing: 2px;
	font-weight: bold;
}

/****** Pseudo Stile *******/
.menuLink:visited, .menuLink:link{
	text-decoration: none;
}

.active1:visited, .active1:link, .active1:hover {
	border-left: #fdb543 solid 10px;
	background-color: inherit; 
}
.active2:visited, .active2:link, .active2:hover {
	border-left: #006cb6 solid 10px;
	background-color: inherit;
}

/****** Sitemap ******/

.tx-dropdownsitemap-pi1 li {
	list-style-image: none;
}