/* CSS Document */

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding: 5px;
	color: #4A7275;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1px;
	margin-left: 1px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;

}

#menu ul li a:hover {
	background-color: #BDCA70;
	border: 0px solid #CCCCCC;
	border-bottom: none;
	border-top: none;
	color: #FFFFFF;
}
#menu ul {
	margin: 0px;
	padding: 20px 0px;
}
#menu-container {
	background-color: #FFFFFF;
	background-image: url(../images/indexBG-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

#menu {
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	direction: ltr;
	font-size: 12px;
	height:63px;
}
#langSelect {
	xwidth: 120;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	xfloat:right;
	text-align: right; 
	position:relative; 
	top:-15px; 
	right: -8px; 
	direction:ltr;
	xmargin:0px;
}

#langSelect.home {
	float: none;
	text-align:center;
	position: static;
}

#langSelect a {
	font-weight: bold;
	color: #BD4242;
	text-decoration: none;
}
#langSelect a:hover {
	color: #BD4242;
	text-decoration: overline;
}
