/* Menu Style LikeFiction website */
#menu {
	/*width: 100%;
	/*float: right;*/
	position: absolute;
	right:100px; /* was left 400 px */
	text-align:left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10em; /* default: 12em */
	float: left;
}
#menu a, #menu span, #menu h2 {
	display: block;
	border: none;
	margin: 0;
	padding: 3px 3px 3px; /* 2 was eerst */
	font-family:Arial, Helvetica, sans-serif;
	/*font-family: Arial narrow;*/
	font-size: 12px;
	/*font-size: 14px;*/
	font-weight: bold;
}
#menu h2 {
	color: #ffffff;		/* Text mainmenu */
	background: #afbdc0; 	/* Background mainmenu */
	cursor: default;
}
#menu h2:hover {
	color: #333333;		/* Text mainmenu */
	background: #afbdc0; 	/* Background mainmenu */
	cursor: default;
}



#menu span {
	color: #ffffff;		/* Text mainmenu */
	background: #afbdc0 url('../images/likefiction/logo_title.jpg') no-repeat center left; /* Background mainmenu */
	cursor: default;
    font-weight: bold;
	padding-left: 20px; /* Added for background */
}

#menu span:hover {
	color: #333333;		/* Text mainmenu */
	background: #afbdc0 url('../images/likefiction/logo_title.jpg') no-repeat center left; /* Background mainmenu */
	cursor: default;
    font-weight: bold;
	padding-left: 20px; /* Added for background */
}

/* Next 2 items to remove the image from other menu's */
#menu ul ul span {
	background: #afbdc0; /* Background mainmenu */
	padding-left: 3px; /* Added for background */
}
#menu ul ul span:hover {
	background: #afbdc0; /* Background mainmenu */
	padding-left: 3px; /* Added for background */
}
/* end next 2 */

#menu a {
	color: #ffffff;
	background: #afbdc0; /* default #efefef; */
	text-decoration: none;
}
#menu a:hover {
	color: #333333;		/* Text hover color menu */
	background: #afbdc0;
}
#menu li {
	position: relative;
	list-style: none;
	background: #afbdc0; 
}
#menu ul ul {
	/* Randjes om uitklapdeel menu */
	border-width: 2px;
	border-style: solid;
	border-top-width: 0px;
	border-color: #ccc #888 #555 #bbb;
	position: absolute;
	z-index: 500;
}
#menu ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}




/* NEW ITEMS AFTER NEW MENU */

/* add a logo to plain links as mainitem, too */
#menu ul li a{
	background: #afbdc0 url('../images/likefiction/logo_title.jpg') no-repeat center left;
	padding-left: 20px;
}
#menu ul li a:hover {
	background: #afbdc0 url('../images/likefiction/logo_title.jpg') no-repeat center left; /* Background mainmenu */
	padding-left: 20px; /* Added for background */
}
/* undo for items further */
#menu ul ul li a{
	background: #afbdc0;
	padding-left: 3px;
}
#menu ul ul li a:hover {
	background: #afbdc0; 
	padding-left: 3px;
}


