.menu {
	height: auto;
	width: 155px;
	overflow: visible;
	float: left;
}

.fomenu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #990000;
	background-image: url(side_menu/main_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 23px;
	line-height: 25px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fomenu a:link {
	color: #990000;
	text-decoration: none;
}
.fomenu a:visited {
	color: #990000;
	text-decoration: none;
}
.fomenu a:hover {
	color: #215DC6;
	text-decoration: none;
}


.almenu {
	display: block;
	height: auto;
	width: 155px;
	visibility: hidden;
	position: absolute;
}

.almenu_item {
	height: auto;
	width: 155px;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	display: block;
	text-indent: 23px;
	background-image: url(side_menu/sub_menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS";
}
.almenu_item a:link {
	color: #428EFF;
	text-decoration: none;

}
.almenu_item a:visited {
	text-decoration: none;
	color: #428EFF;
}
.almenu_item a:hover {
	text-decoration: none;
	background-image: url(side_menu/sub_menu_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #215DC6;
	display: block;
}
