div.drop_down_menu_1, div.drop_down_menu_2 {
	position: relative;
	left: -999em;
}

div.drop_down_menu_1 div {
	position: absolute;
}

div.drop_down_menu_2 div {
	position: absolute;
	top: -2px;			/* Table cellspacing */
	left: 150px;		/* IE */
}

div.drop_down_menu_2 > div {
	left: 160px;		/* Standards-compliant browsers */
}

table.menu_level_3 {
	background: #e5e6e1;
	background: #2b96d1;
}

#menu_level_2 a {
	padding: 0;
}

#menu_level_2 .menu_level_3 a {
	width: 150px;
	display: block;
	color: #9d9d9d;
	color: #7e7e7e;
	background: #f7f7f7;
	text-decoration: none;
	padding: 5px;
}

#menu_level_2 .menu_level_3 a:hover {
	color: #fff;
	background: #e5e6e1;
	background: #2b96d1;
	text-decoration: none;
}

div.drop_down_menu_1 a span.menu_arrow {
	margin: 0;
	padding: 0;
	display: block;
	padding-right: 7px;
	background: url(../images/menu_arrow_right.gif) no-repeat right center;
}

div.drop_down_menu_1 a:hover span.menu_arrow {
	background-position: right center; /* IE */
}