/* CSS Document */

a.item,
a.itemselected {
	display: block;
	position: relative;
	width: 200px;
	height: 23px;
	color: #FFFFFF;
	cursor: pointer;
}

a.item .yellow,
a.itemselected .yellow {
	display: block;
	position: relative;
	width: 7px;
	height: 23px;
	margin: 0px 0px 0px 5px;
	float: right;
}

a.item .tekst,
a.item:hover .tekst,
a.itemselected .tekst {
	display: block;
	position: relative;
	margin: 2px 0px 0px 0px;
	float: right;
	text-align: right;
}


/***** HOVER *****/

a.item:hover .tekst {color: #FFC208;}

a.itemselected {background: #0D432C;}
a.itemselected .yellow {background: #FFC208;}
a.itemselected .tekst {color: #FFC208;}



/***** SOCIAL MEDIA *****/

A.item.facebook {
  margin-top: 20px;
}
.facebook-image {
  background-image: url(../images/icon-facebook.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  float: right;
  height: 23px;
  margin-left: 8px;
  width: 23px;
}
