/* Menu CSS for EDI Web Marketing */


#menu
{
	display: block;
	width: 132px;
	height: auto;
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 0px;
	line-height: 0px;
	
}

#menu .menu_first_group
{
	display: block;
	width: 132px;
	height: 18px;
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
}

#menu .menu_first_group a.menu_first_link
{
	display: block;
	width: 112px;
	height: 18px;
	background: none;
	background-image: url('../images/menu_black_arrow.gif');
	background-position: 5px 0px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	padding-left: 20px;
}

#menu .menu_first_group a.menu_first_link:hover
{
	background-image: url('../images/menu_red_arrow.gif');
	background-color: #D0D0D0;
}