/* Enigheten menus CSS */

#menuBase {
/*	border: 1px dotted #0000FF; */
	position: relative;
	visibility: visible;
	overflow: visible;
	z-index: 3;
	left: 0px;
	top: 2px;
	width: 762px;
	height: 20px;
}
#zeroSubTop {
/*	border: 1px dotted #999999; */
	position: absolute;
	overflow: hidden;
	top: -30px;
	left: -30px;
	z-index: 4;
	width: 790px;
	height: 54px;
}
#zeroSubLeft {
/*	border: 1px dotted #990099; */
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: -30px;
	z-index: 4;
	width: 30px;
	height: 140px;
}
.menu	{
	position: relative;
	visibility: visible;
	overflow: visible;
	z-index: 5;
	float: left;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
}
.subMenu {
	position: absolute;
	visibility: hidden;
	overflow: visible;
	top: 20px;
	left: 0px;
	z-index: 6;
	width: 100%;
	text-align: left;
}
.subMenuFormating {
	position: absolute;
	overflow: visible;
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #C9C9C9;
	background-color: #DFE8F1;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
}