/* CSS Document */

#content {
  padding: 0px 0px;
  width: 185px;
  border: 0px solid black;
  float:right;
}

#content ul {
  float: left;
  display: block;
  width: 185px;
  margin: 0;
  padding: 0;
  list-style: none;

}

#content li {
  float: left;
  height: 40px;
  width: 185px;
  position: relative;
}

#content a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 0px 0 0px;
  display: block;
  width: 185px;
  height: 40px;
  position: relative;
  z-index: 2;
}

#content a img {
  border: 0;
  float: left;
  margin: 0 10px;
}

.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 93%;
  height: 40px;
  background-color: #A4ADB7;
}

a:hover img {
  margin-left: 5px;
}

a strong {
  display: block;
  font-size: 18px;
  color: #000;
}

.clear {
  clear: left;
}

.resText {
	position:absolute;
	padding: 13px 0px 0px 51px;
}
