.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
background: #880909; /*menu strip background*/
padding: 1px 0;
}


.aerobuttonmenu a.aero{ /*aero button CSS*/
background: url(../images/knopka.gif) no-repeat top left;
display: block;
float: left;
font-weight: bold;
font-size:14px;/* Change 13px as desired */
font-family:Verdana, Trebuchet MS;
line-height: 22px; /* This value + 8px should equal height of button background (default is 31px) */
height: 33px; /* Height of button background height */
padding-left:30px; /* Width of left menu image */
text-decoration: none;
margin-left: 5px; /*spacing between buttons*/

}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #110196; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: url(../images/knopka.gif) no-repeat top right;
display: block;
padding: 4px 45px 6px 10px; /*Set 10px here to match value of 'padding-left' value above*/
}



.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #FFF;
}
