﻿#MainMenuFoot {
    color: #a3a5a4;
    list-style: none;
    margin: 0px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
    /*font-weight:bold;
        text-shadow: 1px 1px 6px #010e19 ;*/
}
#MainMenuFoot a.topMenuLink {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}
#MainMenuFoot a.topMenuLink:hover  {
    color:white ;
    text-decoration: none;
}
#MainMenuFoot li.MenuItemFoot a.topMenuLink{
    border-bottom : 1px dotted  white;
}
.subMainMenuFoot a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}
.subMainMenuFoot {display:block ;list-style: none;width:190px;text-align:right ;
}
.subMainMenuFoot li {
}
.subMainMenuFoot li a{color:rgba(255,255,255,.5);
}
.subMainMenuFoot li:hover  a{color:white  ;
}
#MainMenuFoot  li.MenuItemFoot {

    float:right;
    min-width:180px;
    text-align:right   ;
    /*padding-bottom:5px;
    padding-top:5px;*/
}
#MainMenuFoot  li.MenuItemFoot:hover  {
        /*font-weight: bold;*/
}
#MainMenuFoot  li.MenuItemFoot:hover  a.topMenuLink {
/*color:white ;*/
}
#MainMenuFoot  li.MenuItemFoot:hover .subMainMenuFoot  {
display:block;
}

