﻿/*____________________________________________
|     _     _ ___      __ _                   |
|    (_)___(_) __|___ / _| |_ __ _ _ _ ___    |
|    | |_ /| \__ | _ \  _|  _/ _` | '_/ -_)   |
|    |_/__||_|___|___/_|  \__\__,_|_| \___|   |
|                                             |
|       ©2010 iziSoftware - Version 1.0       |
|_____________________________________________|


___________         WEMENU          ___________
*/

.OEWEMenu
{ 
    position:absolute;
    left:0px !important;
    top:0px !important;
    overflow:visible;
    display :none;     
       
}

 .OESZ_WEMenuGroup 
{

    position:absolute;
    left:0px;
    top:0px;
    display:none;

} 

 .OESZ_WEMenuItem
{
    position:relative;
    cursor:pointer;
    clear:both;
    /*white-space:nowrap;*/
    
 }

.OESZ_WEMenuIcon
{
   border:0px;
   vertical-align:middle;
   padding-right:3px;
}



.OESZ_WEMenuText
{
   vertical-align:middle;
}

/*.OESZ_WEMenuSubIcon
{
    padding-left:3px;
    border:0px;
    vertical-align:middle;
    visibility:hidden;

}*/

.OESZ_WEMenuSeparator
{
    position:relative;
    width:100%;
}

.OESZ_WEMenuTop
{
    height:0px;
}

.OESZ_WEMenuBottom
{
    height:0px;
}


