/* CSS Document */

#menuLeft a{
	color:#FFFFFF;
	width:130px;
	height:20px;
	line-height:20px;
	padding-right:20px;
	overflow:hidden;
	display:block;
	text-align:right;
	background:no-repeat;
	background-image:url(pictures/bckgrnd_btn.gif);
	background-position:0px 60px;
	text-decoration:none;
}
#menuLeft a:hover {
	background-position:0px 0px;
	color: #29499C;
}
#menuLeft a.activeItem {
	background-position:0px -20px;
	font-weight: bold;
	color: #29499C;
}

#lng {
	font-size:0.9em;
}
#lng li{
	width:20px;
	height:25px;
	float:right;
	margin-right:10px;
	}
#lng a{
	display:block;
	padding-top:5px;
	height:20px;
	line-height:20px;
	font-size:10px;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	background:no-repeat;
	background-image:url(pictures/bckgrnd_lng_btn.gif);
	background-position:0px -60px;
}
#lng a:hover{
	color: #29499C;
	background-position:0px 0px;
}
#lng a.activeItem{
	color: #29499C;
	font-weight:bold;
	background-position:0px -25px;
}


.backToMap {
	clear:both;
	display:block;
	width:200px;
	height:33px;
	background: url(pictures/btn_back_map.gif) no-repeat;
	padding-left: 60px;
	padding-top: 7px;
	background-position:0px 0px;
}
.backToMap:hover {
	background-position:0px -40px;
	color: #F55A00;
}
