/* menu.css */

/* main menu */
#menu {
	width: 100%;
	background: url('../dsg/menu_delimiter.gif') no-repeat bottom right;
}
#menu td {
	padding: 0;
}
#menu td.line {
	background: url('../dsg/menu_delimiter.gif') no-repeat bottom left;
}
#menu td a {
	display: block;
	text-align: center;
	color: #013f8c;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
#menu td a span {
	display: block;
	height: 24px; /*43*/
	overflow: hidden;
	padding-top: 19px;
	cursor: pointer;
}
#menu td a:hover,
#menu td a.active {
	color: #ff8e00;
	background: url('../dsg/menu_hover_left.gif') no-repeat top left;
}
#menu td a:hover span,
#menu td a.active span {
	background: url('../dsg/menu_hover_right.gif') no-repeat top right;
}

/* footer menu */
#menu_header ul {
	list-style-type: none;
	float: left;
	background: url('../dsg/menu_header_right.gif') no-repeat bottom right;
	padding-left: 8px;
}
#menu_header ul li {
	float: left;
	height: 25px; /*35*/
	padding: 10px 8px 0 7px;
	background: url('../dsg/menu_header_delimiter.gif') no-repeat bottom right;
}
#menu_header ul li.last {
	background: none;
	padding-right: 16px;
}
#menu_header ul li a {
	color: #547394;
	font-size: 1.3em;
	text-decoration: none;
}
#menu_header ul li a:hover,
#menu_header ul li a.active {
	color: #ff8e00;
}
#menu_header ul li a.active {
	font-weight: bold;
}


/* footer */
#footer ul {
	float: left;
	list-style-type: none;
	padding-left: 10px;
}
#footer ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #adacac;
}
#footer ul li a {
	text-decoration: none;
	font-size: 1.1em;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul#menu_bottom_right {
	float: right;
}
#footer ul#menu_bottom_right li.first {
	border-left: none;
	padding-left: 0;
}
#footer ul#menu_bottom_right li.last {
	padding-right: 0;
}
