
.menu_top {
	position:relative;
	top: 0;
	left: 0;
    list-style: none;
	text-align: left;
	margin: 0 9px 0 9px;
	padding: 0;
}

.menu_top li {
  cursor: pointer;
  font-family: Verdana;
}

.menu_top_l1_active {
	background: url(../gfx/layout/bullet.gif) no-repeat center left;
}



.menu_top_l1 a:link,
.menu_top_l1_active a:link,
.menu_top_l1 a:visited,
.menu_top_l1_active a:visited {
    position: relative;
	display: block;
	width: 140px;
	font-size: 11px;
	padding: 3px 3px 3px 12px;
	text-decoration: none;
	color: #1d1d1d;
	background: url(../gfx/layout/separator.gif) repeat-x top left;
}

.menu_top_l1_active a:link,
.menu_top_l1_active a:visited {
    font-weight: bold;
}

.menu_top_l1 a:link:hover,
.menu_top_l1 a:visited:hover,
.menu_top_l1_active a:link:hover,
.menu_top_l1_active a:visited:hover {
    text-decoration: underline;
}

.menu_top .nobg a {
	background: transparent;
}


