body {
	behavior:url("/./styles/csshover.htc");
}	
.stylenavitable ul,.stylenavitable li,.nav,.submenu {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.stylenavitable ul {
	width: 130;
	border-width: 0px;
	border-style: solid;
	border-color: #9d9da1;
	background: #eeeeee;
	list-style: none;
}
.stylenavitable li {
	position: relative;
	padding: 1px;
	/* padding-left:26px; */
	/* background:url("images/item_moz.gif") no-repeat; */
	z-index: 9;
}
/* li.folder	{ background:url("images/item_folder.gif") no-repeat; }	*/
.stylenavitable li.folder:hover { z-index: 10; }		
.stylenavitable li.folder ul {
	position: absolute;
	display: none;
	left: 15px; /* IE */
	top: 18px;
}		
.stylenavitable li.folder>.stylenavitable ul {
	left: 15px;
	top: 18px;
}
.stylenavitable ul.level1 li.folder:hover ul.level2, 
.stylenavitable ul.level2 li.folder:hover ul.level3 {
	display: block;
}
.nav {
	padding: 2px;
	text-decoration: none;
	color: #1100ff;
	font-size: 12px;
	background: #eeeeee;
	font-weight: bold;
	text-align: center;
	width:100%; /* IE */
}
.stylenavitable li>.nav { width:auto; }

.stylenavitable li .nav.submenu {
	/* background:url("images/sub.gif") right no-repeat; */
}
.submenu {
	padding:2px;
	text-decoration: none;
	color: #1100ff;
	font-size: 12px;
	background: #eeeeee;
	font-weight: bold;
	text-align: center;
	width:100%; /* IE */
}
.submenuactive {
	background: #ffddbb;
}
.submenu:hover {
	text-decoration: none;
	border-color: #9d9da1;
	background: #ffddbb;
	color:black;
}
.stylenavitable li.folder .submenu:hover {
	background: #ffddbb;
}
.stylenavitable li>.submenu { width: auto; }

.nav:hover {
	text-decoration: none;
	border-color: #9d9da1;
	background: #ffddbb;
	color: black;
}
.stylenavitable li.folder .nav:hover {
	background: #ffddbb;
}
.stylenavitable {
	background: #ffffff;
	width: 100%;
}
.stylenavitableextra {
	width: 100%;
	margin: 0px;
}