/* menu */

/* main */
#menu ul {
	list-style-type: none;
	margin: 0;
	background: url('/dsg/menu_background.gif') repeat-x bottom left;
	height: 53px;
	padding-left: 9px;
}
#menu ul li {
	margin: 0 2px 0 0;
	float: left;
}
#menu ul li a {
	float: left;
}
#menu ul li a span {
	float: left;
	padding: 23px 1em 0 1em;
	height: 30px; /*53*/
	color: #fff;
	font-size: 1.3em;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}
#menu ul li a:hover,
#menu ul li a.active {
	text-decoration: none;
	background: url('/dsg/menu_selected_background_left.gif') no-repeat bottom left;
}
#menu ul li a:hover span,
#menu ul li a.active span {
	background: url('/dsg/menu_selected_background_right.gif') no-repeat bottom right;
}

/* footer */
#menu_footer ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
}
#menu_footer ul li {
	margin: 0;
	display: inline;
	padding: 0 1em;
}
#menu_footer ul li a {
	color: #5b5b5b;
	font-family: Arial;
	font-size: 1.3em;
	line-height: 1em;
	white-space: nowrap;
}
#menu_footer ul li a.active {
	font-weight: bold;
}
