body {
	behavior:url("elements/cssmenu.htc");
	padding: 10px;
}	
ul {
	margin: 0;
	padding: 0;
	liststyle; none;
	list-style-type: none;
	width: 210px;
	font: 12px Arial;
	background: #FF0000;
	background-image: url(t2.gif);
	background-repeat: no-repeat;
}
a, a:visited { 
	outline: none 
}
ul, li {
	position: relative;
	color: #FFF;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	padding: 8px 0 8px 5px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}	

li.folder:hover {
	z-index: 11;
	font: bold 12px Arial;
	color: #000000;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 205px; /* IE */
	top: 4;
}
				
li.folder>ul { 
	left: 210px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 210px;
}

a {
	padding: 0px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: auto;
}

li a.submenu {
	padding: 8px 0 8px 5px;
	display: block;
	width: 210px;
	border-bottom: 1px solid #FFF;
}
			
li.explain {
	padding: 0px 0 0px 0px;
	display: block;
	width: 210px;
	background: #FFF; 
	background-image: url(b2b.jpg);
	background-repeat: no-repeat;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 210px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #FFFFFF;	
}

a:hover {
	color: #000000;
	font: bold 12px Arial;	
}

#menu {
    border: 0px solid #ccc;
    margin: 0;
    padding: 0;
    width: 221px;
}

#link {
	font: 12px Arial;
	color: #FFFFFF
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
}
		
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: silver;
			z-index:1001;
			-moz-opacity: 0.30;
			opacity:.30;
			filter: alpha(opacity=30);
		}
		
.white_content {
			display: none;
			position: absolute;
			top: 8%;
			left: 10%;
			width: 660;
			height: 650;
			scrolling: no;
			padding: 2px;
			border: 2px solid #FF6600;
			background-color: white;
			z-index:1002;
			overflow: no;
		}
