/* menu - main */
#menu {
	background: url('/dsg/menu-ul-background.gif') repeat-y top left;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	background: url('/dsg/menu-li-line.gif') no-repeat bottom left;
	height: 50px;
	overflow: hidden;
	position: relative;
}
#menu li img {
	display: none;
	position: absolute;
	width: 45px;
	height: 45px;
}
#menu li a {
	display: block;
	color: #fff;
	font-size: 130%;
	text-decoration: none;
	width: 172px;	/* 202 */
	padding: 0 10px 0 20px;
	height: 47px;
}
#menu li a:hover,
#menu li a.active {
	background: #c10c13;
}

#menu li.lines_1 a {
	padding-top: 14px;
	height: 33px;
}
#menu li.lines_2 a {
	padding-top: 7px;
	height: 40px;
}