body {
	behavior:url("../../styles/csshover.htc");
}	
.stylenavitable ul,.stylenavitable li,.nav,.submenu {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.stylenavitable ul {
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #333366;
	background: #333366;
	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,
.stylenavitable ul.level3 li.folder:hover ul.level4,
.stylenavitable ul.level4 li.folder:hover ul.level5,
.stylenavitable ul.level5 li.folder:hover ul.level6,
.stylenavitable ul.level6 li.folder:hover ul.level7,
.stylenavitable ul.level7 li.folder:hover ul.level8,
.stylenavitable ul.level8 li.folder:hover ul.level9
{
	display: block;
}
.nav {
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #333366;
	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: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #333366;
	font-weight: bold;
	text-align: center;
	width:100%; /* IE */
}
.submenuactive {
	background: #333366;
	color: #cccccc;
}
.submenu:hover {
	text-decoration: none;
	border-color: #333366;
	background: #333366;
	color: #cccccc;
}
.stylenavitable li.folder .submenu:hover {
	background: #333366;
}
.stylenavitable li>.submenu {
	width: auto;
}
.nav:hover {
	text-decoration: none;
	border-color: #333366;
	background: #333366;
	color: #cccccc;
}
.stylenavitable li.folder .nav:hover {
	background: #333366;
}
.stylenavitable {
	background: #333366;
	width: 100%;
}
.stylenavitableextra {
	width: 90%;
	margin: 0px;
}