/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/menus.css);


/* Mega Drop-Down Menu
----------------------------------------------------------------------------------------------------*/

/* Level 1 */
.menu-dropdown,

.menu-dropdown li.level1 {
	margin-right: 0px;
        margin-left: 0px;
        }

.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	color: #888;
        padding-top: 10px;
        border-right: 1px solid rgba(0,0,0,0.1);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}

.menu-dropdown li.level1:nth-child(1):hover .level1,  
.menu-dropdown li.level1:nth-child(1) .dropdown-bg > div {
        border-top-left-radius: 8px;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
    height: 30px;
    line-height: 20px;
    padding: 10px;
}

/* Set Active */
.menu-dropdown li.active .level1 { 
    color: #444;
}

/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { 
    color: #444;
    background-color:#f7f7f7;
  -moz-box-shadow: 0px 4px 0px 0px rgba(64,112,135,1);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(64,112,135,1);
  box-shadow: 0px 4px 0px 0px rgba(64,112,135,1);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Drop-Down */
.menu-dropdown .dropdown {
	top: 64px;
}

.menu-dropdown .dropdown-bg > div {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Level 2 */
.menu-dropdown li.level2 { 
    border-top: 1px solid rgba(0,0,0,0.1);
}
.menu-dropdown li.level2:first-child { border: none; }

.menu-dropdown a.level2,
.menu-dropdown span.level2 {
   color: #888;
   padding: 0 5px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Set Hover */
.menu-dropdown a.level2:hover {
   padding: 0 10px;
   background: #fff;
   color: #444;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Set Current */
.menu-dropdown a.current.level2 { font-weight: bold; } 

/* Level 3 */
.menu-dropdown li.level3 { 
	margin: 0 5px;
}
.menu-dropdown li.level3:first-child { border: none; }

.menu-dropdown a.level3,
.menu-dropdown span.level3 { 
       padding-left: 15px;
       background-position: 0;
       background-repeat: no-repeat;
       background-image: url(../images/level3.png);
       color: #888;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Set Hover */
.menu-dropdown a.level3:hover {
       padding-left: 15px;
       background: #fff;
       background-position: 0;
       background-repeat: no-repeat;
       background-image: url(../images/level3.png);
       color: #444;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Set Current */
.menu-dropdown a.current.level3 { font-weight: bold; } 


/* Sidebar/Accordion Menu
----------------------------------------------------------------------------------------------------*/
/* Link */
.menu-sidebar a,
.menu-sidebar li > span { color: #444; }

/* Hover */
.menu-sidebar a:hover,
.menu-sidebar li > span:hover { color: #131313; }

/* Current */
.menu-sidebar a.current { font-weight: bold; color: #444; }

/* Level 1 */
.menu-sidebar li.level1 { border-top: 1px solid #ddd; }
.menu-sidebar li.level1:first-child { border-top: none; }

.menu-sidebar li.parent .level1 > span { background: url(../images/menu_sidebar_parent.png) 100% 0 no-repeat; }
.menu-sidebar li.parent.active .level1 > span { background-position: 100% -30px; }

/* Level 2-4 */
.menu-sidebar a.level2,
.menu-sidebar span.level2 { 
       padding-left: 15px;
       background-position: 0;
       background-repeat: no-repeat;
       background-image: url(../images/sidebar-level.png);
}
.menu-sidebar ul.level2 ul { 
       padding-left: 10px;
 }


/* Line Menu
----------------------------------------------------------------------------------------------------*/

.menu-line li {
	margin-left: 7px;
	padding-left: 8px;
	background: url(../images/menu_line_item.png) 0 50% no-repeat;
}

.menu-line li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

