

/* I just found out theres no such thing as the real world */
/* Just a lie you've got to rise above */


body { margin:0; padding:0; border:none; font: normal 13px Verdana; }

#menuh-container
	{
	margin: 0 0 0 20px;
	position: relative;		
	}



#menuh
	{
	font: bold .9em 'Verdana', sans-serif;
	text-transform:uppercase;
	width:100%;
	float:left;
	}

		

#menuh a
	{
	text-align: left;
	display:block;
	border-right: solid 1px #999;
	white-space:nowrap;
	margin:0;
	padding: .9em .9em .7em 1em;
	height:16px;
	}

	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #4E2D85;
	background-color: transparent;
	text-decoration:none;
	}

	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background:url(http://www.optionpower.org/wp-content/themes/wp-newoption/hover.gif) repeat-x top;
}	


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}


#menuh ul li
	{
	float:left;
	position:relative;
	min-height: 1px; 	/* IE7 */
	vertical-align:bottom; /* IE7 */
	padding:0;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:18em;
	}



#menuh ul ul ul
	{
	top:0;
	left:100%;
	}


div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}


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



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




/* Home-brewed, JS */

#menuh ul li ul li a, #menuh ul li ul li a:visited {
	color: #eee;
	background:url(http://www.optionpower.org/wp-content/themes/wp-newoption/subs_purple.gif);
	text-decoration:none;
	width:14em;
	}


#menuh ul li ul li a:hover {
	color: #eee;
	background:url(http://www.optionpower.org/wp-content/themes/wp-newoption/subs_purple.gif) 0 -40px;
	text-decoration:none;
	width:14em;
	}