body {
	margin: 0em 1em 0em 0em;
	font-size: 1em;
	font-family: Verdana, Tahoma, Bookman Old Style, Times New Roman, sans-serif;
	color: #ffffff;
	line-height: 1em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	background-color: #000000;
} /*Use body settings to override HTML settings in web page as required*/

#menucontainer {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

#vheader {
	position: absolute;
	top: 5.25%;
	width: 87%;
	right: 6%;
	background: none;
	padding: 0em 0em 0em 0em;
	line-height: 1.5em;
	color: #000000;
}

#clear {
	position: absolute;
	top: 14em;
	left: 7%;
	float: right;
	margin: 0 auto;
	padding: 0 0 0 0;

	font-family: Verdana, Bookman Old Style, Tahoma, Times New Roman, sans-serif;
	font-size: .625em;
	text-align: left;
	color: #d6dbdf;
}

#clear a {
	text-decoration: none;
	color: #d6dbdf;
}

#clear a:hover {
	color: #5F04B4;
	background: none;
}
	

#top {
	position: absolute;
	top: 14em;
	right: 6%;
	float: right;
	margin: 0 auto;
	padding: 0 0 0 0;

	font-family: Verdana, Bookman Old Style, Tahoma, Times New Roman, sans-serif;
	font-size: .625em;
	text-align: left;
	color: #d6dbdf;
}

#top a {
	text-decoration: none;
	color: #d6dbdf;
}

#top a:hover {
	color: #5F04B4;
	background: none;
}



/*VERSE SELECTIONS*/

#vmenu {
	position: relative;
	top: 7em;
	width: 46%;
	right: 5%;
	float: right;
	padding: 0 0 0 0;
	background: none;
} 

#vmenu ul { 
	list-style: none;
	margin: 0;
	padding: 0;

}

/* style, color and size links and headings to suit */

#vmenu a, #vmenu h2 {
	font: .75em/1.375em Verdana, Bookman Old Style, Tahoma, Times New Roman, sans-serif;
	display: block;
	border-width: 0em;
	border-style: solid;
	border-color: none;
	margin: 0em;
	padding: .75em .5em;
}

#vmenu h2 {
	color: #fff;
	background: #000;
	/*text-transform: uppercase;*/
}

#vmenu a {
	color: #380B61;
	background: none;
	text-decoration: none;
	text-align: right;
}

#vmenu a:hover {
	color: #5F04B4;
	background: #F2EFFB;
}


#vmenu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#vmenu ul ul {
	position: absolute;
	top: 0;
	left: -93%; /* to position them to the right of their containing block */
	width: 93%; /* width is based on the containing block */
	font-size: 1.125em;
}


#vmenu ul ul a {
	text-align: left;
}


div#vmenu ul ul,
div#vmenu ul ul li:hover ul
{display: none;}

div#vmenu ul li:hover ul,
div#vmenu ul ul li:hover ul
{display: block;}
