#menutable DIV {
	position:relative;
	margin:0;
	padding:0;
}
#menutable UL {
	position: absolute;
	top: 1.0Em;
	left: 0px;
	display: none;
	list-style: none;
	margin:0;
	padding:0;
	margin-top:8px;
	width:250px;
	text-align:left;
	border-bottom:2px solid #b5b5b5;
}
#menutable UL LI {
	margin:0;
	padding:0;
}

/* Styles for Menu Items */
#menutable LI A:link, #menutable LI A:visited, #menutable TD.over LI A:link, #menutable TD.over LI A:visited {
	display: block;
	text-decoration: none;
	color: #424242;
	background: #E7E7E7 url(/img/menu_li.gif) no-repeat scroll 2px 8px; /* IE6 Bug */
	margin:0;
	padding: 5px;
	padding-left:15px;
	font-weight:normal;
}

/* Fix IE. Hide from IE Mac \*/
* html #menutable li { float: left; height: 1%; }
* html #menutable li a { height: 1%; }
/* End */

#menutable UL LI A:hover, #menutable TD.over UL LI A:hover,
#menutable UL LI.over A:link, #menutable UL LI.over A:visited,  #menutable TD.over UL LI.over A:link, #menutable TD.over UL LI.over A:visited {
	color: black;
	background:#f9f9f9 url(/img/menu_li.gif) no-repeat scroll 2px 8px;
	text-decoration:underline;
} /* Hover Styles */
		
#menutable ul li a { display: block; } /* Sub Menu Styles */
		
#menutable TD:hover DIV ul, #menutable TD.over DIV ul { display: block; } /* The magic */

