
/* left menu */
#menu_left ul,
#menu_right ul {
	list-style-type: none;
	margin: 0;
}
#menu_left ul li,
#menu_right ul li {
	float: left;
	margin: 0 3px 0 0;
}
#menu_left ul li a,
#menu_right ul li a {
	float: left;
	display: block;
	background: #690101 url('/dsg/menu_main_left.gif') no-repeat top left;
	text-decoration: none;
}
#menu_left ul li a span,
#menu_right ul li a span {
	float: left;
	display: block;
	/*height: 26px; /*36*/
	padding: 11px 0.7em 11px 0.7em;
	overflow: hidden;
	background: url('/dsg/menu_main_right.gif') no-repeat top right;
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	white-space: nowrap;
	cursor: pointer;
}
#menu_left ul li a:hover,
#menu_right ul li a:hover,
#menu_left ul li a.active,
#menu_right ul li a.active {
	background-color: #ff0001;
	background-image: url('/dsg/menu_main_left_active.gif');
}
#menu_left ul li a:hover span,
#menu_right ul li a:hover span,
#menu_left ul li a.active span,
#menu_right ul li a.active span {
	background-image: url('/dsg/menu_main_right_active.gif');
}


/* right menu */
#menu_right ul li {
	margin: 0 0 0 3px;
}
#menu_right ul li a {
	background-color: #000;
	background-image: url('/dsg/menu_black_left.gif');
}
#menu_right ul li a span {
	background-image: url('/dsg/menu_black_right.gif');
	text-transform: none;
}


/* footer menu */
#menu_combine ul,
#footer_text ul {
	list-style-type: none;
	margin: 0;
	padding: 1em 0;
	text-align: center;
	border-bottom: 2px solid #d4d4d4;
}
#menu_combine ul li,
#footer_text ul li {
	font-size: 1.2em;
	line-height: 1em;
	display: inline;
	margin: 0;
	padding: 0 2em;
}
#menu_combine ul li.first {
	padding-left: 0;
}
#menu_combine ul li.last {
	padding-right: 0;
}
#menu_combine ul li a,
#footer_text ul li a {
	color: #404040;
	text-decoration: none;
}
#menu_combine ul li a:hover,
#footer_text ul li a:hover,
#menu_combine ul li a.active,
#footer_text ul li a.active {
	text-decoration: underline;
}

/* footer menu text */
#footer_text ul {
	padding-bottom: 0;
	border-bottom: none;
}
#footer_text ul li {
	padding: 0;
}
#footer_text ul li#first_text {
	float: left;
}
#footer_text ul li#center_text {
	
}
#footer_text ul li#last_text {
	float: right;
}
#footer_text ul li#last_text a {
	font-weight: bold;
}

/* footer menu */
#center_text ul {
	margin: 0;
	padding: 0;
	border: none;
}
#center_text ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#center_text ul li a {
	text-decoration: underline;
}
#center_text ul li a:hover {
	text-decoration: none;
}
