#taskbar
{
	width: 90%;
	margin: 0px auto 15px auto;
	padding: 3px;
	height: 25px;
	font-style: oblique;
	font-variant: small-caps;
	background: #DCE4F3;
	border: ridge 4px blue;
}

#taskbar table td.tb_category
{
	padding-right: 5px;
	width: 150px;
}

#taskbar .label:hover
{
	cursor: pointer;
}

#taskbar .label:hover
{
	font-weight: bold;
}

.task_bar_item td
{
	padding: 0px 30px 0px 5px;
	cursor: pointer;
}

.task_bar_item:hover td
{
	text-decoration: underline;
}

div.taskbar_itema
{
	display: none;
	position: absolute;
	z-index: 1;
	margin-top: 6px;
	margin-left: -25px;
	background: #DCE4F3;
	border: ridge 4px blue;
	border-top: none;
}