

/* these are the inner menus*/
.dropdown ul {
	display:none;
	border: none;
	background: #fbfcfc;
}

/* these are all the LIs in the menu*/
.dropdown li {
	/* width:200px; */
	background: none;
	cursor:pointer;
}



/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a {
	text-align: center;
	text-decoration:none;
	color:#002ebb;
	background: none;
}

.dropdown .page-1 	{ width: 80px; }
.dropdown .page-7 	{ width: 180px; }
.dropdown .page-17 	{ width: 180px; }
.dropdown .page-18 	{ width: 100px; }
.dropdown .page-19 	{ width: 80px; }
.dropdown .page-20 	{ width: 100px; }

.dropdown a:hover {
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li {
	margin-left:-1px;
	background: none;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
}