/**********************************************

http://www.rikcoolsaet.be



author: A RedSteps Design - http://redsteps.awardspace.com/

date: 01/2007

**********************************************/



@import url("master.css");





/* Articles button + rollover */

.articles a{

	position:absolute;

	left:24px;

	top:45px;

	width:65px;

	height:27px;

	background:url(../images/articles.gif) 0 0 no-repeat;

	display:block;

	border:none;

}



.articles a:hover{

	background-position: -65px 0;

}



/* Books button + rollover */

.books a{

	position:absolute;

	left:89px;

	top:45px;

	width:64px;

	height:27px;

	background:url(../images/books.gif) 0 0 no-repeat;

	display:block;

	border:none;

}



.books a:hover{

	background-position: -64px 0;

}



/* About button + rollover */

.about a{

	position:absolute;

	left:153px;

	top:45px;

	width:58px;

	height:27px;

	background:url(../images/about.gif) 0 0 no-repeat;

	display:block;

	border:none;

}



.about a:hover{

	background-position: -58px 0;

}



/* Links button + rollover

.links a{

	position:absolute;

	left:211px;

	top:45px;

	width:53px;

	height:27px;

	background:url(../images/links.gif) 0 0 no-repeat;

	display:block;

	border:none;

}



.links a:hover{

	background-position: -53px 0;

}
 */


/* Search button + rollover */

.search a{

	position:absolute;

	left:211px;

	top:45px;

	width:67px;

	height:27px;

	background:url(../images/search.gif) 0 0 no-repeat;

	display:block;

	border:none;

}



.search a:hover{

	background-position: -67px 0;

}





/* menu layout */



div.head {

	position:absolute;

	left:242px;

	top:0px;

	width:518px;

	height:45px;

	background:url(../images/head.gif) 0 0 no-repeat;

	display:block;

}



div.head2 {

	position:absolute;

	left:0px;

	top:45px;

	width:24px;

	height:27px;

	background:url(../images/head2.gif) 0 0 no-repeat;

	display:block;

}



div.head3 {

	position:absolute;

	left:279px;

	top:45px;

	width:486px;

	height:27px;

	background:url(../images/head3NL.gif) 0 0 no-repeat;

	display:block;

}


