

#idSharedVue #idSVNavLang {
  vertical-align: middle !important;
}

#idSharedVue #idSVLangSelect {
  float: right;
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  width: auto;
}
#idSharedVue #idSVLangSelect #idSVLangSelectCurrent {
  text-align: right;
  color: #666666;
  padding: 0px 10px 1px 18px;
  font-size: 10px;
  background-image: url(http://vmware.sharedvue.net/sharedvue/images/nav-lang-down.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
#idSharedVue #idSVLangSelect.clsSVLangSelectSingle #idSVLangSelectCurrent {
  background-image: url() !important;
}
#idSharedVue #idSVLangSelect #idSVLangSelectCurrent EM {
  color: #999999;
  font-style: normal;
}
#idSharedVue #idSVLangSelectPopup {
  width: 120px;
  display: none;
  background-color: #444444;
  position: absolute !important;
  z-index: 999 !important;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 0px -50px;
}
#idSharedVue #idSVLangSelectPopup UL {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#idSharedVue #idSVLangSelectPopup UL LI {
  list-style: none;
  background-image: url();
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#idSharedVue #idSVLangSelectPopup UL LI A {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
  display: block;
  padding: 5px 5px 5px 8px !important;
}
#idSharedVue #idSVLangSelectPopup UL LI A EM {
  color: #999999;
  font-style: normal;
}
#idSharedVue #idSVLangSelectPopup UL LI A:hover {
  color: #CCCCCC;
  background-color: #333333;
  text-decoration: none;
}