/* 
Template: breadcrumb.css (based on suckerfish dropdown menu's
Versie  : 1.0
Auteur  : Wilfred Smit
*/

div#breadcrumb { /* */
clear:both;
float:left;
width:100%;
padding:0px;
margin:5px 0px 35px 0px;
text-align:left;
color:#999;
text-align:center; /* t.b.v. IE 5.x */
}

div#breadcrumbContainer { /* */
margin:0 auto;
width:800px;
text-align:left; /* t.b.v. IE 5.x */
}

div#sitemap {
float:left;
width:25px;
}

div#crumbs {
float:left;
width:600px;
}

div#crumbs a {
color:#999;
text-decoration:none;
}

div#crumbs a:hover {
color:#999;
border-bottom:1px dashed #aaa;
}

div#rightnow {
float:left;
width:170px;
text-align:right;
}