/* Menu CSS for EDI Web Marketing */

#menu
{
	display: block;
	color: #000000;
	background: none;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
	/*background-color: #00FF99;*/
	position: relative;
	top: 0px;
	left: 0px;
	/*width: 100%;*/
	height: 41px;
	line-height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 9px solid #407dc0;
	padding-left: 10px;
}

#menu a
{
	background: none;
	color: #000000;
	line-height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a.current
{
	color: #a68536;
}

#menu a:hover
{
	color: #a68536;
	text-decoration: underline;
}

#lower_menu
{
	background: transparent;
	color: #606060;
	float: right;
	margin-right: 15px;
	font-size: 10px;
	height: 12px;
	margin-top: 3px;
}

#lower_menu a
{
	display: inline;
	background: transparent;
	color: #606060;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#lower_menu a:hover
{
	color: #000000;
	text-decoration: underline;
}