.TitleDefault,
.TitleActive
{
	cursor:hand;
	font-family:Arial;
	font-size:15px;	
	border-right:none;
	border-left:none;
	padding:3px;
	font-weight:bold;
	list-style-position: inside;
	list-style-image: url(/images/buttonscheiding.gif);
	background-image: url(/images/buttonscheiding.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right:5px;
	padding-right:6px;
	margin-top:2px;
}

.TitleActive
{
	color:#001fa4;
}

.TitleDefault
{
	color:#000000;
}				

.menuItemDefault,
.menuItemActive
{

	color:#000000;
	cursor:hand;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	border:1px solid #d7d7d7;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:2px;
	padding-right:10px;
	
	}		
.menuItemDefault
{
	background-color:#e5e5e5;
}				
.menuItemActive
{
	background-color:#bebebe;	
	color:#000000;
}
	
.itemGroup
{
	border-left:1px solid #d7d7d7;
	border-top:4px solid #d7d7d7;	
	clip: rect(3 auto auto auto);
	margin-top:-3px;
}  
