

.menu_main_neu {
	height: 23px;
	text-align: center;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 9px; 
	line-height: 9px;
	letter-spacing: 1px;
	color: #333333;
	font-variant: normal;	
 }

.menu_sub_neu {
	height: 23px;
	text-align: center;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 9px; 
	line-height: 9px;
	letter-spacing: 1px;
	color: #333333;
	font-variant: normal;
	margin-top: 2px;
 }

.menu_item {
	position: relative;
	top: 6px;
	background-color: #fff;
	height: 23px;
	text-align: center;
	padding: 5px;
 }

.menu_item_active {
	position: relative;
	top: 6px;
	background-color: #333;
    color: #fff;
	height: 23px;
	text-align: center;
	padding: 5px;
 }

.menu_main_neu a:link { color: #333; text-decoration: none;  }
.menu_main_neu a:visited { color: #333; text-decoration: none;  }
.menu_main_neu a:active { color: #333; text-decoration: none;  }
.menu_main_neu a:hover { color: #fff; text-decoration: none;  }

.menu_sub_neu a:link { color: #333; text-decoration: none;  }
.menu_sub_neu a:visited { color: #333; text-decoration: none;  }
.menu_sub_neu a:active { color: #333; text-decoration: none;  }
.menu_sub_neu a:hover { color: #fff; text-decoration: none;  }