.menu
{
    /*background: url(../Images/menu_bg.gif) repeat-x;*/
    height: 36px;
    font-family: Verdana,"Trebuchet MS",Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    float: right;
}

.menu ul
{
    margin: 0;
    padding: 0;
}
.menu li
{
    float: left;
    list-style: none;
}
.menu a
{
    color: #383838;
    text-decoration: none;
    float: left;
    display: block;
    padding: 11px 15px 10px 15px;
    /*background: url(../Images/menu_sep.gif) no-repeat right;*/
    background: url(../Images/menu_sep.gif) no-repeat left;
}
.menu a:hover
{
    /*background: #666666;
    color: #FFF;*/
    color:Gray;   
}
.menu .left
{
    background: url(../Images/menu-left.gif) no-repeat left;
}
.menu .left a:hover
{
    background: #666666 url(../Images/menu-left-o.gif) no-repeat left;
}
.menu .right
{
    background: url(../Images/menu-right.gif) no-repeat right;
}
.menu .right:hover
{
   background: #666666;
   background: #666666 url(../Images/menu-right-o.gif) no-repeat right;
}
.menu .right a
{
    background: none;
}
.menu .right a:hover
{
    background: #666666;
    background: #666666 url(../Images/menu-right-o.gif) no-repeat right;
}
.KLDButton
{
    background: url(../Images/menu_bg.gif) repeat-x;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: auto;
}
.KLDButton ul
{
    margin: 0;
    padding: 0;
}
.KLDButton li
{
    float: left;
    list-style: none;
}
.KLDButton a
{
    color: #383838;
    text-decoration: none;
    display: block;
    padding: 6px 5px 6px 5px;
    background: url(../Images/menu_sep.gif) no-repeat right;
}
.KLDButton a:hover
{
    background: #666666;
    color: #FFF;
}
.KLDButton .left
{
    background: url(../Images/menu-left.gif) no-repeat left;
}
.KLDButton .left a:hover
{
    background: #666666 url(../Images/menu-left-o.gif) no-repeat left;
}
.KLDButton .right
{
    background: url(../Images/menu-right.gif) no-repeat right;
}
.KLDButton .right a
{
    background: none;
}
.KLDButton .right a:hover
{
    background: #666666 url(../Images/menu-right-o.gif) no-repeat right;
}
