#homeFeatures{
margin: 12px;
color: #FFF;
width: 390px;
height: 32px;
background-image: url(images/homeFeatuerBG.jpg);
}

#homeFeatures a{
color: #000000;
text-decoration: none;
font-weight:bold;
display: block;
text-align: center;
text-transform: uppercase;
border-right: 2px solid #FFF1D7;
padding-top: 4px;
padding-bottom: 15px;
padding-left: 12px;
padding-right: 12px;
text-align: center;
}

#homeFeatures a.selected {
background-image: url(images/homeFeatuerOver.jpg);
background-position: center top;
background-repeat: no-repeat;
color: #FFFFFF;
}
