/*

  COMMON

*/


a#celloWebsites {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 215px;
  height: 20px;
  cursor: pointer;
}

div#celloWebsitesList {
  display: none;
  z-index: 2;
  position: absolute;
  left: 10px;
  _left: 20px; /* IE6 */
  top: 29px;
  width: 242px;
/*  border-top: 10px solid #0A54A2;
  border-bottom: 4px solid #FF9522; */
}

div#celloWebsitesList a {
  display: block;
  color: white;
/*  padding: 0px 10px 5px 5px; */
  background-color:#a9aab0;
/*  border-bottom: 1px solid #6EA6E0; */
}
