.div_mt1 {
	width: 167px;
	background: url(../gfx/layout/top_menu_2.gif) repeat-y 0 0;
	top: 8px;
	left: 12px;
	position: relative;	
}

.div_mt2 {
	background: url(../gfx/layout/top_menu_1.gif) no-repeat top left;
	width: 167px;
	position: relative;
}

.div_mt3 {
	background: url(../gfx/layout/top_menu_3.gif) no-repeat bottom left;
	width: 167px;
	position: relative;
	padding: 6px 0 6px 0;
}

.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;
}


