.menu_standardowe 
{
	font: 12px Tahoma, sans-serif;
}

ul.menu_standardowe a {
    color: white;
    text-decoration: none;
		text-align:left;
    display: block;
    width: 100%;
}

ul.menu_standardowe {
    list-style: none;
    padding: 0px;
		padding-bottom:0px;
    margin: 0;
    width: 176px;
		line-height: 15px;

}

ul.menu_standardowe li {
    padding: 4px 0px 3px 5px;
		border-left:1px;
		border-bottom:1px dotted #DFF1B1;	
		border-right:0px dotted #DFF1B1;
		margin-bottom:4px;									
}


ul.menu_standardowe li:hover {
    background: #B4F16F;

		    
}



ul.menu_standardowe a:hover {
		text-decoration: none;
			color:#002d16;
 }
