#forummenu {
	text-align: left; 
	height:27px;
	margin: 0;
	padding: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
#forummenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#forummenu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#forummenu li {
	float: left;
	color: #808080;
	background:URL(/images/interfaces/blacklight/arrow-gray.gif) no-repeat center left;
	padding:0 11px 0 11px;	
	margin-top: 7px;
}

/* style the links for the top level */
#forummenu a, #forummenu a:visited {
	display:block;
	color:#fff; 
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #forummenu a, * html #forummenu a:visited {width:30px; w\idth:19px;}
/* style the second level background */
#forummenu ul ul a.drop, #forummenu ul ul a.drop:visited {background:#d4d8bd bottom right no-repeat;}
/* style the second level hover */
#forummenu ul ul a.drop:hover{background:#000 bottom right no-repeat;}
#forummenu ul ul :hover > a.drop {background:#000 bottom right no-repeat;}
/* style the third level background */
#forummenu ul ul ul a, #forummenu ul ul ul a:visited {background:#F69401;}
/* style the third level hover */
#forummenu ul ul ul a:hover {
	background: #F69401;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#forummenu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html #forummenu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
#forummenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#forummenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#forummenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* 2nd lvl (dropdown) style */
#forummenu ul ul a, #forummenu ul ul a:visited {
	background:#000; 
	color:#fff; 
	height:auto; 
	line-height:1em; 
	padding: 6px 10px; 
	width:150px;
	border-width:0 1px 1px 1px;
	}
/* yet another hack for IE5.5 */
* html #forummenu ul ul a, * html #forummenu ul ul a:visited {width:172px;w\idth:150px;}

/* style the top level hover */
#forummenu a:hover, #forummenu ul ul a:hover{text-decoration: underline;}
#forummenu :hover > a, #forummenu ul ul :hover > a {text-decoration: underline;}

/* make the second level visible when hover on first level list OR link */
#forummenu ul li:hover ul,
#forummenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#forummenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#forummenu ul :hover ul :hover ul{ visibility:visible;}
