body {
	margin: 0;
	padding: 0;
	background: url(../img/BG.jpg);
}


H1 {
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

H2 {
	color: #DE9404;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

P {
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.FooterText {
text-decoration: none;
color: #ACA4A4;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.FooterAddress {
text-decoration: none;
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.FooterTextLink:link {
text-decoration: none;
color: #ACA4A4;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.FooterTextLink:visited {
text-decoration: none;
color: #ACA4A4;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

.FooterTextLink:hover {
text-decoration: underline;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}


ul,li {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul {
	width: 188px;
	background: #fff;
	list-style-type: none;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	font: normal 12px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 4px 0px 4px 15px;
	background: url(../img/MenuBG.jpg);
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}	

li.folder:hover {
	text-decoration: none;
	z-index: 10;
	background-color: #8373D5;
	background: url(../img/MenuBgH.jpg);
	font: normal 12xpx/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}

li.folder a:visited{
	text-decoration: none;
}

li.folder a:link{
	text-decoration: none;
}

		
li.folder ul {
	position: absolute;
	display: none;
	left: 130px; /* IE */
	top: 0px;
}
				
li.folder>ul { 
	left: 187px;
}

li.folder a:hover {
	text-decoration: none;
}

li.folder:link {
	text-decoration: none;
}

		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 188px;
}

a {
	padding: 2px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: auto;
}

li a.submenu {
	font: normal 12px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background-color: #8373D5;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #8373D5;
	display: block;
	color: #000;	
}

li a.submenu:hover {
	font: normal 12px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background-color: #FF9E01;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	display: block;
	color: #000;	
}
			
li.explain { 
	font: normal 10px/18px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 5px 0px 5px 15px;
	background-color: #999999;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	display: block;
	color: #FFF;	
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 188px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #000;	
	text-decoration: underline;
}

a:hover {
	color: #000;	
	text-decoration: underline;
}

#menu {
    border: 0px;
    margin: 0;
    padding: 0;
    width: 188px;
}

#link {
	text-decoration: none;
}