/* Menu CSS for EDI Web Marketing */

#menu
{
	display: block;
	background: transparent;
	/*background-color: #00FF99;*/
	position: absolute;
	top: 108px;
	right: 10px;
	z-index: 50;
	width: 450px;
	height: 26px;
	line-height: 26px;
	font-size: 0px;
	text-align: right;
}

#menu .menu_group
{
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	height: 26px;
}

#menu a.first_menu
{
	background: transparent;
	color: #FFFFFF;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #858585;
	border-right: 1px solid #1c1c1c;
}

#menu a.second_menu
{
	background: transparent;
	background-image: url('../images/menu_second_bg.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #8b8b8b;
	border-right: 1px solid #202020;
}

#menu a.cur_menu
{
	background: transparent;
	background-image: url('../images/menu_current_bg.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #bababa;
	border-right: 1px solid #3f3f3f;
}

#menu a:hover.first_menu
{
	background-image: url('../images/menu_current_bg.gif');
	background-repeat: repeat-x;
}

#menu a:hover.second_menu
{
	background-image: url('../images/menu_current_bg.gif');
	background-repeat: repeat-x;
}

#menu a:hover.cur_menu
{
	background-image: url('../images/menu_current_bg.gif');
	background-repeat: repeat-x;
}

#menu .menu_group .submenu
{
	display: none;
	position: absolute;
	top: 11px;
	right: -7px;
	z-index: 55;
	background-color: #898989;
	width: auto;
	height: auto;
	border: 1px solid #3f3f3f;
	border-top: none;
}

.submenu a.subitem
{
	display: block;
	position: relative;
	width: 170px;
	background: transparent;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	font-weight: bold;
}

.submenu a:hover.subitem
{
	background-color: #bababa;
	background-image: url('../images/submenu_over_bg.gif');
	background-repeat: no-repeat;
	background-position: right;
	color: #9b0101;
	font-weight: bold;
}

.submenu hr
{
	border: none;
	border-top: 1px dashed #3f3f3f;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#lower
{
	display: block;
	background: none;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 600px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#lower a
{
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#lower a:hover
{
	color: #FFFFFF;
}

#links
{
	float: left;
	display: block;
	position: relative;
	z-index: 25;
	width: 285px;
	height: auto;
	margin-left: -350px;
}

#links hr
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #000000;
	height: 1px;
}

#links a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#links ul
{
	list-style: none;
}

#links li.first
{
	line-height: 20px;
}

#links li.first a.first_link
{
	font-style: italic;
	text-transform: uppercase;
}

#links li.first a:hover.first_link
{
	color: #9b0101;
	font-weight: bold;
}

#links li.second
{
	padding: 0px;
}

#links li.second a.second_link
{
	font-style: normal;
	text-transform: none;
}

#links li.second a:hover.second_link
{
	color: #9b0101;
	font-weight: bold;
}