﻿#Feature > ul > li
{
    background-image: url('/CSSTemplate/CSS_001/fun001.png');
    background-repeat: repeat;
    text-align: center;
    min-width: 100px;
    height: 30px;
    margin: 1px 2px;
}
#Feature li
{
    height: 30px;
}
#Feature li li
{
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#Feature > ul > li > a > .MenuSpan
{
    text-align: center;
}
