.item{
padding:0;
margin:0;
height:28px;
width:114px;
background:url(images/menu_button.gif);
text-align:center;
}

.item_link{
color:#ffffff;
text-decoration:none;
font-size:11px;
font-weight:bold;
font-family:tahoma,arial;
cursor:default;
}

.item_sel{
padding:0;
margin:0;
height:28px;
width:114px;
background:url(images/menu_button_s.gif);
text-align:center;
}

.item_sel_link{
color:#b10404;
text-decoration:none;
font-size:11px;
font-weight:bold;
font-family:tahoma,arial;
cursor:default;
}

.item_hover{
padding:0;
margin:0;
height:28px;
width:114px;
background:url(images/menu_button_s.gif);
text-align:center;
}

.item_hover .item_link{
color:#b10404;
text-decoration:none;
font-size:11px;
font-weight:bold;
font-family:tahoma,arial;
cursor:default;
}