	<style type="text/css">
	/* clearfix makes divs expand to their full potential */
	.clearfix:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}
	.clearfix {
	    display: inline-block;
	}
	html[xmlns] .clearfix {
	    display: block;
	}
	* html .clearfix {
	    height: 1%;
	}	
	<!--[if IE]>
	 body {word-wrap: break-word;}
	<![endif]-->
	.dummy-style{
	}
	.nav img {
		border:none;
	}
	.nav{
		list-style-type:none;
		padding:0px;
		margin:0px;
		display:block;
	}
	.nav ul{
		display:none;
		width:auto;
		margin:0;
	}
	.nav li{
		position:relative;
		margin:0;
		padding-left:0px;
		padding-right:0px;
		width:auto;
	}
	.nav .hide-menu{
		display:none;
	}	
	
	</style>
