body {
		behavior: url(csshover.htc);
	}

	/* the menu */
	
	


li.menu {
	display:block;
	margin:0;
	padding:0;
	border:0;
	position:relative;
	padding:1px;
	text-align: left;		
	
	}

ul.menu {
		width:100px;
		list-style:none;
		display:block;
		margin:0;
		padding-top:70px;
		padding-bottom:0px;
		padding-left: 0px;
		padding-right: 0px;
		border:0;
		position:static;
		margin-left: 10px;
		text-align: left;		
	}


li.folder {}
		 		
		li.folder ul {
			margin-left: 5px;
			padding: 0;
			list-style-type: none;
			color: #333366;
			font-family: Arial, Helvetica, sans-serif;
			height: 1%;	
			text-align: left;		
			}
				
li.folder>ul { left:100px; } /* others */

a.mainmenu {
		width:100px; /* IE */
		display: block;
		background-color: transparent;
		text-decoration: none;
		border-top: 0px solid #aaa;
		border-bottom: 0px solid #aaa;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt; 
		color: #040733; 
		font-weight: bold;
		height: 1%;
		text-align: left;		
				
	}
li>a { width:auto; } /* others */

li a.submenu  {
		display: block;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		background-color: transparent;
		width: 100px;
		padding: 2px 5px;
		margin: 0;
		border-top: none;
		border-bottom: none;
		border-left: 0px solid #aaa;
		text-decoration: none;
		font-size: 9pt;
		font-weight: bold;
		height: 1%;
		text-align: left;		
		
	}
	
li a.submenu:hover {
		color: #CCCCCC;
		}
	

	/* regular hovers */

a:hover {
		color: #CCCCCC;			
	}
		li.folder a:hover {}
	
	/* hovers with specificity */
	
li.folder:hover { z-index:5;}		
		
ul ul, li:hover ul ul {
		display:none;
	}

li:hover ul, li:hover li:hover ul {
		display:block;
	}		



