ul.men-lat {
	list-style-type: none;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	background-color:rgb(238, 238, 238);
}

ul.sub{
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	background-color:rgb(245,245,245);
}

li.men-lat{
	border-style: inset;
	border-color: rgb(150, 150, 150);
	border-width: 1px 1px;
	padding-left: 15px;
	background-color: rgb(238, 238, 238);
}

a.men-lat{
	text-decoration: none;
	color: rgb(150, 150, 150);
	font-size: 10pt;
	font-family: sans-serif;
}

a.men-lat:hover{
	color: rgb(247, 80, 13);
	font-weight: bold;
}

li.submen li{
	display: none;
}

li.submen:hover li{
	display: block;
}