/* Menu CSS for EDI Web Marketing */

#menu
{
	display: block;
	background-image:url(../images/menu_top_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	position: absolute;
	top: 280px;
	left: 10px;
	width: 162px;
	height: auto;
	line-height: 20px;
	font-size: 14px;
	padding-bottom:10px;
	z-index:100;
	

}

#menu_content
{
	display: block;
	background-image:url(../images/menu_top_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	position: absolute;
	top: 200px;
	left: 10px;
	width: 162px;
	height: auto;
	line-height: 20px;
	font-size: 14px;
	padding-bottom:10px;
	z-index:100;
	

}

.menugroup{

	position:relative;
	top:60px;
	display:block;
	color:#000000;
	font-family: arial, "lucida console", sans-serif;
	font-size:13px;
	background-image:url(../images/menu_middle_bg.gif);
	background-position:center;
	background-repeat:repeat-y;


}

.first_menu{

	display:block;
	background:transparent;
	margin-left:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:140px;



}

.first_menu_active{

	display:block;
	background:transparent;
	margin-left:15px;
	color:#b13b4c;
	font-weight:bold;
	text-decoration:none;
	width:140px;



}

.first_menu:hover{

	background-color:#6699FF;
	text-decoration:none;

}

.first_menu_active:hover{

	background-color:#6699FF;
	text-decoration:none;

}


.menubottom{

	position:relative;
	display:block;
	background-image:url(../images/menu_bottom_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	top:60px;
	height:15px;
	
}