* {
	margin: 0;
	padding: 0;
	outline: none;
}

a img {
	border: none;
}

#dock {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 94%;
	margin: 0 3%;
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	z-index: 9999;
}

*html #dock { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #dock--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#dock ul,
#dock ul li,
#dock ul li a {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	font: 10px normal Tahoma, Helvetica, sans-serif;
}

#dock ul {
	width: 100%;
	list-style: none;
	border-top: 1px solid white;
}

#dock ul li {
	position: relative;
	border-right: 1px solid #bbb;
}

#dock ul li.borderless {
	border: none;
}

#dock ul li a {
	padding: 5px;
	padding-left: 25px;
	text-decoration: none;
	color: #333;
	position: relative;
}

#autoforums,
#sportforums,
#studentforums,
#gepime,
#fortegames,
#hardwarebg,
#usermedia {
	background-position: 5px center;
	background-repeat: no-repeat;
}

#autoforums {
	background-image: url('http://www.usermedia.net/images/dock/favicon_autoforums.png');
}

#sportforums {
	background-image: url('http://www.usermedia.net/images/dock/favicon_sportforums.png');
}

#studentforums {
	background-image: url('http://www.usermedia.net/images/dock/favicon_studentforums.png');
}

#gepime {
	background-image: url('http://www.usermedia.net/images/dock/favicon_gepime.png');
}

#fortegames {
	background-image: url('http://www.usermedia.net/images/dock/favicon_fortegames.png');
}

#hardwarebg {
	background-image: url('http://www.usermedia.net/images/dock/favicon_hardwarebg.png');
}

#usermedia {
	background-image: url('http://www.usermedia.net/images/dock/favicon_usermedia.png');
}

#autoforums:hover,
#sportforums:hover,
#studentforums:hover,
#fortegames:hover,
#gepime:hover,
#hardwarebg:hover,
#usermedia:hover {
	background-color: white;
}
