@charset "utf-8";
.share {
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.shareThis {
	width: 200px;
	margin: -2px;
	padding: -2px;
	float: left;
	clear: both;
	position: absolute;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	color: #013F78;
	font-weight: bold;
}

#menubar a.activate {
	padding: 5px 16px 5px 10px;
}

#menubar li {
	float: left;
	width: 9em;
}


#menubar li ul, #menubar ul li  {
	width: 200px;
}

#menubar ul li a  {
	color: #565656;
	border-right: 0;
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 22px;
}

#menubar li ul {
	position: relative;
	display: none;
	background-color: #FEC54D;
	border: 2px solid #FFEFCF;
	padding-left: 12px;
}

#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #000000;
}

#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}

#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #000000;
	background-color: transparent;
}


#menubar ul a:hover {
	color: #333333!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menubar li {width: auto;}

#container #divCenter .share #menubar .shareThis #digg {
	background-image: url(http://www.flyingpig.nl/images/share/digg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #divCenter .share #menubar .shareThis #facebook {
	background-image: url(http://www.flyingpig.nl/images/share/facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #divCenter .share #menubar .shareThis #stumble {
	background-image: url(http://www.flyingpig.nl/images/share/stumble.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #divCenter .share #menubar .shareThis #technorati {
	background-image: url(http://www.flyingpig.nl/images/share/technocratie.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #divCenter .share #menubar .shareThis #delicious {
	background-image: url(http://www.flyingpig.nl/images/share/delicious.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


