/* NAVIGATION ELEMENTS */

.navigation {
	padding:0 0 0 0px;
	margin:0 0 0 0;
	list-style:none;
	height:40px;
	background:#020202 url(../img_ie6/nav_background.gif);
}
.navigation li {
	float:left;
}
.navigation li a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	padding:0 0 0 10px;
	cursor:pointer;
	font-size:11px;
}
.navigation li a b {
	float:left;
	display:block;
	padding:0 16px 0 36px;
}

/* ICON ELEMENTS */

.registration a {
	width:130px;
	background-image: url(../img_ie6/registration.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.registration a:hover {
	width:130px;
	color:#FFFFFF;
	background-image: url(../img_ie6/registration_h.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.help a {
	width:130px;
	background-image: url(../img_ie6/help.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.help a:hover {
	color:#FFFFFF;
	width:130px;
	background-image: url(../img_ie6/help_h.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.rules a {
	width:130px;
	background-image: url(../img_ie6/rules.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.rules a:hover {
	color:#FFFFFF;
	width:130px;
	background-image: url(../img_ie6/rules_h.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.users a {
	width:130px;
	background-image: url(../img_ie6/users.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.users a:hover {
	color:#FFFFFF;
	width:130px;
	background-image: url(../img_ie6/users_h.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.shower a {
	width:130px;
	background-image: url(../img_ie6/shower.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.shower a:hover {
	color:#FFFFFF;
	width:130px;
	background-image: url(../img_ie6/shower_h.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.radio a {
	padding-left:30px;
	width:130px;
	background-image: url(../img_ie6/radio.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.radio a:hover {
	color:#FFFFFF;
	width:130px;
	background-image: url(../img_ie6/radio_h.png);
	background-repeat: no-repeat;
	background-position: center left;
}