/* @override http://localhost/~akrapacs/jamesincometax/css/productBar.css */

#div_productBar {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 20px;
	border-bottom: 1px solid black;
}

.productMenuItem {
	float: left;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10pt;
}

#div_productBar a:link, 
#div_productBar a:visited {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

#div_productBar a:hover {
	color: #082d8b;
	cursor: pointer;
}

#div_productBar .currentProduct a:link,
#div_productBar .currentProduct a:visited,
#div_productBar .currentProduct a:hover {
	text-decoration: none;
	color: #000000;
	cursor: default;
}
