#menu {
	text-align: left;
	/*margin-left: 8px;
	margin-right: 0px;*/
	height: 600px;
} 

.nohand {
	cursor: default;
}

#menu ul { /* remove bullets and list indents */
	list-style: none;
}

/* Main Navigation Style */
#menu li {
	text-align: right;
	font-size: 18px;
	line-height: 36px;
	text-transform: lowercase;
	margin-right: 5px;
	padding-right: 5px;
	/*
	margin-bottom: 5px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	*/
}
#menu li a {
	color: #A3A3A3;
	text-decoration: none;
	/*
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 36px;
	background: #DBDBDB url('images/navbar_bg.gif') no-repeat right;
	width: 113px;
	padding-left: 6px;
	border: 1px solid #878787;*/
}

#menu li a:hover, #menu li a:active {
	color: #00FF00;
}

/* Sub Menu Style */
#menu ul li ul {
	/*background-color: #000000;*/
	/*border: 1px solid #A3A3A3;*/
	width: 150px;
	margin: 0px;
}
#menu li li {
	height: auto;
}
#menu li li a {
	background: #000000;
	filter: alpha(opacity=90); /* IE's opacity*/
	opacity: 0.90;
	color: #A3A3A3;
	border: 1px solid #242424;
	/*
	border-right: none;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #A3A3A3;
	border-left: none;
	*/
	width: 150px;
	height: auto;
	font-size: 11px;
	padding-right: 3px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h6 {
	display: block;
	margin: 0;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

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

#menu ul ul{
	position: absolute;
	top: 0;
	left: 150px; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

#menu ul ul ul{
	position: absolute;
	top: 0;
	left: 150px; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

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;}


<!--[if IE]>
<style type="text/css" media="screen">

body {
behavior: url(http://earthrace.net/themes/earthracetheme/csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 

#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
//height: 1%; /* make links honour display: block; properly */
} 
</style>
<![endif]-->


/*
#menu {
	width: 100%;
	float:left;
	height: 35px;
}

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

#menu a, #menu h6 {
	font: bold 13px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 15px;
}

#menu h6 {
	color: #FFFFFF;
}

#menu a {
	color: #4B763D;
	text-decoration: none;
	border:none;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 12px;
	padding-right: 4px;
}

#menu a:hover {
	color: #000000;
	border:none;
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
	width:0% !;
}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	border-left:1px solid #669933;
	border-bottom:1px solid #8fb82e;
	border-right:1px solid #8fb82e;
	background:#a9d147;
	background-image: url(images/00-submenubackgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 130px;
	margin: 0px;
}

#menu li li a {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;
	font-size: 11px;
	background-image: url(images/arrowsub3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}

#menu li li a:visited {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;	
	font-size: 11px;
}
#menu li li a:hover {
	color: #fff;
	border-top:0px dotted #D9F266;
	border-bottom:0px dotted #D9F266;
	border-left: 0px solid #669933;
}

#menu ul ul {
	position: absolute;
  z-index: 500;
  width: 1px; 
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	display: none;
}

#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
	display: block;
	background:#a9d147;
}
*/
