.switcher {
  float:right;
  width:120px; 
  height:20px; 
  margin:10px 10px 0 0;
  padding:0 5px; 
  cursor:pointer; 
}

.ulSwitcher {
  position:relative;
  left:-45px;
  top:0px;
  width:120px;
  list-style-type:none;
  z-index:11000;
}

.ulSwitcher li {
  display:block;
}

.ulSwitcher li {
  padding:5px;
}

.ulSwitcher a {
  text-decoration:none;
}

.arrowSwitch {
  float:right;
  width:20px;
  height:20px;
  cursor:pointer;
  background:url('../design/arrow_switch_down.png') 0 0 no-repeat;
}

.flag {
  float:left; 
  width:15px; 
  margin:4px 10px 0 0; 
}