
.menu {
cursor: pointer; 
cursor: hand; 
text-decoration: none;
}

.menu_fnkv {
padding: 0px;
margin: 0px;
}

.content_menu {
position: relative;
width: 615px;
height: 30px;
background-color: #9dc6a6;
}

.mini_menu {
position: absolute;
top: 174px;
left: 190px;
width: 150px;
height: 50px;
font-family: Tahoma;
font-weight: bold;
color: white;
font-size: 13px;
text-align: left;
}

.main_menu {
position: relative;
float: left;
text-align: center;
top: -70px;
width: 175px;
border: 10px solid #9dc6a6;
border-left: 0px;
background-color: #c8dfc7;
margin-bottom: -50px;
min-height: 300px;
height: auto;
_height: 300px;

}

.main_menu {
font-size: 12px;
font-family: Tahoma;
color: #012b29;
}

.main_menu p {
font-size: 12px;
font-family: Tahoma;
color: #012b29;
margin: 0px;
padding: 0px;
text-align: left;
margin-left: 5px;
margin-bottom: 5px;
}


