/* $Id$ */

/**
 * @file
 * OM Maximenu Simple Skin
 *
 * @author: Daniel Honrade http://drupal.org/user/351112
 *
 */

/* OM Maximenu Content - simple style - general */
.om-maximenu-simple .om-maximenu-top { position: relative; }
.om-maximenu-simple .om-maximenu-top-left { position: absolute; top: 0; left: -25px; height: 25px; width: 25px; }
.om-maximenu-simple .om-maximenu-top-right { position: absolute; top: 0; right: -25px; height: 25px; width: 25px; }

.om-maximenu-simple .om-maximenu-middle { background: none #231F20; }
.om-maximenu-simple .om-maximenu-middle-left { margin-left: -25px; }
.om-maximenu-simple .om-maximenu-middle-right { padding: 0 20px; margin-right: -25px;}

.om-maximenu-simple .om-maximenu-bottom { height: 25px; position: relative; }
.om-maximenu-simple .om-maximenu-bottom-left { position: absolute; bottom: 0; left: -25px; height: 25px; width: 25px; }
.om-maximenu-simple .om-maximenu-bottom-right { position: absolute; bottom: 0; right: -25px; height: 25px; width: 25px; }


/* OM Maximenu Content - simple style - main menu */
.om-maximenu-simple.om-maximenu-main-menu .om-maximenu-content .om-maximenu-top { display: none; }
 
/* OM Maximenu Content - simple style - block down/down */
.om-maximenu-simple.om-maximenu-block.om-maximenu-row.om-maximenu-block-down .om-maximenu-content .om-maximenu-top { display: none; }
.om-maximenu-simple.om-maximenu-block.om-maximenu-row.om-maximenu-block-up .om-maximenu-content .om-maximenu-bottom { display: none; }


/* OM Maximenu Content - simple style - block left */

/* OM Maximenu Content - simple style - block right */

/* OM Maximenu Content - simple style - float top/bottom */
.om-maximenu-simple.om-maximenu-float.om-maximenu-row.om-maximenu-top .om-maximenu-content .om-maximenu-top { display: none; }
.om-maximenu-simple.om-maximenu-float.om-maximenu-row.om-maximenu-bottom .om-maximenu-content .om-maximenu-bottom { display: none; }


.om-maximenu-content .om-maximenu-middle ul.menu li a{
    color:#fff;
    font-family: "webfontThin";
    font-size: 14px;
    width: 170px;
    height:35px;
    line-height: 35px;
    padding: 8px;

}
.om-maximenu-content .om-maximenu-middle ul.menu li a:hover{
    background: #AA8A2F;
    width: 170px;
    height: 35px;
    line-height: 35px;
    padding: 8px;
}
ul.menu li{
    /*min-width: 220px !important;*/
}

