/*body {
	font: normal 11px verdana;
	}
*/
ul {
	margin: 0;
	padding-left:5px;
	list-style: none;
	/*width: 150px; /* Width of Menu Items */
	width:100%;
	/*border-bottom: 1px solid #ccc;*/
	z-index:200;
}

ul li {
	position: relative;
	z-index:200;
}
	
li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:200;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	/*background: #fff; /* IE6 Bug */
	padding: 5px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	z-index:200;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { 
	/*color: #E2144A;*/
	color:#003366;
	background: #ffffff;
	z-index:200; 
} /* Hover Styles */
		
li ul li a { 
	padding: 2px 5px;
	z-index:200;
} /* Sub Menu Styles */
		
li:hover ul, li.over ul { 
	display: block; 
	background: #ffffff;
	z-index:200;
} /* The magic */

.ul_left {
	/*margin-left:31px;*/
	margin-left:30px;
	padding:0px;
	width:180px;
	z-index:200;
}
.panel_left {
	padding-bottom:5px;
	background-color:#dddddd;
	text-align:left; 
	width:180px;
	z-index:200;
}