﻿.sm, .sm ul, .sm li
{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
   
}

ul.sm a
{
    position: relative;
    display: block;
    white-space: nowrap;
}

/***************************************************CSS LI LISTA*/
.sm-clean li
{
    background-color: #046b9e;
    border-top: 1px solid #fff;
    text-align: right;
}

.sm-clean > li:first-child
{
    border-top: 0;
}

.sm-clean > li:last-child
{
    border-bottom: 1px solid #fff;
}

/***************************************************CSS VOCI MENU*/
.sm-clean a
{
    padding: 13px 16px 13px 0;
    color: #ffffff;
   
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted
    {
        
        color:#fff;
    }

    /***************************************************CSS ICONA FONTAWESOME*/

    .sm-clean a:after
    {
    
        font-size: 12px;
        margin-left: 30px;
    }

/***************************************************CSS SOTTOMENU*/
/*.sm-clean a.has-submenu
    {
        padding-right: 25px;
    }

.sm-clean ul a.has-submenu
{
    padding-right: 60px;
    text-transform: none;
}*/

/***************************************************CSS SIMBOLO APERTURA SOTTOMENU*/
/*.sm-clean a span.sub-arrow
{
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555 transparent transparent transparent;
}

.sm-clean ul a span.sub-arrow
{
    right: 15px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555;
}

.sm-clean a span.sub-arrow, .sm-clean ul a span.sub-arrow
{
    top: 50%;
    margin-top: -9px;
    right: auto;
    left: 6px;
    margin-left: 0;
    width: 17px;
    height: 17px;
    font: normal 16px/16px monospace !important;
    text-align: center;
    border: 0;
    text-shadow: none;
    background: rgba(255,255,255,0.6);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}*/

/***************************************************CSS LI E VOCI  SOTTOMENU*/
/*ul.sm-clean ul
{
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

.sm-clean li ul li a
{
    text-transform: none;
    padding-left: 60px;
}*/
