/* Menu CSS for EDI Web Marketing */

#menu
{
	display: block;
	background: transparent;
	background-color: #2f3e5e;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 236px;
	height: 158px;
	font-size: 10px;
}

#menu a.top_menu
{
	display: block;
	background: transparent;
	background-image: url('../images/menu_bullet_up.gif');
	background-position: center left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 45px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #202a3f;
}

#menu a.main_menu
{
	display: block;
	background: transparent;
	background-image: url('../images/menu_bullet_up.gif');
	background-position: center left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 45px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #3e527d;
	border-bottom: 1px solid #202a3f;
}

#menu a.bottom_menu
{
	display: block;
	background: transparent;
	background-image: url('../images/menu_bullet_up.gif');
	background-position: center left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 45px;
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #3e527d;
}

#menu a:hover.top_menu
{
	background: transparent;
	background-image: url('../images/menu_bullet_over.gif');
	background-position: center left;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	color: #9ec0ff;
}

#menu a:hover.main_menu
{
	background: transparent;
	background-image: url('../images/menu_bullet_over.gif');
	background-position: center left;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	color: #9ec0ff;
}

#menu a:hover.bottom_menu
{
	background: transparent;
	background-image: url('../images/menu_bullet_over.gif');
	background-position: center left;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	color: #9ec0ff;
}
