
.menutable {
}

.hoofdUl {
	border: solid 1px #3399cc;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background: transparent;
}

#pg ul {
	list-style: none;
	padding-left:0px;
	margin-left:0px;
}

.sel {
/*background-image:url(http://www.acknowledge.nl/DesktopModules/CISS.SideMenu/styles/VerticalAcknowledge/ackArrowDown.gif);
background-position:0 20px;
background-repeat:no-repeat;*/
}

#pg li {
	background-color: #3399cc;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: relative;
	/*float: left;*/
	/*width: 142px;*/
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/*width: 136px;*/
	/*_width: 100%;*/ /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
}

#pg li ul { /* second-level lists */
	/*position: absolute;
	left: -9999px;
	margin-left: 144px;
	_margin-left: 142px;
	margin-top: -21px;
	//border: solid 1px #999;
	z-index: 999;*/
	margin-left:10px;
}

#pg li ul ul { /* third-and-above-level lists */
	/*left: -9999px;
	z-index: 999;*/
	margin-left:10px;
}

#pg a {
	display: block;
	/*width: 142px;*/
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/*width: 136px;*/
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 4px 2px 4px;
	/*opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
	background-color:#eee;
text-align:left;
}

#pg li a:hover {
	/*color: white;
	background-color: #369;*/
	color: #3399CC !important;
	background-color: #FFFFFF !important;
}

#pg li:hover ul ul, 
#pg li:hover ul ul ul, 
#pg li.sfhover ul ul, 
#pg li.sfhover ul ul ul {
	left: -9999px;
}

#pg li:hover ul, 
#pg li li:hover ul, 
#pg li li li:hover ul, 
#pg li.sfhover ul, 
#pg li li.sfhover ul, 
#pg li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#pg iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}
.havechild {
font-color: #FFFFFF;
}


#pg .sel a {
/* current link itself */
	color: #ffffff !important;
	/*background-color: #600;*/
	background-color: #3399CC !important;
	text-decoration: none;
}

#pg .nonsel a {
/* current link itself */
	color: #333 !important;
	/*background-color: #600;*/
	background-color: #eee !important;
	text-decoration: none;
}
