@charset "utf-8";
/* CSS Document */

#indentmenulanuage{
font: bold 12px "Trebuchet MS";
font-weight:bold;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

#indentmenulanuage ul{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%; /*width of menu*/
	height:37px;
	/*border: 1px solid #910100; /*dark purple border*/
	border-width: 1px 0;
	background: url(../images/languagemenu.jpg) center center repeat-x;
}

#indentmenulanuage ul li{
	display: inline;
}

#indentmenulanuage ul li a{
	float: right;
	color: #736f64; /*text color*/
	/*color: white; /*text color*/
	text-align:center;
	text-decoration: none;
	/*border-left: 1px solid #FFFFFF; /*dark purple divider between menu items*/
	height:37px;
	line-height:37px;
	width:60px; /*important (width/number of links)*/
	background: url(../images/languagemenuitems.jpg);
}

#indentmenulanuage ul li a:visited{
	color: #736f64;
}

#indentmenulanuage ul li a:hover{
	color: #FFFFFF !important; /*text color of selected and active item*/
	/* background: url(../images/menu_back2.jpg) center center repeat-x; */
}

#indentmenu ul li a #current{
	color: #9C8E6D !important; /*text color of selected and active item*/
	/* background: url(../images/menu_back.jpg) center center repeat-x; */
}
