#menu_level_2_bg {
	/* background: url(../images/menu_level_1_bg.gif) repeat-x top left; */
	background: #d7d7d7;
}

#menu_level_2 {
	font: 0.7em Arial, Helvetica, sans-serif;
	/* background: url(../images/menu_level_1_bg.gif) repeat-x left top; */
}

#menu_level_2_divider {
	padding-left: 3px;		/* Width of right background */
	/* background: url(../images/menu_level_1_right.gif) no-repeat right top; */
}

td.ml2 a {
	display: block;
	text-decoration: none;
	/* background: url(../images/menu_level_1_left.gif) no-repeat left top; */
	padding-left: 1px;		/* Width of left background */
	cursor: pointer;			/* IE */
	width: 100%;					/* IE */
}

td.ml2 a span.ml2 {
	display: block;
	color: #878787;
	/* background: url(../images/menu_level_1_right.gif) no-repeat right top; */
	padding: 6px 10px;
	cursor: pointer;			/* IE */
}

/* Background (right) selected */
#ml2_current a.ml2 span.ml2 {
	background: url(../images/menu_level_1_right.gif) no-repeat right top;
	background-position: 100% -200px;
	color: #fff;
}

/* Background (left) selected */
#ml2_current a.ml2 {
	background-position: 0% -200px;
	color: #000;
}

/* Background (right) hover */
td.ml2 a:hover span.ml2 {
	background: url(../images/menu_level_1_right.gif) no-repeat right top;
	background-position: 100% -100px;
	color: #fff;
}

/* Background (left) hover */
td.ml2 a:hover {
	background-position: 0% -100px;
	color: #000;
}

/* Background (right) selected, then hover */
#ml2_current a:hover.ml2 span.ml2 {
	background-position: 100% -100px;
}

/* Background (left) selected, then hover */
#ml2_current a:hover.ml2 {
	background-position: 100% -100px;
}

a.ml2 span.menu_arrow {
	margin: 0;
	padding: 0;
	display: block;
	padding-right: 12px;
	background: url(../images/menu_arrow_down.gif) no-repeat right center;
}

a.ml2:hover span.menu_arrow {
	background-position: right center; /* IE */
}