/* menu.css */

/* main */
#menu_main {
	background: url('/media/dsg/header_line.gif') no-repeat center top;
	padding-top: 2px;
}
#menu_main table {
	margin: 0 auto;
}
#menu_main table a {
	display: block;
	height: 34px; /*49*/
	padding: 15px 10px 0 10px;
	font-size: 1.6em;
	font-family: Georgia;
	font-weight: bold;
	color: #f0e2b4;
	text-decoration: none;
	white-space: nowrap;
}
#menu_main table a:hover {
	text-decoration: underline;
}
#menu_main table a.active {
	color: #fff;
	background: url('/media/dsg/menu_hover.gif') no-repeat center bottom;
}

/* footer */
#menu_footer {
	list-style-type: none;
	margin: 7px 0 0 0;
}
#menu_footer li {
	margin: 0;
	padding: 0 5px 0 4px;
	display: inline;
	border-left: 1px solid #fff;
}
#menu_footer li.first {
	border-left: none;
	padding-left: 0;
}
#menu_footer li a.active {
	font-weight: bold;
	text-decoration: none;
}