/**
 * Various CSS styles relating to the menu.
 */
#menu { }
#mainmenu {
	display: none;
}
/* Quickmenu is a image map */
#quickmenu {
	position: relative;
	left: 0;
	top: 0;
	width: 728px;
	background: white url(images/fade_yellow.gif) 400px 0 no-repeat;
}
#quickmenu img {
	border: 0;
}