#top_header {
	float: left;
	width: 570px;
	padding-right:194px;
	height:45px; background-image:url(images/number.png); background-position:right; background-repeat:no-repeat;
}

/*---------------------menu- hori--------------------*/
.topmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.topmenu li {
	padding: 0;
	margin: 0 0 0 0;
	height: 42px;
	margin-right:3pt;
	list-style: none;
	background-repeat: no-repeat;
}
.topmenu li a, .topmenu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 42px;
	background-repeat: no-repeat;
}
.mobile {
	background-image:url(images/mobile-hover.png);
	width: 18px;
}
.mobile a {
	background-image:url(images/mobile.png)
}
.email {
	background-image:url(images/@-hover.png);
	width: 18px;
}
.email a {
	background-image:url(images/@.png)
}
.contactus {
	background-image:url(images/writ-to-us-hover.png);
	width: 18px;
}
.contactus a {
	background-image:url(images/writ-to-us.png)
}
ul.topmenu li a:hover {
	background: none;
}
.topmenu li {
	float: right;
}
.topmenu:after {
	content: ".";
	height: 0;
	clear:both;
	visibility: hidden;
}
/*-----------------------------------------------*/
.topmenuleft{
	float:left;
	margin-top:25px;
	margin-bottom:5px;
}
.topmenuleft a, .topmenuleft a:visited {
	text-decoration: none;

}
.topmenuleft img{
	padding: 1px;
	border: 1px solid #666666;
	vertical-align:middle;
}
/*menu-------------------------------------*/