/* menu - bottom */
#menu-bottom {
	clear: left;
	float: left;
	list-style-type: none;
	width: 780px;
}
#menu-bottom li {
	display: inline;
	float: left;
	margin: 0;
	border-right: 1px solid #fff;
}
#menu-bottom li.last {
	border-right: none;
}
#menu-bottom li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
#menu-bottom li a:hover,
#menu-bottom li a.active {
	text-decoration: underline;
}


/* menu - main */
#menu-top {
	list-style-type: none;
}
#menu-top li {
	float: left;
	margin: 0;
	border-right: 1px solid #fff;
}
#menu-top li a {
	float: left;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: lowercase;
	padding: 20px 25px 20px 25px;
	color: #fff;
}
#menu-top li a:hover {
	text-decoration: underline;
}
#menu-top li a.active {
	font-weight: bold;
}


/* menu - left */
h2.menu-left-header {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	height: 17px;	/* 19 */
	padding: 2px 0 0 2px;
	background: #fe8a19 url('/dsg/menu-left-hover-true.gif') no-repeat top right;
}
#menu-left {
	
}

/* 1 level */
#menu-left ul {
	list-style-type: none;
}
#menu-left ul li {
	margin: 0;
	border-bottom: 1px solid #fff;
}
#menu-left ul li a {
	display: block;
	background: #84827b url('/dsg/menu-left-hover-false.gif') no-repeat top right;
	color: #fff;
	text-decoration: none;
	height: 17px;	/* 19 */
	padding: 2px 0 0 2px;
}
#menu-left ul li a:hover,
#menu-left ul li a.active {
	background-image: url('/dsg/menu-left-hover-true.gif');
}

/* 2 level */
#menu-left ul ul {
	
}
#menu-left ul ul li {
	border-bottom: none;
}
#menu-left ul ul li a {
	background: url('/dsg/menu-left-dotted-line.gif') repeat-x bottom left;
	color: #333;
	height: auto;
	padding: 3px;
}
#menu-left ul ul li a:hover,
#menu-left ul ul li a.active {
	background-image: url('/dsg/menu-left-dotted-line.gif');
	color: #ff8a19;
}
#menu-left ul ul li a.active {
	font-weight: bold;
}

#menu-left ul ul li.last a,
#menu-left ul ul li.last a:hover,
#menu-left ul ul li.last a.active {
	background: none;
	padding-bottom: 1px;
}


