body {
	behavior: url("/./styles/csshover.htc");
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	overflow: -moz-scrollbars-vertical;
}
div.stylenavitable {
	position: relative;
	background: url('/datafiles/userfiles/Image/navi_bg.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-left: 25px;
        width: 1100px;
	margin-bottom: 0px;
}
* html
div.stylenavitable {
	padding-left: 25px;
        width: 1125px;
}
div.stylenavitable ul {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
div.stylenavitable li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
table.stylenavitableextra {
}
a.nav {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
a.submenu {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
/* top level links */
div.stylenavitable ul {
	padding: 0px;
	list-style: none;
}
div.stylenavitable li {
	position: relative;
	padding: 1px; /* IE */
	padding-left: 0px;
	z-index: 9;
}
/* sub level links */
/* this sets borders around the pulldown lists */
div.stylenavitable ul ul {
	width: 90px;
	border-width: 1px;
	border-style: solid;
	border-color: #3686B7;
	list-style: none;
}
div.stylenavitable ul ul li {
	position: relative;
	padding: 0px; /* IE */
	z-index: 9;
}
div.stylenavitable li.folder:hover {
	z-index: 10;
}
div.stylenavitable li.folder ul {
	position: absolute;
	display: none;
	left: 0px; /* IE */
	top: 39px;
}
div.stylenavitable li.folder>div.stylenavitable ul {
	left: 15px;
	top: 15px;
}
div.stylenavitable ul.level1 li.folder:hover ul.level2,
div.stylenavitable ul.level2 li.folder:hover ul.level3 {
	display: block;
	width: 200px;
}
a.nav {
	padding: 5px;
	padding-left: 10px;
	padding-right: 15px;
	width: 100%; /* IE */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
        background: #D2E7F4;
}
div.stylenavitable li>a.nav {
	width: auto;
}
div.stylenavitable li a.nav.submenu {
}
a.submenu {
	height: 22px;
	padding: 0px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	margin: 0px;
	width: 100%; /* IE */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	color: #ffffff;
	line-height: 11px;
        letter-spacing: 2px;
        text-align: center;
}
* html
a.submenu {
        height: 30px; /* IE */
}
a.submenuactive {
	background: url('/datafiles/userfiles/Image/button_active.gif') repeat-x;
}
a.submenu:hover {
	text-decoration: none;
}
div.stylenavitable li.folder a.submenu:hover {
	background: url('/datafiles/userfiles/Image/button_active.gif') repeat-x;
}
div.stylenavitable li>a.submenu {
	width: auto;
}
a.nav:hover {
	text-decoration: none;
	border-color: #e9e6e3;
	background: #e9e6e3;
	color: black;
}
/* dropdown link hover color */
div.stylenavitable li.folder a.nav:hover {
	background: #67A5CB;
}
table.stylenavitableextra {
	margin: 0px;
}

.stylenavitable ul {
        background: transparent;  
        width: 125px;
}

.submenu {
        background: transparent;
}

.stylenavitableextra {
	width: 0%;
}
.submenu:hover {
        color: #ffffff;
}


div.stylenavitable li.folder ul {
	top: 33px;
}