/* menu - main */
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: inline;
	float: left;
	margin: 0 0 0 6px;
}
#menu ul li a {
	display: block;
	width: 96px;
	height: 21px;	/*27*/
	padding-top: 6px;
	text-align: center;
	background: url('/dsg/menu-button.gif') no-repeat center center;
	font-weight: bold;
	color: #21297a;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li #menu-14 {
	height: 27px;
	padding-top: 0;
}
#menu ul li a:hover,
#menu ul li a.active {
	background-image: url('/dsg/menu-button-hover.gif');
}

/* menu bottom */
#menu-bottom {
	list-style-type: none;
	margin: 10px 0 0 20px;
}
#menu-bottom li {
	margin: 0;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #737373;
}
#menu-bottom li.last {
	border-right: none;
}
#menu-bottom li a {
	color: #737373;
	text-decoration: none;
}
#menu-bottom li a:hover {
	text-decoration: underline;
}
#menu-bottom li a.active {
	font-weight: bold;
}



/* groups */

/* 1 level */
#menu-groups ul {
	list-style-type: none;
}
#menu-groups ul li {
	margin: 0;
	margin-bottom: 1em;
}
#menu-groups ul li a {
	display: block;
	border-bottom: 1px solid #5a5a5a;
	color: #ff8400;
	font-size: 110%;
	font-weight: bold;
	padding: 6px 6px 4px 6px;
	text-decoration: none;
}
#menu-groups ul li a:hover {
	text-decoration: underline;
}
#menu-groups ul li a.active {
	font-weight: bold;
}

/* 2 level */
#menu-groups ul ul li {
	margin: 0;
	background: url('/dsg/arrow-black.gif') no-repeat 8px 8px;
}
#menu-groups ul ul li a {
	color: #21297a;
	font-size: 100%;
	font-weight: normal;
	padding: 4px;
	padding-left: 20px;
	border-bottom: none;
	background: url('/dsg/line.gif') repeat-x bottom left;
}

/* 3 level */
#menu-groups ul ul ul li {
	background-position: 18px 8px;
}
#menu-groups ul ul ul li a {
	padding-left: 30px;
}

/* 4 level */
#menu-groups ul ul ul ul li {
	background-position: 28px 8px;
}
#menu-groups ul ul ul ul li a {
	padding-left: 40px;
}

/* companies */
#menu-groups ul.companies {

}
#menu-groups ul.companies li {
	
}
#menu-groups ul.companies li a {
	
}