/* menus */

#menu ul {
	list-style-type: none;
	margin: 6px 0 0 0;
}
#menu ul li {
	float: left;
	margin: 0 4px 0 0;
}
#menu ul li a {
	float: left;
	font-size: 1.4em;
	text-decoration: none;
}
#menu ul li a:hover,
#menu ul li a.active {
	background: url('/dsg/menu-selected-left.gif') no-repeat top left;
}
#menu ul li a span {
	float: left;
	height: 23px; /*30*/
	cursor: pointer;
	padding: 7px 1em 0 1em;
	white-space: nowrap;
	color: #fff;
	letter-spacing: 0;
}
#menu ul li a:hover span,
#menu ul li a.active span {
	background: url('/dsg/menu-selected-right.gif') no-repeat top right;
	color: #2b3c4d;
	font-weight: bold;
	letter-spacing: -1px;
}