body {
	margin: 0px;
	behavior:url(./csshover.htc);
	padding: 0px;
}
	
* {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Adine Kirnberg", "Academy Engraved LET";

}

div.hr {
  height: 2px;
  background: #FF4019 url('images/red.gif') no-repeat center;
}
div.hr hr {
  display: none;
}

div.hrm {
  height: 2px;
  background: #FF26A8 url('images/magenta.gif') no-repeat center;
}
div.hrm hr {
  display: none;
}

div.hrc {
  height: 2px;
  background: #009ddb url('images/cyan.gif') no-repeat center;
}
div.hrc hr {
  display: none;
}

div.hro {
  height: 2px;
  background: #FF9D00 url('images/orange.gif') no-repeat center;
}
div.hro hr {
  display: none;
}

div.hrg {
  height: 2px;
  background: #6CCF32 url('images/green.gif') no-repeat center;
}
div.hrg hr {
  display: none;
}

div.hri {
  height: 2px;
  background: #8596F2 url('images/cyan.gif') no-repeat center;
}
div.hri hr {
  display: none;
}


ul, li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px none;
}

ul {
	width: 118px;
	list-style-type: none;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	padding: 0px;
	border-top: 0px solid;
	border-bottom: 0px solid; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:Arial, Helvetica
}	

li.folder:hover {
	z-index: 10;
	font: bold normal 14px Arial, Helvetica;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 35px; /* IE */
	top: 18px;
}
				
li.folder>ul { 
	left: 35px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 160px;
}

a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: auto;
}

li a.submenu {
	
    background-image: url('images/transparent.png'); 
    /*background-color: #F1E5DF;*/
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:10px; 
	font-family:Arial, Helvetica
}
			
li.explain_indigo { 
	font: bold 11px Arial, Helvetica;
	background-image: url('images/yellow.png');
	/*background-color: #FFFBC7;*/
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;	
}

li.explain_magenta { 
	font: bold 11px Arial, Helvetica;
	background-image: url('images/pink.png');	
	/*background-color: #FFE6F7;*/
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;	
}

li.explain_orange { 
	font: bold 11px Arial, Helvetica;
	background-image: url('images/orange.png');
	/*background-color: #FFE4BD;*/
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;	
}

li.explain_green { 
	font: bold 11px Arial, Helvetica;
	background-image: url('images/green.png');
	/*background-color: #EDF9E5;*/
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 160px;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #000000;	
}

a:hover {
	color: #FF4019;	
}

#menu {
    border: 0px;
    margin: 0;
    padding: 0;
    width: 110px;
}

#link {
    font: bold 12px Arial, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}

