#root #main #menu .add_underline .add_underline .arrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}
.menu{
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	
}
	A:link    { color: rgb(100, 100, 153); text-decoration: none; }    /* lacza nieodwiedzone */
    A:visited { color: rgb(100, 100, 153); text-decoration: none; }  /* lacza odwiedzone    */
    A:active  { color: rgb(255, 0, 102); text-decoration: none; }  /* kolor lacza podczas
    							klikniecia */
    
    A:hover   { color: rgb(0, 0, 0); text-decoration: underline; }  
    		/* kolor lacza wskazanego myszka */

