table.GifasMenus { position: absolute; top: 77px; left: 55px; display: none; }

.HorizontalMenuItem {
	position: relative;
}
.HorizontalMenuFirstItem {
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	position: relative;
	/*height: 18px;*/
	height:30px;
}
.horizontalMenu a:link {
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 0px 3px;
	/*height: 18px;*/
	height:30px;
	display: block;
}
.horizontalMenu a:visited {
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 0px 3px;
	/*height: 18px;*/
	height:30px;
	display: block;
}
.horizontalMenu a:hover {
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
	background-color: #99baba;
/*	background-color: #ffffff;*/
	text-align: left;
	vertical-align: middle;
	padding: 0px 3px;
	/*height: 18px;*/
	height:30px;
	display: block;
}
.horizontalMenu a:active {
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 0px 3px;
	/*height: 18px;*/
	height:30px;
	display: block;
}

.PopupMenu {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	position: absolute;
	z-index: 100;
	top: 24px;
	left: 0px;
	width: 130px;
	display: none;
}

.PopupMenuItem {
	color: #007db7;
	font-size: 10px;
	/*background-color: #CEE6F0;*/
	background-color:#fff;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
	border-style: solid;
	border-width: 1px;
	/*border-color: white #007db7 #007db7 #fff;*/
	/*border-color: #007db7;*/
	/*width: 100%;*/
}

.PopupMenuItem2 {
	/*background-color: #C1D7E0;*/
	background-color: #ffffff;
	margin:0px 0px 0px 3px;
	border-color: #007db7;
}

.PopupMenuItem td {
	color: #172879;
}

.PopupMenuItemHover {
	color: #fff;
	font-size: 10px;
	background-color: #007db7;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #CEE6F0 #007db7 #CEE6F0 #007db7;
	/*width: 100%;*/
}

.PopupMenuItemHover2 {
	margin:0px 0px 0px 3px;
	/* empty but usefull */
}

.PopupMenuItemHover td {
	color: #fff;
}

.SubMenuRel { position: relative; left: 0px; top: 0px; }
.SubMenuAbs { position: absolute; left: -2px; top: -33px; }