﻿div#menuBottom
{ 
    text-align: center;
    font-size: 12px;
    font-family: tahoma;
    padding: 15px;
    height: 10px;
    vertical-align: middle;
    color: #666666;
 }


#menuBottom a
{ 
    font-size: 12px;
    font-family: verdana;
    color:#666666;
    cursor:pointer;
 }


#menuBottom a:hover
{ 
    color:#333333;
    cursor:pointer;
 }


#menuBottom .link
{
    width:110px;
    max-width:110px;
}

#menuBottom .separator
{
    width:10px;
    max-width:10px;
}