
#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v, #menu-v ul
{
    /*width: 180px; !* Main Menu Item widths *!*/
    border-top:none;
    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
    z-index:9;
}

/* Top level menu links style
---------------------------------------*/

#menu-v li
{
    background: rgba(128, 128, 128, 0.70);
    list-style: none; margin: 0; padding: 0;
    /*width: 125px;*/
    margin-top: 3px;
}
#menu-v li:hover
{
    background: rgba(0, 0, 0, 0.70);
}


#menu-v li a
{
    font: normal 12px Lato;
    color: white;
    display: block;
    text-decoration: none;
    line-height:26px;
    /*padding-left:26px;*/
    text-align: center;
}
#menu-v ul li{
      background: rgba(128, 128, 128, 0.70);
    list-style: none; margin: 0; padding: 0;
    /*width: 125px;*/
    margin-top: 3px;
}
#menu-v ul li:hover{
    background: rgba(0, 0, 0, 0.70);
}
#menu-v ul li a
{
    line-height:30px;
}

#menu-v li a.arrow:hover
{
    background-image:url(../images/arrowon.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    position: absolute;
    width: 150px; /*Sub Menu Items width */
    visibility:hidden;
    max-height: 400px;
    overflow-y: scroll;
}

#menu-v a.arrow
{
    background-image:url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

#menu-v ul li:hover, #menu-v ul li.onhover
{
   background: rgba(0, 0, 0, 0.50);
}

.selected-subMenue{    
    background: rgba(128, 128, 128, 0.70) !important;
}
  
  
  /*hambuger toggle */

.prevPOIButton {
    position: absolute;
    left: 150px;
    padding: 5px;
    top: 10px;
    color: white !important;
    background: rgba(128, 128, 128, 0.7);
}

.nextPOIButton {
    position: absolute;
    left: 180px;
    padding: 5px;
    top: 10px;
    color: white !important;
    background: rgba(128, 128, 128, 0.7);
}

.styleOptionsmenucontainer{
    position: absolute;
    left: 20px;
    top: 10px;    
    color: white !important;
}

.styleOptionsmenucontainer .toggle-menu{
width: 125px;
padding: 5px;
background: rgba(128, 128, 128, 0.7);
}
.styleOptionsmenucontainer .menu {

}

.pointer{
    cursor: pointer
}