/*
BICC bar (biccpeer.be)
Door Pixelpanic.be (versie 16-05-2010)
*/

#biccbar {
	color: #999;
	background: #000;
	font: 14px Arial, sans-serif;
}
#biccbar .container {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	width: 760px;
	background: url(../img/biccbarshort.png) no-repeat;
}
#biccbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	background: none;
}
#biccbar li {
	list-style: none;
	background: none;
	display: inline;
	line-height: normal;
	padding: 0;
}
#biccbar a {
	color: #999;
	text-decoration: none;
}
#biccbar a.selected {
	color: #fff;
}
#biccbar a:hover, #biccbar a:active {
	color: #fff;
}