@charset "UTF-8";

 #smartheader {
	 width: 100%;
	 height: 80px;
 }
 #smartheader #logo {
	width: 129px;
	height: 36px;
	background-image: url(../images/LogoButton.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 40px;
}
#smartheader #menuicon {
	width: 38px;
	height: 36px;
	background-image: url(../images/MenuIcon.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 40px;
}