.htreemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}


.htreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background-image:url(../img/menubf.png);
	background-repeat: repeat-x;
	font-weight: bold;
}



.htreemenu ul li a {
	display: block;
	width: 144px;
	color: #FFFFFF;
	border-left-width: 0;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-top-style:  solid;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: #000066;
	border-bottom-color: black;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
	

.htreemenu ul li ul {
left: 0;
position: absolute;
top: 1em; 
display: block;
visibility: hidden;
}


.htreemenu ul li ul li {
display: list-item;
float: none;
}


.htreemenu ul li ul li ul { 
left: 180px; 
top: 0;
}


.htreemenu ul li ul li a {
display: block;
width: 180px; 
color: #FFFFFF;
text-decoration: none;
padding: 4px 8px;
border: 1px solid black;
}

.htreemenu ul li a:hover {

color: yellow;
}

/*Background image for top level menu list links 
.htreemenu .mainfoldericon {
background: #F3F3F3 url(../img/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links 
.htreemenu .subfoldericon {
background: #F3F3F3 url(../img/arrow-right.gif) no-repeat center right;
}
*/


	
/* rediculous IE */
* html .htreemenu ul li { float: left; height: 1%; }
* html .htreemenu ul li a { height: 1%; }
* html .htreemenu ul li a:link { color: #FFFFFF; } 
* html .htreemenu ul li a:visited { color: #FFFFFF; } 
* html .htreemenu ul li ul li { float: left;}
/* End */

