
   
   
   .menu_leve A:visited {text-decoration: none; color: #666666}
   .menu_leve A:active {text-decoration: none; color: #666666}
   .menu_leve A:hover {text-decoration: none; color: white}

.menu_leve {
	border-style: solid;
	border-width: 0px;
	width: 250px;
	margin: 0px;
	text-align: left;
	color: #666666;
	margin-top: 9px;
	margin-bottom: 11px;
	font-weight : bold;
	background-color: Aqua;
	
}

.menu_leve div {
	font-style: normal;
	font-family: Verdana;
	border-bottom-width: solid;
	border-bottom-width: 0px;
	font-size: 10px;
}

.menu_leve a, .menu_leve span {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	display: block;
	margin-right : 20px;
	text-decoration : none;
}


   
   
   .menu_horni A:visited {
	text-decoration: none;
	color: Maroon;
}
   .menu_horni  A:active {text-decoration: none; color: #666666}
   .menu_horni  A:hover {text-decoration: none; color: Maroon;
   border: solid;
   border-bottom-width: 2px;
   border-left: 0px;
   border-right: 0px;
   border-top: 0px;
   
}

.menu_horni  {
	margin: 0px;
	text-align: center;
	color: #666666;
	font-weight : bold;
	background-color: #ffffdd;
   border: solid;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top-width: 2px;
	border-color: Maroon;
}

.menu_horni  div {
	font-style: normal;
	font-family: Verdana;
	border-bottom-width: 0px;
	font-size: 10px;
}

.menu_horni  a {
	color: Maroon;
	font-family: MS Sans Serif;
	font-size: 15px;
	line-height: 17px;
	display: inline;
	text-decoration : none;
	border: solid;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top-width: 0px;
	border-color: Maroon;
	text-align: center;
}


