@charset "utf-8";
/* CSS Document */

#langselect
{
	float: left;
	height: 21px;
	z-index: 20;
	position: relative;
}

#cs-lang
{
 background-image: url(../img/flags/en.gif);
 background-position: left 3px;
 background-repeat: no-repeat;
 height: 18px;
}

.cs_downarrow{
  background-image: url(../img/arrow-down.png);
  width: 10px;
  height: 5px;
  float: left;
  margin-top: 5px;
  margin-left: 2px;
  cursor: pointer
}

#langs-container{
  background-color: #E6CE95;
  padding-left: 5px;
  padding-right: 15px;
  position: absolute;
  left: 0px;
  z-index: 20;
}

.langDiv{
  background-position:left 2px;
  background-repeat:no-repeat;
  height: 19px;
  text-indent: 30px;
  width: 70px;
  cursor: pointer;
}
