#nav li.top {
	behavior: url(/styles/iehover.htc);
	}
/*behavior added for ie error in top navigation.  See topnav.css file for the rest of this topnav code*/
/*
body {
  text-align: center;
}
*/
#em {
  width: 1em;
  height: 0;
  overflow: hidden;
}
/*
#main {
	width: 770px;
	text-align: left;
	}
*/
/*
body{ text-align: center;}
*/
/*
Min- and max-width implementation for Windows Internet Explorer

About the weird dynamic property expression

fs = font-size (from the #em element)
min = min-width
max = max-width
po = padding offset (from the body)
bo = border offset (from the #main container, IE 6 seems to need one additional px)
cw = client width
px = pixel

(Feel free to suggest more intuitive names.)

Quriks-mode vs. standards-mode

This expression is the result of extensive trial and error.
I quess reading widths is equal in quirks- and standards-mode
(in this demo), but setting them is different. I don't want
to account for those differences, because they are very little.

*/
/* for IE 6 bug */
#sidenav ul li a {
height:15px;    
}

#sidenav>ul>li>ul {
	padding-top: 0px;
	margin-top: 0px;
}