h1 {
	margin: 16px 4px 16px 4px;
}

#menuleft {
	float: left;
	width: 192px;
	margin: 8px 8px 4px 0;
	padding: 0;
	line-height: 100%;
	padding-bottom: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #feeebd url(/styles/images/menu_left.png) repeat-x;
	border: 1px solid #8e846b;
	border-radius: 4px;
	color: black;
}

#menuleft li {
  list-style: none;
}

#menuleft a {
	font-weight: normal;
	display: block;
	color: #000000;
	width: 186px;
	padding: 2px 0 0 6px;
	margin: 0;
	height: 18px;
	float: left;
}

#menuleft .menuheader {
	background: #999283 url(/styles/images/menu_left_header.png) repeat-x;
	width: 180px;
	height: 16px;
	padding: 6px 0 4px 12px;
	margin: 0;
	font-weight: bold;
	text-shadow: 2px 2px 3px #808080;
}

#menuleft ul  {
	margin: 0;
	padding: 0;
}

#menuleft .current a {
	background-color: #ff9900;
}

#menu ul a:hover {
	display: block;
	color: white !important;
	background-color: #C00000 !important;
}

@media only screen and (max-width: 859px) {
h1 {
	margin: 16px 4px 16px 4px;
}

#menuleft {
	width: 98%;
	float: none;
	margin: 8px 0px 0px 0px;
	padding: 4px 5px 0px 6px;
	background: #feeebd url(/styles/images/menu_left.png) repeat-x;
	line-height: 100%;
	border-radius: 2px;
	box-shadow: 2px 2px 3px #666666;
	border: solid 1px #6D6D6D;
	position:relative;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	-webkit-column-rule: 1px solid #404040;
	-moz-column-rule: 1px solid #404040;
	column-rule: 1px solid #404040;
}

#menuleft li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  list-style: none;
}

#menuleft a, #menuleft ul a, #menuleft .menuheader {
	width: 180px;
	height: 10px;
	font-family: arial;
	font-style: normal;
	font-size: 11px;
	color: #400000;
	text-decoration: none;
	padding: 6px 0 4px 12px;
	margin: 0;
}

#menuleft .menuheader {
	background: #999283 url(/styles/images/menu_left_header.png) repeat-x;
	font-weight: bold;
	text-shadow: 2px 2px 3px #808080;
}

#menuleft .current a {
	background-color: #ff9900;
}
}

@media only screen and (max-width: 619px) {
#menuleft {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
}
}
