



/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	width:100%;
}

.dropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul {
	margin-top: 7px;
}

.dropdown ul li{
	background-image: url(../images/bg-menu.jpg);
	border:1px solid #cdcdcd;
	border-top:0;
	width: 199px;
	height: 27px;
	margin-left: -1px;	
}
.dropdown ul li:hover{
	background-image: url(../images/bg-menu-hover.jpg);
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	padding-left:5px;
	width:105px;
	margin-left: -1px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	width: 199px;
	background-image: url(../images/bg-menu-arrow.jpg);
}
.dropdown li.submenu-left:hover{
	background-image: url(../images/bg-menu-hover-arrow.jpg);
}
.menuDepth1 a {
	color:#727272;
	font-family:times new roman;
	font-size:15px;
	font-variant:small-caps;
	/*text-transform: uppercase;*/
	margin-left:20px;
	margin-right:20px;
}
.menuDepth1 a:hover {
	color: #B5985A;
}

/*
.menuDepth2 {
	margin-top: 3px !important;
}
*/
.menuDepth2 a {
	font-family:times new roman;
	margin-left:0px;
	margin-right:0px;
	color: #384c3e;
	font-size: 14px;
	padding-left: 12px;
	padding-top: 6px; 
}
.menuDepth2 a:hover {
	color: #FFF;
}

.menuDepth2 > li {
	margin-left: 3px !important;
}




/* EDCO MENU STYLES */
/*

/* MENU */
.menu {
	position: relative;
	width: 100%;
}

.menu, .menu * {
	margin: 0;
	padding: 0;
}

.menu ul#main-tabs {
	list-style: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 16px;
	line-height: 37px;
	height: 37px;
}
.menu li a {
	position: relative; 
	display: block; 
	text-decoration: none;	
	padding-left: 15px;
	padding-right: 15px;
	height: 39px;
}
.menu ul#main-tabs li {
	display: block;
	float: left;
	margin-right:2px;
}

.menu ul#main-tabs li a {
	color: #FFFFFF;
	background-color: transparent;
}
.menu ul#main-tabs li a:hover {
	color: #2B3138;
	background: transparent url(/template/images/background-menu-active.jpg) repeat-x top left;
}

.menu ul#main-tabs a.selected{
	color: #2B3138;
	/* font-style:italic; */
	background: transparent url(/template/images/background-menu-active.jpg) repeat-x top left;
}

.menu ul#main-tabs .current a{
	color: #2B3138;
	background: transparent url(/template/images/background-menu-active.jpg) repeat-x top left;
}

.menu ul#main-tabs a {
	text-decoration: none;
}



/* These styles correspond to the second div! */

.menuBlock, .menuBlock * {
	margin: 0;
	padding: 0;
}
div.menuBlock {
	position: absolute;
	display: block;
	/*background: #FAFAFB url(/template/images/bg-theo.png) repeat-y top left; */
	width: 100%;
	font-family: "Arial";
}

.menuBlock div ul {
	list-style: none;
	float: left;
	width: 200px;
	margin-top: 10px;
	padding-left: 8px;
	margin-left: 9px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*background: transparent url(/template/images/seperator-stretch.png) repeat-y top right;*/
	border-right: 17px solid transparent;
	border-left: 3px solid transparent;
}


.menuBlock div ul ul {
	float: none;
	border: none;
	width: 15.50em;
	padding-top: 0;
	padding-left: 0;
}

.menuBlock div ul ul li a img{
	position: relative;
	border: 0;
	top:2px;
	padding-left:18px;
	padding-right:5px;
}

.menuBlock div ul ul li a {
	position:relative;
	left: -18px;
}

.menuBlock div ul li {
	font-size: 14px;
	font-weight: bold;
}
.menuBlock div ul li ul li {
	font-size: 12px;
	font-weight: normal;
}

.menuBlock div ul li a {
	text-decoration: none;
	color:  #3D3D3D;
	line-height: 30px;
}

.menuBlock div ul li li a {
	display: block;
	line-height: 30px;
	height: 30px;
}

.menuBlock div ul li li a:hover {
	color: #FFFFFF; 
	background-color: #000000;	
}

.menuBlock div ul li a {
	text-transform: capitalize;
}
.menuBlock div ul li a:hover {
	text-decoration: underline;
}


.menuBlock div ul li a.selected {
	/* font-style: italic; */
}
/*
.menuBlock div ul li li a.selected {
	font-weight: bold;
}
*/
.menuBlock div ul li li a:hover {
	text-decoration: none;
}


/* THESE STYLES EMULATE MY JS INIT! */
div.menuBlock div {
	clear: both;
}

div.menuBlock  {
	display: block;
	background: transparent url(/template/images/bg-theo-1pixel.png) repeat-x top left;
	height: 0px;
}

div.menuBlock div {
	position: absolute;
	display: none;
	visibility: hidden;
}

/* OMDAT ze MOETEN LEREN GEEN GENERALE STYLEN TE DEFINIEREN: IS SLECHT!!!!! */

div#mainMenuContainer div#menuSecondLevel div ul li {
	list-style: none;
}


