/*** IE6 hack for simulating position:fixed ***/
* html {
	overflow-y:hidden;
}

* html body {
	height: 100%;
	overflow-y: auto;
}

* html #menu {
	position: absolute;
}


/*** menu ***/

#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 11.7em;
	height: 100%;
	margin: 0;
	padding: 1em 0.75em 0;
	border: 0;
	overflow-y: hidden;	
	background: Maroon;
	color: White;
	font: normal bold small Arial,Helvetica,sans-serif;
}

#menu h2 {
	margin: 0;
	padding: 5px 1px 5px 7px;
	border: 1px solid Black;
	background: FireBrick;
	color: White;
	font: normal bold 1em Verdana, Geneva, sans-serif;
}


#menu ul {
	padding: 0;
	margin: 5px 0 10px 0;
}

#menu li {
	border: 1px solid Maroon; /* IE fix */
	margin: 0;
	padding: 0;
	list-style: none;
	color: White;
	font-size: 1.15em;
}

#menu form {
	margin: 35px 0 15px 0;
	text-align: center;
}

#menu a {
	display: block;
	margin: 0;
	padding: 3px 3px 3px 5px;
	border: 1px solid Maroon;
	color: #FFC455;
	text-decoration: none;
}
#menu a:hover { border: 1px solid Cornsilk; }

#menu #logo {
	margin: 0 0 0.5em;
	padding: 0.15em 0;
	border: 3px double SandyBrown;
	background: #E06B14;
	font-size: 1.75em;
	font-weight: bold;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
	color: White;
	text-align: center;
}

#menu #logo a {
	display: inline;
	padding: 0;
	border: 0;
	color: White;
	text-decoration: none;
}

#go-menu {
	/* display: none; has less accessibility */
	height: 0;
	width: 0;
	overflow: hidden;
}
