/* d-block styles */

body {
	background: #600 url(../../_theme/images/gradient-grey.png) repeat-x left top;
}

/* @group menu horizontal */

ul.menu_hz {
	font-size: 85%;
	text-align: center;
	/* background: #fff repeat-x; */
	border-bottom: 3px solid #f33;
	clear: both;
	margin: 0;
	padding: 9px 0 2px;
}

ul.menu_hz li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.menu_hz li a {
	border: 1px solid #aaa;
	border-bottom-style: none;
	padding: 2px 6px;
	background: #f33 url(../../_theme/images/menu-hz-d.png) repeat-x;
}

ul.menu_hz li a.selected {
	background-position: 0% -40px;
}

ul.menu_hz li a:hover, ul.menu_hz li a:hover.selected {
	background-position: 0% -80px;
	color: #0d047e;
}

ul.menu_hz li a:active, ul.menu_hz li a:active.selected {
	background-position: 0% -120px;
}

/* @end */
