div#header {
	width: 960px;
	height: 71px;
	margin: 0px auto;
	*padding-bottom:10px;
}

#header #logo {
	float: left;
}

#header #logo img {
	border: 0px none;
}

#header #topnav {
	float: right;
}

#header #topnav #utility {
	padding: 23px 0 0px 0;
	height: 20px;
	position: relative;
	margin:34px 0 0 0;
}

#header #topnav ul {
	display: block;
	height: 20px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}

#header #topnav li {
	height: 20px;
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
	list-style: none;
}

#header #topnav li img {
	border: 0;
	position: relative;
	top: 0;
	float: right;
	*float: none;
	
}
.img1 {
	*float: right ! important;
}

#header #topnav li a img:hover,#header #topnav li a :hover,
#header #topnav li a img.hover {
	top: -20px;
}


#header #topnav ul#language-dropdown {
	display: block;
	height: 0px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 45px;
	*top: 44px;
	left:55px;
	*left:666px;
	background-color: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index:2000;
}

#header #topnav ul#language-dropdown li {
	height: 25px;
	overflow: hidden;
	float: none;
	display: block;
	list-style: none;
	margin: -1;
}

#language-hover:hover {
	top:0 !important;
}

#language-hover {
	padding-right:5px;
}

#language-dropdown  a{
	font-family: arial !important;
	font-size:11px;
	font-weight: bold;
	color: #8BA3B0;
}
#header #topnav #utility ul li a :hover{
	color: #8BA3B0;
}
.stylish{
	font-family: arial !important;
	font-size:11px;
	font-weight: bold;
	color: #8BA3B0;
}
.country-selector {
	font-family: arial !important;
	font-size:11px;
	font-weight: bold;
	color: #8BA3B0;
	float:left;
	padding-top: 3px;
	padding-left: 5px;
}




#language-dropdown li{
border-bottom:1px solid #cccccc;
}

