.menu_ol {
	position:relative;
	top: 0;
	left: 1px;
	width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    list-style: none;
    font-family: Tahoma;
    font-size: 11px;
}

.menu_ol li {
  margin: 0;
  padding: 0;
  cursor:pointer;
}

.menu_item_l1 {
	
}
.menu_item_l1_active {
	background: transparent url(../gfx/inside/mm_active.jpg) no-repeat 20px 7px;
}

.menu_item_l1 a:link,
.menu_item_l1_active a:link,
.menu_item_l1 a:visited,
.menu_item_l1_active a:visited {
	padding-right:5px;
	padding-left:31px;
	padding-top:5px;
	padding-bottom:5px;
    width: 120px;
	color: white;
	text-decoration: none;
    display: block;
    margin: 0;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
    border: 0;
    border-bottom: white 1px solid;
    
}

.menu_item_l1_active a:link,
.menu_item_l1_active a:visited {
    color: #fff200;
    font-weight: bold;
}

.menu_item_l1 a:link:hover,
.menu_item_l1 a:visited:hover {
    color: #fff200;
}

.menu_item_l1_active a:link:hover,
.menu_item_l1_active a:visited:hover {
   color: #fff200;
}















.menu_item_l2 {
	
}
.menu_item_l2_active {
	background: transparent url(../gfx/inside/mm_active.jpg) no-repeat 38px 4px;
}

.menu_item_l2 a:link,
.menu_item_l2_active a:link,
.menu_item_l2 a:visited,
.menu_item_l2_active a:visited {
	padding-right:4px;
	padding-left:50px;
	padding-top:2px;
	padding-bottom:5px;
    width: 120px;
	color: white;
	text-decoration: none;
	font-size: 10px;
    display: block;
    margin: 0;
    position: relative;
    font-weight: bold;
    
}

.menu_item_l2_active a:link,
.menu_item_l2_active a:visited {
    font-weight: bold;
    color: #fff200;
}

.menu_item_l2 a:link:hover ,
.menu_item_l2_active a:link:hover,
.menu_item_l2 a:visited:hover,
.menu_item_l2_active a:visited:hover {
    color: #fff200;
}













.menu_item_l3 {
	
}
.menu_item_l3_active {

}

.menu_item_l3 a:link,
.menu_item_l3_active a:link,
.menu_item_l3 a:visited,
.menu_item_l3_active a:visited {
	padding-right:4px;
	padding-left:70px;
	padding-top:1px;
	padding-bottom:3px;
    width: 100px;
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma;
    display: block;
    margin: 0;
    position: relative;
	color:white;
}

.menu_item_l3_active a:link,
.menu_item_l3_active a:visited {
    color:white;
    font-weight: bold;
}

.menu_item_l3 a:link:hover ,
.menu_item_l3_active a:link:hover,
.menu_item_l3 a:visited:hover,
.menu_item_l3_active a:visited:hover {
    color:white;
	text-decoration: underline;
}


