.menu A
{
	font-size: 12px;
	text-decoration: none;
}

.menu .menu_content
{
	position: relative;
	bottom: 8px;
}

.menu UL
{
	visibility:hidden;
	position:absolute;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	z-index: 5000;
	background: url('images/098.gif') no-repeat left top;
	width: 159px;
}

.menu .hover UL
{
	visibility:visible;
	position: absolute;
	z-index:100;
}


.menu UL LI
{
	list-style-type : none;
	text-align: left;
	float: None;
	margin: 0px;
	padding: 0px;
	display: block;
	cursor: default;
	line-height: 100%;
}


.menu UL LI A
{
	padding: 0px;
	display: block;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
	height: 26px;
	vertical-align: middle;
	background: #BBBBBB url(images/095.jpg) repeat-y left top;
}

.menu UL LI A.two_line
{
	height: 40px;
}

.menu UL LI A:hover
{
	background: #9E9E9E url(images/096.jpg) repeat-y left top;
}


.menu UL LI .margin
{
	position: relative;
	left: 8px;
	top: 5px;
	font-weight: normal;
	color: #000000;
}

