ul#menub {
	background: url(_img/_menu.png) repeat;
	border: none;
	position: fixed;
	text-align: left;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 3;
	padding: 0;
	margin: 0;
}

ul#menub li {
	background: url(_img/_menu-button.png) no-repeat;
	list-style: none;
	display: block;
	float: left;
	white-space: nowrap;
	width: 100px;
	height: 30px;
	margin-left: 2px;
	text-align: center;
}
ul#menub li:hover {
	background: url(_img/_menu-button-active.png) repeat;
}


/*
	Start menu
*/
ul#menub li#menux {
	background: url(_img/_menu-start.png) no-repeat 0 -3px;
}
ul#menub li#menux:hover {
	background: url(_img/_menu-start-active.png) no-repeat 0 -3px;
}
ul#menub li#menux ul {
	display: none;
	height: 300px;
	width: 200px;
	position: fixed;
	bottom: 32px;
	left: 2px;
	background: white url(_img/_menu-s-right.png) repeat-y right;
	padding: 0;
/*	background: url(_img/_menu-s-bottom.png) no-repeat bottom left;*/
}
ul#menub li#menux:hover ul {
	display: block;
}
li#menux ul div div {
	background: url(_img/_menu-s-top.png) repeat-x top;
}
li#menux ul div {
	background: url(_img/_menu-s-left.png) repeat-y left;
	height: 100%;
	width: 100%;
}

li#menux ul li {
	position: relative;
	top: -250px;
	background: none;
	list-style: none;
	display: list-item;
	float: none;
	white-space: nowrap;
	width: 100%;
	height: 30px;
	margin-left: 2px;
	text-align: left;
	margin: 0 10px;
	padding: 0 5px;
}
li#menux ul li:hover {
	background: url(_img/_menu-s-button-active.png) no-repeat;
}
li#menux ul li a {
	color: black;
}


li#menux ul li ul {
	display: none;
}
li#menux ul li ul:hover {
	display: block;
}












ul#menub li a {
	color: white;
	display: block;
	width: 100%;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
}
ul#menub a span.access-key {
	text-decoration: underline;
}
