td.menu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
} 

/* Fix IE. Hide from IE Mac \*/ 
* html td.menu ul li { 
	height: 1%; 
} 

* html td.menu ul li a { 
	height: 1%; 
} /* End */ 

/* Make-up styles */ 
td.menu ul, li { 
	margin: 0; 
} 

/* Styles for Menu Items */ 
td.menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #2b2724; 
	background: #a69687; /* IE6 Bug */
	padding: 4px 4px 4px 15px; 
	margin-bottom: 1px;
} 

/* Styles for Menu Items */ 
td.menu ul li.selected a { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background: #cf3e21; /* IE6 Bug */
	padding: 4px 4px 4px 15px; 
	margin-bottom: 1px;
} 

/* Styles for Menu Items */ 
td.menu ul li.subSelected a { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background: #cf3e21; /* IE6 Bug */
	padding: 4px 4px 4px 50px; 
	margin-bottom: 1px;
} 

/* Styles for Menu Items */ 
td.menu ul li.sub a { 
	display: block; 
	text-decoration: none; 
	color: #4b3829; 
	padding: 4px 4px 4px 50px; 
	background: #d1c6c0; /* IE6 Bug */
	margin-bottom: 1px;
}

/* Styles for Menu Items */ 
td.menu ul li.parentSelected a { 
	display: block; 
	text-decoration: none; 
	color: #c3bb94; 
	background:#826d5c url("../images/arrow_open.gif") no-repeat 4px 11px; 
	margin-bottom: 1px;
} 

/* Styles for Menu Items */ 
td.menu ul li.parent a { 
	display: block; 
	text-decoration: none; 
	color: #2b2724; 
	background: #a69687 url("../images/arrow_closed.gif") no-repeat 6px 8px; 
	margin-bottom: 1px;
} 

/* Hover Styles */ 
td.menu ul a:hover, td.menu ul li.sub a:hover { 
	color: #FFF; 
	background: #ff6141;
	text-decoration: none;
} 

/* Hover Styles */ 
td.menu ul li.parent a:hover { 
	color: #FFF; 
	background: #ff6141 url("../images/arrow_closed.gif") no-repeat 6px 8px; ;
	text-decoration: none;
}

td.menu ul li.parentSelected a:hover { 
	color: #FFF; 
	background: #ff6141 url("../images/arrow_open.gif") no-repeat 4px 11px; ;
	text-decoration: none;
}

td.menu ul li.hide { 
	display: none; 
	visibility: hidden;
}