.LINE{ background-image:url(../img/header/line.gif); height:1px; }

.MENU {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CC0000;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	z-index: 999;
}

a.MENU_IN {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #9CABB2;
	cursor: default;
	display: block;
	font-style: normal;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	white-space: nowrap;
}

a.MENU_IN:hover {
	background-color: #8C98AE;
	color: #FFFFFF;
}