/* 
  $Id: dropdown.css 6 2010-11-07 11:23:57Z Esben $
*/
td.menu_dd {
	padding-top:0;
	padding-left:0;
	line-height:1;
	width:auto;
	height:30px;
	overflow:hidden;
	background-color:transparent;
	border:none;
	margin:0;
}
.menu_dd a {
	text-decoration:none;
	color:#ccc;
	display:block;
}
.td-menu1-1 { }
.td-menu1-1 a,
.td-menu1-1-act a {
	margin:0;
	padding:12px 20px 2px 0;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}
.td-menu1-1-act .headactive a { color:#fff; }
.td-menu1-1 a:hover,
.td-menu1-1-act a:hover { }
.td-menu1-2-act,
.td-menu1-2,
.td-menu1-2-sub,
.td-menu1-3,
.td-menu1-3-act { }
.td-menu1-2-act a,
.td-menu1-2 a,
.td-menu1-2-sub a,
.td-menu1-3 a,
.td-menu1-3-act a {
	font-size:11px;
	background-color:#404c3c;
	font-weight:normal;
	margin:0;
	text-decoration:none;
	color:#fff;
	width:140px;
	display:block;
	border-bottom:#fff 1px solid;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
	line-height:1.2;
	padding:2px 8px 2px 4px;
}
/**/
.td-menu1-2-act a:hover,
.td-menu1-2 a:hover,
.td-menu1-2-sub a:hover,
.td-menu1-3 a:hover,
.td-menu1-3-act a:hover { background-color:#7d8a5b; }
/**/
.td-menu1-2 { font-size:11px; }

