/* @override http://localhost:8888/LOTUS/files/superfish/css/superfish.css */

.block {
    overflow: visible !important;
}

.sf-menu {
       float: left;
       padding-top: 20px;
       position: relative;
}
.sf-menu ul {
	/*border:1px solid #CCC;*/
	-moz-border-radius: 5px; border-radius: 5px;
        /*box-shadow: 2px 2px 6px rgba(0,0,0,.2);*/
        min-width: 12em; /* allow long menu items to determine submenu width */        
}
.sf-menu a, .sf-menu span.active {
        /*border-top: 1px solid #dFeEFF;  fallback colour must use full shorthand 
        border-top: 1px solid rgba(255,255,255,.5);*/
        padding: 8px 10px;
        text-decoration: none;
        zoom:1;
        font-size:18px;
        margin:0 5px;
}
.sf-menu li.forward.trail{
	     padding: 8px 10px;
	     text-decoration: none;
	     zoom:1;
	     font-size:18px!important;
	     margin:0 5px;
         font-size:1.05em;
         color:#333!important;
}

.sf-menu li a:hover{color: #ec1b24;}

.sf-menu a {
        color: #333;
        
}

.sf-menu .level_2 li a{font-size:15px;  color: #333;border-bottom:1px solid #e2e2e2;}

.sf-menu .level_2 li a:hover{color: #ec1b24; padding-left: 1em;}

.sf-menu li {
        
        white-space: nowrap; 
        /**white-space: normal;*/ 
        -webkit-transition: background .2s;
        transition: background .2s;
}
.sf-menu li.submenu{background: url(../../images/nav_arrow.gif) no-repeat 98% 50%; z-index:999; position: relative;}

.sf-menu li.submenu:hover{background: url(../../images/nav_arrow_up.gif) no-repeat 41px 100%;}


.sf-menu li.active span.active{
    display: block;
    color: #ec1b24;

}

.sf-menu ul.level_2 span.active{
border-bottom:1px solid #e2e2e2;
font-weight: bold;
padding-left:10px; 
font-size: 15px;
}
.sf-menu ul.level_2{ background: #ecf0f0 no-repeat 0;}
.sf-menu ul li {
        -moz-border-radius: 0px; border-radius: 0px; 
}
.sf-menu ul ul li {
        
}
.sf-menu li:hover,
.sf-menu li.sfHover {

        -webkit-transition: none;
        transition: none;
        color:#FFF!important;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
        padding-right: 2.5em !important;
}
.sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
        border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
        border-left-color: white;
}