/* CSS Document */

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

#menu ul li a:hover,  #menu td a:hover div{
	background-color: #BDCA70;
	border: 0px solid #CCCCCC;
	border-bottom: none;
	border-top: none;
	color: #FFFFFF;
}

#menu table{
	position:relative;
	top: 12px;
}

#menu td a{
	text-decoration:none;
}

#menu td a:hover{
	background-color: #BDCA70;
}

#menu td{
	padding: 0px 1px;
	xmargin-top: 10px;
}

#menu td a:hover {
	xpadding 1px 10px;
}
	
#menu a div{
	xpadding: 5px 10px;
}

#menu-container {
	background-color: #FFFFFF;
	background-image: url(images/indexBG-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	direction: rtl;
}
#menu {
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	xmargin-top: 12px;	
	font-size: 12px;
	height:63px;
}
#langSelect1 {
	float: left;
	left: -5px;
	top: -10px;
	position: relative;
	width: 90px;
	font-size: 12px;
	color: #666666;
	direction: ltr;
	xdisplay: none;
}

#langSelect {
	left: -9px;
	top: -15px;
	position: relative;
	font-size: 12px;
	color: #666666;
	direction: ltr;
	text-align:left;
}

#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;
}
