#side_buttons {
	float: left;
	padding-left: 30px;
	width: 240px;
	position: relative; 
	top: 0; left: 0
}

#side_buttons.dark {
	padding: 25px 0 30px 25px;
	width: 220px;
}

#side_buttons ul {
	background-color: #d1d3d4;
	width: 216px;
}

#side_buttons li {
	position: relative;
	top: 0; left: 0;
	width: 216px;
	height: 68px;
}

#side_buttons li a {
	display: block;
	background: url(../images/ahover/dark.png) top left no-repeat;
	width: 216px;
	height: 68px;
	position: absolute;
	top: 0; left: 0;
	z-index: 1400;
	font-size: 1.3em;
	line-height: 70px;
	text-indent: 25px;
	font-weight: bold;
}

#side_buttons.light li a {
	background: url(../images/ahover/light.png) top left no-repeat;
	text-indent: -19999px;
	line-height: 1em;
}

#side_buttons li a:hover {
	text-decoration: none;
}

#side_buttons li a span {
	margin: 2px auto 0 auto;
	display: block;
	height: 37px;
}

#side_buttons li#au_hols.selected, #side_buttons li.selected {
	background-color: #cde5ff;
}

#side_buttons li#au_hols a span {
	background: url(../images/logo-mini-diy-hols.png) top left no-repeat;
	width: 98px;
}

#side_buttons li#au_taxis.selected {
	background-color: #ccece9;
}

#side_buttons li#au_taxis a span {
	background: url(../images/logo-mini-diy-taxis.png) top left no-repeat;
	width: 111px;
}

#side_buttons li#au_rooms.selected {
	background-color: #fdddcd;
}

#side_buttons li#au_rooms a span {
	background: url(../images/logo-mini-diy-rooms.png) top left no-repeat;
	width: 128px;
}

#side_buttons li#au_fly.selected {
	background-color: #e6cdf0;
}

#side_buttons li#au_fly a span {
	background: url(../images/logo-mini-diy-fly.png) top left no-repeat;
	width: 83px;
}

#side_buttons li .ahover {
	position: absolute;
	top: 0; left: 0;
	background-color: #777;
	z-index: 1300;
	width: 216px;
	height: 68px;
}
