div#menu {
	float: left;
}

div#menu a {
	border-top: 1px solid #e6edef;
	text-decoration: none;
	width: 185px;
	margin: 0px 0 0px 12px;
	padding: 4px 0;
	float: left;
	clear: both;
}

div#menu a.first {
	border-top: 0px;
	margin-top: 10px;
}

div#menu a span {
	padding: 0px 0px 0 12px;
	background: url("/images/normeda/menu_n.gif") no-repeat left;
}

div#menu a.m1 {
	font-weight: bold;
	color: #000;
}

div#menu a.m1active,
div#menu a.m1:hover {
	width: 194px;
	margin-left: 2px;
	padding: 4px 0px 4px 10px;
	font-weight: bold;
	background: #eaeaea;
	color: #4682b4;
}

div#menu a.m1active {
	width: 194px;
 	padding-left: 10px;
	background: #4682B4;
	color: #FFF;
}

div#menu a.m1:hover span {
	background: url("/images/normeda/menu_h.gif") no-repeat left;
}

div#menu a.m1active span {
	padding-right: 10px; 
	margin-left: 0px;
	background: url("/images/normeda/menu_a.gif") no-repeat left;
}

/*-submenu-*/


div#menu a.m2 span {
	background: none;
}

div#menu a.m2 {
	font-weight: bold;
	color: #575656;
	font-size: 11px;
	border: 0px;
	margin-left: 25px;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url("/images/normeda/sub_n.gif") no-repeat left;
}

div#menu a.m2active,
div#menu a.m2:hover {
	color: #4682B4;
	background: url("/images/normeda/sub_n.gif") no-repeat left;
}

div#menu a.m2active span {
	background: none;

}

div#menu a.m2active {
	background: #E0EBF4 url("/images/normeda/sub_menu_act.gif") no-repeat left;
	font-weight: bold;
	color: #4682B4;
	font-size: 11px;
	border: 0px;
	width: 181px;
	margin-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
