#navigation li:hover ul {
	display:block; 
	position:absolute; 
	top:34px;
	margin-top:1px;
	left:0; 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
#navigation li:hover ul li a {
	display:block; 
	background:#F6F6F6; 
	color:#000; 
	height:25px; 
	line-height:25px; 
	/*padding:5px 10px;*/ 
	width:125px;
	
}
#navigation li:hover ul li a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-image: url(/images_new/left_bg_1.gif);
}		
#navigation li:hover ul li .ahover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-image: url(/images_new/left_bg_1.gif);
}		