body {
	behavior:url("csshover.htc");
}

#menu {
	font-family: verdana, arial, tahoma, verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

ul#menu {
	position: relative;
}

ul#menu a {
	color: #white;
}

ul, li {
	margin: 0;
	padding: 0;
	display: block;
}		

ul {
	list-style: none;
	width: 115px;
	border: 1px solid #fff;
	background: #900;
}	

li {
	position: relative;
	padding: 5px 3px 5px 3px;
	z-index: 9;
	border-bottom: 1px solid #fff;
}

li.last {
	border-bottom: 0;
}

li a {
	display: block;
	width: 109px;
}

li.folder {
	background: url(../mainimages/tri.gif) no-repeat 98% 50%;
}

li.folder:hover {
	background: #f00 url(../mainimages/tri.gif) no-repeat 98% 50%;
}

li:hover {
	background: #f00;
	z-index: 15;
}
	
ul ul {
	width: 150px;
	position: absolute;
	display: none;
	left: 115px;
	top: -1px;
}

ul ul li a {
	width: 144px;
}

* html ul ul {
	left: 112px;
}

li:hover ul ul {
	display:none;
}

li:hover ul, li:hover li:hover ul {
	display:block;
}