/*****************************
*	HOME
*****************************/

#menu ul {
	margin-top: 5px;
}

#menu li,
#menu li a,
#menu #selected {
	width			: 240px;
	height			: 30px;
	display			: block;
}

#menu li a {
	margin: 0;
	padding: 0;
	background-repeat	: no-repeat;
	cursor: pointer;
}

#menu #selected {
	background-repeat	: no-repeat;
	cursor: default;
}

#home a  {
	background-image	: url(/images/titles/home.jpg);
}

#home a:hover {
	background-image	: url(/images/titles/home-over.jpg);
}

#home #selected {
	background-image	: url(/images/titles/home-down.jpg);
}

/*****************************
*	Abonnement
*****************************/
#abbo a  {
	background-image	: url(/images/titles/abonnement.jpg);
}
#abbo a:hover {
	background-image	: url(/images/titles/abonnement-over.jpg);
}

#abbo #selected {
	background-image	: url(/images/titles/abonnement-down.jpg);
}

/*****************************
*	Deze maand in IS
*****************************/

#month a  {
	background-image	: url(/images/titles/dezemaand.jpg);
}

#month a:hover {
	background-image	: url(/images/titles/dezemaand-over.jpg);
}

#month #selected   {
	background-image	: url(/images/titles/dezemaand-down.jpg);
}

/*****************************
*	Kort Nieuws
*****************************/

#shortnews a  {
	background-image	: url(/images/titles/kortnieuws.jpg);
}

#shortnews a:hover {
	background-image	: url(/images/titles/kortnieuws-over.jpg);
}

#shortnews #selected {
	background-image	: url(/images/titles/kortnieuws-down.jpg);
}

/*****************************
*	Agenda
*****************************/

#agenda a  {
	background-image	: url(/images/titles/agenda.jpg);
}

#agenda a:hover {
	background-image	: url(/images/titles/agenda-over.jpg);
}

#agenda #selected {
	background-image	: url(/images/titles/agenda-down.jpg);
}


/*****************************
*	Weblog
*****************************/

#weblog a {
	background-image	: url(/images/titles/weblog.jpg);
}

#weblog a:hover {
	background-image	: url(/images/titles/weblog-over.jpg);
}

#weblog #selected {
	background-image	: url(/images/titles/weblog-down.jpg);
}

/*****************************
*	Archief
*****************************/

#archief a  {
	background-image	: url(/images/titles/archief.jpg);
}

#archief a:hover {
	background-image	: url(/images/titles/archief-over.jpg);
}

#archief #selected {
	background-image  : url(/images/titles/archief-down.jpg);
}
