.menu a{
	display: block;
background: url(../images/menu/btn_yesil.gif) repeat; /*background of menu items (default state)*/
color: white;
padding: 6px 8px; /*menu boyutu*/
border-right: 1px solid #2d2b2b;
color: #2d2b2b;
text-decoration: none;
font: bold 11px Verdana;
	}
	
.menu a:hover{
background: url(../images/menu/btn_black_t.gif) repeat; /*background of menu items during onmouseover (hover state)*/
color: white;
font: bold 11px Verdana;
}

	
