                                                                                                                                    /*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	
}
.sf-menu ul {
	background: none repeat scroll 0 0 #68a731;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 13em;
    padding: 5px;
	 margin-top:2px;
}
.sf-menu a{
  color: #ffffff;
font-family: "swis721_btroman";
font-size: 18px;
line-height: 67px;
padding:0 19px;
height:67px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
 
}


.sf-menu li a:hover,
.sf-menu li a.sfHover, .sf-menu li.selected > a, .sf-menu li.active > a{

color:#9c0b4c


}


.sf-menu ul li a {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #b3d276;
	border-top:0px solid #fff;
    color: #fff;
 	font-weight:normal;

    height: 25px;
	
    line-height: 25px;
    min-width: 188px;
    padding-left: 10px;
    text-align: left;
	}
.sf-menu li {
	white-space: inherit; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	
}
.sf-menu ul li {
	background-color:#68a731;
	
}
.sf-menu ul li a:hover, .sf-menu ul li.selected a{
	background:#9c0b4c !important;
	color:#fff;

}
.sf-menu ul ul li {
	background:#68a731;

}
.sf-menu li:hover,
.sf-menu li.sfHover {
	

	/* only transition out, not in */
-webkit-transition: none;
transition: none;
	
}

.sf-menu li:hover > a,
.sf-menu li.sfHover > a {

color:#9c0b4c;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {

	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
		
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	/*-------------------------------------------position flÃ¨che-------------------------------------------------*/
content: "\f078";
  font-family: "FontAwesome";
    font-size: 13px;
    height: 29px;
    position: absolute;
    right: 43%;
    top: 40%;
  
/*--------------------------------------------------------------------------------------------*/
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
/*content: "\f0fe";
*/
content: "\f078";
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
content: "\f078";	
}
.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 {
content: "\f078";
}
.sf-menu .fin{
background:none !important;
}


        
        
        
        
        
        
        
        
        