/****************************************************************************************************
 subnavigatie
****************************************************************************************************/

.pdMenu 
{
	position:				absolute;
	top:						0px;
	visibility: 			hidden;
	margin-top:				1px;
	border-bottom-width: 0;
	font:						normal 10px Verdana;
	line-height: 			19px;
	z-index: 				100;
	/*background-color: 	#FF5C00;*/
	width: 					175px;	
}

.pdMenu .pdMenuItem a
{
	width: 					100%;
	display:					block;
	border-bottom:			1px solid white;
	border-left:			1px solid white;
	border-right:			1px solid white;
	font:						normal 11px Verdana;
	padding:					3px 0px 3px 0px;
	text-decoration: 		none;
	text-indent: 			5px;
	height:					19px;
	text-align:				left;
	vertical-align:		middle;
	color: 					#FFF;
}	

.pdMenu .pdMenuItem a:link {
	font:						normal 11px Verdana;
	filter:alpha(opacity=93); 	-moz-opacity:93%;
	color:					#0089D0;
	background-color:		#C6DDF3;
	line-height:			19px;
	height:					19px;
	text-decoration:		none;
	padding:					6px 6px 3px 6px;
}
.pdMenu .pdMenuItem a:visited {
	font:						normal 11px Verdana;
	filter:alpha(opacity=93); 	-moz-opacity:93%;
	color:					#0089D0;
	background-color:		#C6DDF3;
	line-height:			19px;
	text-decoration:		none;
	padding:					6px 6px 3px 6px;
}
.pdMenu .pdMenuItem a:hover {
	color:					#FFF;
	background-color:		#0089D0;
}
.pdMenu .pdMenuItem a:active {
	color:					#0089D0;
	background-color:		#C6DDF3;

}