#language  ul {
	clear: left;
	list-style: none;
}
.languagecontainer {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 33px;
	float: right;
}

#language  li {
	display: inline;
}
#language  a {
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	width: 100px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #ffffff;
	text-align: center;
	margin-top: 14px;
	background-color: #2F2F77;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
}
#language  a:hover {
	background: #5579c8;
	text-decoration: none;

	

#language  .productsList a {
	background: #000000;
	height: 50px;
}
#navContainer .productsList a:hover {
	background: #666666;
}
