ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {
	position: relative;
	float: left
}
ul.menu ul {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	opacity: 0;
	list-style: none;
	background-color: #0232a6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
ul.menu ul li {
	position: relative;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
ul.menu ul li a {
	display: block;
	background-color: #0232a6;
	width: 180px;
	background-image: url(../img/hed_menu/icon_01.png);
	background-position: 5px center;
	font-size: 12px;
	line-height: 168%;
	padding-left: 20px;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.menu ul li a:hover {
	background-color: #000859
}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
