div.stepbar {
	font-family: Verdana, sans-serif;
	background-image: url(images/sbar_bg.gif);	
}
div.stepbar div.baritmblank {
	/*float: none;*/
}
div.stepbar a, div.stepbar a:link, div.stepbar a:visited  {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
div.stepbar a:hover
{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
div.stepbar div.baritm {
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
}
div.stepbar div.barcmd {
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	cursor: pointer;
}
div.stepbar div.barcmdhover 
{
	background-image: url(images/sbar_hover.gif);	
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	cursor: pointer;
}
div.stepbar div.baritmselected 
{
	background-image: url(images/sbar_selected.gif);	
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
}
div.stepbar div.baritm td {
	color: rgb(0,0,192);
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
div.stepbar div.baritmhover td {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
div.stepbar div.baritmselected td {
	color: rgb(0,0,192);
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

