#menu_level_15_bg {
	background: url(../images/menu_level_1_bg.gif) repeat-x top left;
}

#menu_level_15 {
	font: 0.7em Arial, Helvetica, sans-serif;
	background: url(../images/menu_level_1_bg.gif) repeat-x left top;
}

#menu_level_15_divider {
	padding-left: 3px;		/* Width of right background */
	width: 30px;
	background: url(../images/menu_level_1_right.gif) no-repeat right top;
}

td.ml15 {
}

td.ml15 a {
	display: block;
	text-decoration: none;
	background: url(../images/menu_level_1_left.gif) no-repeat left top;
	cursor: pointer;			/* IE */
	width: 100%;					/* IE */
}

td.ml15 a span.ml15 {
	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 */
#ml15_current a.ml15 span.ml15 {
	background-position: 100% -200px;
	color: #fff;
}

/* Background (left) selected */
#ml15_current a.ml15 {
	background-position: 0% -200px;
	color: #000;
}

/* Background (right) hover */
td.ml15 a:hover span.ml15 {
	background-position: 100% -100px;
	color: #fff;
}

/* Background (left) hover */
td.ml15 a:hover {
	background-position: 0% -100px;
	color: #000;
}

/* Background (right) selected, then hover */
#ml15_current a:hover.ml15 span.ml15 {
	background-position: 100% -100px;
}

/* Background (left) selected, then hover */
#ml15_current a:hover.ml15 {
	background-position: 100% -100px;
}

a.ml15 span.menu_arrow {
	margin: 0;
	padding: 0;
	display: block;
	padding-right: 12px;
	background: url(../images/menu_arrow_down.gif) no-repeat right center;
}

a.ml15:hover span.menu_arrow {
	background-position: right center; /* IE */
}