.top-bar-region
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	/*float: right;*/
	padding-bottom: 0px;
	color: #ffffff;
	line-height: 13px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
}

/*img, object {
	vertical-align:bottom;
	border:0;
}*/

.flags
{
	text-align: right;
}
.flags ul
{
	padding: 0;
	list-style-type: none;
	margin: 0px auto;
	width: 160px;
}

.flags ul li#other ul
{
	visibility: hidden;
	width: 160px;
	position: absolute;
	background-color: White;
	border: solid 1px #009a63;
	right: 0px;
}

.flags ul li#other:hover
{
	background-color: #009a63;
}

.flags ul li#other:hover ul
{
	visibility: visible;
}

.flags ul li#other ul li
{
	list-style-type: none;
	width: 100%;
	text-align: left;
	padding: 5px 0px 5px 0px;
}
.flags ul li#other ul li a
{
	color: #000;
}
.flags ul ul li:hover
{
	background-color: #009a63;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.flags li
{
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 300;
}
.flags ul li#other
{
	float: right;
	font-size: 12px;
	color: #000000;
	width: 149px;
	text-align: left;
	padding: 3px 13px 3px 0;
	line-height: 13px;
}

.flags ul li#flag
{
	float: right;
	font-size: 10px;
	color: #685c53;
	width: 20px;
	text-align: right;
	margin-right: 10px;
	padding: 4px 0 3px 0;
	line-height: 13px;
}

/* style the links for the top level */
.flags a
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
	padding-right: 0px;
}

