/* 
Title:     Fixes for IE7/win
Author:    dan@simplebits.com
Updated:   Nov 30 2006
*/

*:first-child+html #nav ul li {
	width: 19.8%;
	}

/* trigger hasLayout and target ie7/win only */

*:first-child+html .group {
	min-height: 1px;
	}


/* links */

a:link, a:visited {
	color: #ccc;
	text-decoration: none;
	}
a:hover {
	color: #30ccc6575;
	}

/* other */

#header {
	padding-top:60px;
	}

#extra { background: url(../gfx/extra.gif); }
#extra dl { float:left; width:24%; margin:0; }
