/*-------------------------------------*/
/*  IE7 and lower CSS fixes 
/*  Coded by Aziz Natour (azizgfx@gmail.com)
/*  © 2010. All rights reserved.
/*-------------------------------------*/

.subnav {
	height:55px;
}

	.subnav ul li {
		display:block !important;
		float:left;
	}

		.subnav a {
			height:30px;
			padding:0 21px;
			margin:2px;
			line-height:2.7;
		}

