﻿.popupMenu, .popupMenuOmrade {
    visibility:hidden;
    background-color:#FFF;
    /*opacity:.9;*/
    /*filter: alpha(opacity=90);*/
    overflow-x: hidden;
    overflow-y: scroll;
    height:120px ;
    width:270px;
    border-style:solid;
    border-color:Gray; 
    border-width:1px;
}

.popupHover {
    background-position:left top;
    background-color:#F5F7F8;
    width:250px !important;
}

.regularText
{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size:12px;
}

.ddlMenu 
{
    width:250px !important;
    overflow-y:auto; 
    overflow-x:hidden;
}
.hidden
{
    display: none;
}
