.tbToolbar {
	border-top: 2px solid Red;
	border-bottom: 2px solid Red;
	background-color: white;
	width:auto%;
	height:25px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	margin: 0px;
	color: Red;
	position:relative;
	font-weight : bold;
	font : bold;
}
.tbSubMenu {
	border:1px solid black;
	background-color: white;
	color: Red;
	padding:2px;
	display: none;
	cursor: hand;
	position:Absolute;
}
.tbItem {
	padding-left:2px;
	padding-right:2px;
	margin:2px;
	text-decoration: none;
	border:1px solid white;
	font-weight : bold;	
	color: Red;
}
.tbItemSelected {
	padding-left:2px;
	padding-right:2px;
	margin:2px;
	text-decoration: none;
	border:1px solid #c0c0c0;
	background-color:#f0f0f0;
	color: Red;
	position:relative;
	font : bold;
}

.tbItemLink {
	cursor:default;
	padding:0px;
	margin:0px;
	font : bold;
	color : Black;
}

.tbSubItemLink {
	cursor:select;
	padding:0px;
	margin:0px;
	min-width:80px;
	border:1px solid white;
	white-space: nowrap;
	color: Red;
	font : bold;
}
.tbSubItemLinkSelected {
	cursor:pointer;
	padding:0px;
	margin:0px;
	margin-right: auto;
	min-width:80px;
	border:1px solid #c0c0c0;
	background-color:#f0f0f0;
	white-space: nowrap;
	font : bold;
}