.horzMenuItem
{
	border: white 1px solid;
	background-color: white;
	padding-right: 8px;
	padding-left: 8px;
	color: Black;
	font-family: Arial, Serif;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	cursor: default;
}

.horzMenuItemOver
{
	border: #6593BD 1px solid;
	background-color: #D5E7F7;
	padding-right: 8px;
	padding-left: 8px;
	color: Black;
	font-family: Arial, Serif;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	cursor: default;
}

.horzMenuMoz
{
	border-top: #6593BD 2px solid;
	border-bottom: #6593BD 2px solid;
	font-family: Arial, Serif;
	font-size: 12px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	cursor: default;
	line-height: 120%;
	background-color: white;
	vertical-align: middle;
}

.PosTL
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.PosTR
{
	text-align: right;
	vertical-align: top;
	padding: 0px;
}

.PosBR
{
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
}

.PosBL
{
	text-align: left;
	vertical-align: bottom;
	padding: 0px;
}

