/* menu - top */
#menu-top {
	list-style-type: none;
	float: right;
	margin-right: 3px;
}
#menu-top li {
	margin: 0;
	float: left;
	background: url('/dsg/menu-top-box-center.png') repeat-x top left;
	height: 33px;
}
#menu-top li.left {
	width: 10px;
	background: url('/dsg/menu-top-box-left.png') no-repeat top left;
}
#menu-top li.right {
	width: 10px;
	background: url('/dsg/menu-top-box-right.png') no-repeat top left;
}
#menu-top li a {
	display: block;
	color: #01458e;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	padding: 8px 10px 0 18px;
	position: relative;
}
#menu-top li a:hover,
#menu-top li a.active {
	color: #01458e;
	text-decoration: underline;
}

#menu-top #menu_top_1 {
	background: url('/dsg/icon-home.gif') no-repeat 0 6px;
}
#menu-top #menu_top_2 {
	background: url('/dsg/icon-company.gif') no-repeat 0 6px;
}
#menu-top #menu_top_3 {
	background: url('/dsg/icon-contact.gif') no-repeat 0 6px;
}
#menu-top #menu_top_4 {
	background: url('/dsg/icon-sitemap.gif') no-repeat 0 6px;
}



/* menu - main */
#menu {
	list-style-type: none;
	position: absolute;
	margin: 65px 0 0 185px;
}
#menu li {
	margin: 0;
	float: left;
	height: 50px;
	background: url('/dsg/menu-box-center.png') repeat-x top left;
}
#menu li.left {
	width: 27px;
	background: url('/dsg/menu-box-left.png') no-repeat top left;
}
#menu li.right {
	width: 27px;
	background: url('/dsg/menu-box-right.png') no-repeat top left;
	margin-right: 3px;
}
#menu li a {
	display: block;
	float: left;
	position: relative;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	padding: 17px 0 0 0;
	height: 33px;	/* 50 */
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li a.active {
	font-weight: bold;
}