/********************
MENU
*********************/
.menu {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 32px;
}
.menu a {
	color: #444;
	text-decoration: none;
}
.menu a:hover {
	color: #990000;
}
#submenu {
	position: absolute;
	top: 148px;
}
.active {
	color: #990000 !IMPORTANT;
}
.navi_vert {
	width: 145px;
	height: 18px;
	line-height: 18px;
}
.navi_horz {
	float: left;
	padding: 0 33px 0 0;
}
.separator {
	width: 145px;
	height: 17px;
	line-height: 17px;
}
