<!--
html {
	}
		/* NAVIGATION ROLL OVERS	*/

#toolbardiv
{
	position: absolute; 
	top: 2px; 
	right: 14px; 
	height: 40px; 
	background-image: url(../gifs/bckgrnd_toolbar2.gif); 
	background-repeat: repeat-x;
}

#toolbar  {		
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: inline;
}
#toolbar li {
		float: left;
		margin:  0px;
		padding: 4px 8px 0px 8px;
		border: 0px;
		height:29px;
		display: inline;
		list-style-type: none;
}
#toolbar a {
		float: left;
		margin:  0px;
		padding: 0px;
		border: 0px;
		height:29px;
  		list-style: none;
		display: inline;
}	
#toolbar a:hover {
		background-position: 0 -29px;
}

#toolbar a.selected {
		background-position: 0 -29px;
}

#share a {
		background: url(../gifs/nav_share.gif);
		width: 30px; 	
}
#blog a {
		background: url(../gifs/nav_blog.gif);
		width: 31px;
}
#rss a {
		background: url(../gifs/nav_rss.gif);
		width: 24px;
}
#email a {
		background: url(../gifs/nav_email.gif);
		width: 34px;
}
#im a {
		background: url(../gifs/nav_im.gif);
		width: 23px;
}
#comment a {
		background: url(../gifs/nav_comment.gif);
		width: 41px;
}
#rate a {
		background: url(../gifs/nav_rate.gif);
		width: 26px;
}
#print a {
		background: url(../gifs/nav_print.gif);
		width: 28px;
}
#download a {
		background: url(../gifs/nav_download.gif);
		width: 46px;
}
