/* menu.css */

/* main */
#menu_main table {
	background: #04466b url('/media/dsg/menu_background.gif') repeat-x top left;
	width: 100%;
	border-bottom: 1px solid #e3e2de;
	margin-bottom: 1px;
}
#menu_main table td {
	text-align: center;
}
#menu_main table td.last {
	background: none;
}
#menu_main table td a {
	display: block;
	height: 20px; /*27*/
	padding-top: 7px;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #b7bbbe;
	border-bottom: 1px solid #838b98;
	border-left: 1px solid #9ca5ae;
}
#menu_main table td.first a {
	border-left: 0;
}
#menu_main table td.last a {
	border-right: 0;
}
#menu_main table td a:hover,
#menu_main table td a.active {
	background-image: url('/media/dsg/menu_background_selected.gif');
}

/* footer */
#menu_footer {
	list-style-type: none;
	margin: 0;
}
#menu_footer li {
	margin: 0 20px 0 0;
	display: inline;
}
#menu_footer li a {
	font-size: 1.1em;
	line-height: 2.5em;
	color: #fff;
}
#menu_footer li a.active {
	font-weight: bold;
	text-decoration: none;
}
#menu_footer li a.active:hover {
	text-decoration: underline;
}
