#menu3 {
	background: #f0f0f0;
	float: lleft;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
        target="_blank"
}



#menu3 li {
	font: 85% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: left;
        margin: 0;
	padding: 0;
       
}

#menu3 a {
	background: #f0f0f0; 
	border-bottom: 3px solid #fafafa; 
	color: #000000;
	display: block;
	margin: 0;
	padding: 10px 12px;
 	text-decoration: none;
        
}
#menu3 a:hover {
	background: #5e5e5e;
	color: #fff68f;
	padding-bottom: 10px;
       
}
