body {
	behavior:url("scripts/csshover.htc");
}
	
#header ul,li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#header ul {
	width: 190px;
	background: #fff;
	list-style-type: none;
}

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

#header li.folder	{
	font-size: 11px;
	padding: 2px 0 4px 15px;
	background-color: #fff;
	border: 0;
	background-image:url(../images/arrowgrey.gif);
	background-repeat:no-repeat;
}	

#header li.folder:hover {
	z-index: 10;
	background:#cc2a37;
	font-size: 11px;
	background-image:url(../images/arrowwhite.gif);
	background-repeat:no-repeat;
}
		
#header li.folder ul {
	position: absolute;
	display: none;
	left: 175px; /* IE */
	top: 4px;
}
				
#header li.folder>ul { 
	left: 190px;
}
		
#header ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 190px;
	_width: 168px;
}

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

#header .folder li>a { 
	width: auto;
}

#header .folder li a.submenu {
	background-color: #cc2a37;
	padding-left: 20px;
	font-size: 11px;
	display: block;
	border: 0px;
	margin-top: -4px;
    .margin-top: -1px;
	height: 18px;
	.height: 14px;
	color: #fff;
	background-image:url(../images/arrowwhite.gif);
	background-repeat:no-repeat;	
}


#header .folder li a:hover.submenu {
	background-color: #fff;

	color: #4e4e4e;
	background-image:url(../images/arrowgrey.gif);
	background-repeat:no-repeat;		
}
			

#header .folder a:link, a:visited {
	color: #4E4E4E;	
}

#header .folder a:hover {
	color: #fff;	
}

#menu {
    border: 0px;
    margin: 0;
	margin-left: 510px;
	_margin-left: 507px;
    padding: 0;
    width: 190px;
}


