/* language menu*/
ul#languages {
	list-style-type: none;
	margin: 0;
	float: right;
}
	ul#languages li {
		margin: 0;
		float: left;

		margin-left: 9px;
		background: url('/dsg/li_bullet.gif') no-repeat 0 0.4em;
		padding-left: 13px;
	}
	ul#languages li.first {
		margin-left: 0;
		background: none;
		padding-left: 0;
	}
		ul#languages li a {
			text-decoration: none;
			color: #7a7a7a;
			font-weight: bold;
			font-size: 1.4em;
			text-transform: uppercase;
			line-height: 1em;
		}
		ul#languages li a:hover,
		ul#languages li a.active {
			color: #b5050d;
		}


/* menu top */
#menu-top ul {
	list-style-type: none;
	margin: 0;
}
#menu-top ul li {
	display: inline;
	text-transform: uppercase;
	margin: 0 8px 0 0;
	padding-left: 13px;
	background: url('/dsg/li_bullet.gif') no-repeat center left;
}
#menu-top ul li.first {
	list-style: none;
	background: none;
	padding-left: 0;
}
#menu-top ul li.last {
	list-style: none;
	background: none;
	margin-right: 0;
	background: url('/dsg/li_bullet.gif') no-repeat center left;
}
#menu-top ul li a {
	color: #7a7a7a;
	font-size: 1.4em;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
#menu-top ul li a:hover,
#menu-top ul li a.active {
	color: #b4050a;
}


/* menu left */
/* 1.level */
.menu-left  {
	text-align:right;
}
.menu-left ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menu-left ul li {
	margin: 0;
	padding: 3px 0;
	color: #7a7a7a ;
}
.menu-left ul li a {
	color: #8b081b;
	font-size: 1.2em;
	text-decoration: none;
	background: url('/dsg/li_bullet.gif') no-repeat center right;
	padding-right: 11px;
}
.menu-left ul li a:hover {
	text-decoration: underline;
}
.menu-left ul li a.active {
	font-weight: bold;
}
/* 2.level */
.menu-left ul ul {
	margin-top: 3px;
}
.menu-left ul ul li {
	margin: 0 1em 0 0;
}


/* menu footer */
#menu-bottom ul {
	list-style-type: none;
}
#menu-bottom ul li {
	float: left;
	margin: 0;
	padding: 0 5px 0 4px;
	border-left: 1px solid #7a7a7a;
}
#menu-bottom ul li.first {
	padding-left: 0;
	border: none;
}
#menu-bottom ul li.last {
	padding-right: 0;
}
#menu-bottom ul li a {
	color: #7a7a7a;
	font-size: 1.2em;
	text-decoration: underline;
}
#menu-bottom ul li a:hover {
	text-decoration: none;
}
#menu-bottom ul li a.active {
	font-weight: bold;
	text-decoration: none;
}
#menu-bottom ul li a.active:hover {
	text-decoration: underline;
}
