/*** ESSENTIAL STYLES ***/
.sf-menu{
    display:flex;
}

.sf-menu, .sf-menu * {
    font-weight:900;
	margin: 0;
	padding: 0;
	list-style: none;
    padding:0 5px;
}
.sf-menu li {
	position: relative;
    border-radius:3px;
    /*width:120px;*/ 
    color:#fff;    
    display:inline-block;
     
      margin-right:5px;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {

}
.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%;
}

.sf-menu li ul li a{
    font-size:13px;
}


.sf-menu li ul li a:hover{
  color:white;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
    border-radius:2px;
    padding:0.9em 0;
}
/*¸ÞÀÎ»óÀ§³×ºñ°ÔÀÌ¼Ç*/
.sf-menu ul {	
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
    border-radius:2px;
    font-size:15px;
 
    
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
    padding:1em 0.6em;

}

.sf-menu ul li {
	background-color: rgba(255,192,0,1);
    border-radius:2px;
    /*border:solid 1px #f4f4f4;*/
    width:120px;
    margin-left:0px;
   
}

/*li ÆùÆ® »çÀÌÁî*/
.sf-menu ul ul li {
	background: #f6f6f6;
    border:solid 1px #f4f4f4;
    
}



.sf-menu li:hover,
.sf-menu li.sfHover{
	/*background-color: #ccc;*/
    
	/* only transition out, not in */
	/*-webkit-transition: none;
	transition: none;*/

    	/*/*transition: 0.1s;*/
	    color:#00aeef !important;
		padding-bottom:10px;      
		
}
.sf-menu li a:hover {
        color:#00aeef !important;		    		
}


.sf-menu li ul li:hover{
    background-color:#dc9d23;  
    color:white;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right:0.7em;
	*padding-right: 0.7em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.5em; /*¸Þ´º »ï°¢Çü*/
	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;
}

.sf-menu li {
    text-align:center;
}


.sf-menu li ul{ margin-top:5px;}

.sf-menu li ul li:hover{
    background-color:#dc9d23;  
    color:white !important;
}
.sf-menu li ul li a:hover{
    color:white !important;
}

