/*==================================================================
Club One Inc. Coporate (http://www.clubone.com/)

ie.css - IE Only CSS (All versions of IE, see below for IE6/IE7 sections)

	Authors:
		Christopher Berry <chris@odopod.com>

	Last Updated:
		06/30/09
	
==================================================================*/

/* All version of IE */

#header ul li ul {

	top:				-4px;

}

/* IE6 Only */
* html #promo {
	height:				470px;
}
* html #services ul li.active div {
	height:				77px;
}
* html #header #peer_nav ul {
	width:				193px;
}
* html #header #peer_nav ul li a {
	width:				165px;
}
* html #content #service_header {
	height:				156px;
}
* html #header #peer_nav h1 a {
	background:			none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/assets/images/logo_club_one.png', sizingMethod='crop');
}

/* fixes height bug on community center h2 padding */

.community_centers #peer_nav {
  *padding-top: 25px;
}

/* fixes height bug on corporate h2 padding */

.corporate #peer_nav {
  *padding-top: 25px;
}

