﻿/* Menu container */
.mC 
{
	width:180px; 
	margin:0px; 
	float:left;
	margin-bottom: 10px;
}

/* Menu header */
.mH 
{
	cursor: pointer;
	background-image: url('../../images/ccs-links/ccs-icon-txtpijl-rechts-trans.png');
	background-repeat: no-repeat;
	position: relative;
	text-decoration: none;
	color: #444;
	display: block;
	margin-top: 5px;
	font: normal normal normal x-small Arial, Helvetica, sans-serif;	
	padding-left: 10px;
	vertical-align: top;
	background-position: 0px 3px;
}
.mHOpen 
{
	cursor: pointer;
	background-image: url('../../images/ccs-links/ccs-icon-txtpijl-onder-trans.png');
	background-repeat: no-repeat;
	position: relative;
	text-decoration: none;
	color: #444;
	display: block;
	margin-top: 5px;
	font: normal normal normal x-small Arial, Helvetica, sans-serif;	
	padding-left: 10px;
	vertical-align: top;
	background-position: 0px 3px;
}


.mL 
{
	display:none; 
	margin-bottom:10px; 
	margin-left: 0px;
}

.mLOpen 
{
	display:block; 
	margin-bottom:0px; 
	margin-left: 15px; /* Sub menu ident */
}

           
.mO
{
	margin-left:0px; 
	display:block;
	background-image: url('../../images/ccs-links/ccs-icoon-txtbullitvierkant-trans.png');
	background-repeat: no-repeat;
	position: relative;
	text-decoration: none;
	color: #ff0033;
	display: block;
	margin-top: 5px;
	font: normal normal normal x-small Arial, Helvetica, sans-serif;	
	padding-left: 10px;
	vertical-align: top;
	background-position: 0px 0px;
}     

a.OrdinaryLink
{
	background-image: url('../../images/ccs-links/ccs-icon-txtpijl-rechts-trans.png');
	background-repeat: no-repeat;
	position: relative;
	text-decoration: none;
	color: #444;
	display: block;
	margin-top: 5px;
	font: normal normal normal x-small Arial, Helvetica, sans-serif;	
	padding-left: 10px;
	vertical-align: top;
	background-position: 0px 3px;
}

