#LanguageMenu
{   
    clear:both;
    list-style-type: none;       
    margin: 0 0 0 420px;
    padding:0;
    width: auto;
    text-align: center;
  
}

#SAMenu1
{
    clear:both;
    list-style-type:none;       
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding:0;
    width: auto;
    text-align: left;
}

#SAMenu1 ul
{
    list-style-type:none;    
    margin:0;   
     width: auto;
}

#SAMenu1 li
{   
    clear:both;    
    margin: 20px 0 0 0;
    padding: 0 0 0 28px;
    float: left;  
    height: auto;
    background: url(../img/menu/bullet.jpg) 0 5px no-repeat;
   
}


#SAMenu1 a
{
    color:  #000000;
    text-decoration: none;
    height: auto;   
    font-weight:normal;
    float: left;
    font-size: 28px;
    
}

#SAMenu1 a:Hover, #SAMenu1 a.AtWay, #SAMenu1 a.Selected
{
    color:  #000000;
    height: auto;
    text-decoration: none;
    float: left;
}