/* menu.css */

/* main_menu */
#main_menu {
	border-bottom: 1px solid #dcdcdc;
	background: url('/media/dsg/main_menu_background.png') repeat-x top left;
}
#main_menu ul {
	list-style-type: none;
	padding: 10px 5px 8px;
}
#main_menu ul li {
	display: inline;
	background: url('/media/dsg/main_menu_separator.gif') no-repeat center left;
	padding: 0 9px 0 10px;
}
#main_menu ul li.first {
	background: none;
}
#main_menu ul li a {
	color: #2476ba;
	font-family: Arial;
	font-size: 1.3em;
	text-decoration: none;
}
#main_menu ul li a:hover {
	text-decoration: underline;
}
#main_menu ul li a.active {
	font-weight: bold;
}

/* header menu */
#header_menu table {
	width: 98%;
	margin: 0 auto;
	background: url('/media/dsg/menu_separator.gif') no-repeat center left;
}
#header_menu table td {
	height: 45px;
	padding: 0 15px;
	overflow: hidden;
	text-align: center;
	background: url('/media/dsg/menu_separator.gif') no-repeat center right;
}
#header_menu table td a {
	color: #fff;
	font-family: Arial;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}
#header_menu table td a:hover {
	border-bottom: 1px solid #6ec0ed;
}
#header_menu table td a.active {
	color: #003a95;
}

