@import url(../warp/css/menus.css);
/*//   Mega Drop-Down Menu   //
----------------------------------------------------------------------------------------------------
Level 1*/
.menu-dropdown
{
	margin-bottom: 0;
}
.menu-dropdown A.level1, .menu-dropdown SPAN.level1
{
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
}
.menu-dropdown .level1
{
	margin-right: 0px;
}
.menu-dropdown .level1.parent .level1.parent SPAN
{
	padding-right: 15px;
}
.menu-dropdown .level1 .level1 SPAN.icon
{
	width: 30px;
	height: 30px;
	margin-left: -15px;
}
/*Drop-Down*/
.menu-dropdown .dropdown
{
	top: 53px;
}
.menu-dropdown .dropdown-bg > DIV
{
	padding: 0px;
}
/*- Level 2*/
.menu-dropdown A.level2, .menu-dropdown SPAN.level2
{
	padding-left: 10px;
}
.menu-dropdown LI.level2, .menu-dropdown LI.level2:first-child
{
	border-left-width: 5px;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
}
.menu-dropdown LI.level2:hover, .menu-dropdown LI.level2.active.current
{
	border-left-width: 5px;
	border-left-style: solid;
}
.menu-dropdown LI.level2.active.current A.level2.active.current
{
	font-weight: bold;
}
/*- Level 3*/
.menu-dropdown A.level3, .menu-dropdown SPAN.level3
{
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
}
.menu-dropdown UL.level3
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.menu-dropdown LI.level3.active.current A.active.current
{
	font-weight: bold;
}
/*- Icons*/
.menu-dropdown LI.level2 .level2 SPAN.icon
{
	margin-right: 5px;
	margin-left: -5px;
}
.menu-dropdown LI.level2 .level2 SPAN.icon + SPAN, .menu-dropdown LI.level2 .level2 SPAN.icon + SPAN + SPAN
{
	margin-left: 35px;
}
.menu-dropdown LI.level3 .level3 SPAN.icon
{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
/*//   Sidebar/Accordion Menu   //
----------------------------------------------------------------------------------------------------
- Link*/
.menu-sidebar A, .menu-sidebar LI > SPAN
{
	padding-top: 2px;
	padding-bottom: 1px;
}
/*- Active*/
.menu-sidebar LI.level1.active.current A.level1.active.current
{
	font-weight: bold;
}
/*- Level 1*/
.menu-sidebar LI.level1
{
	border-left-width: 3px;
	border-left-style: solid;
	padding-left: 10px;
	margin-bottom: 3px;
}
.menu-sidebar LI.level1:hover, .menu-sidebar LI.level1.active
{
	border-left-width: 3px;
	border-left-style: solid;
}
.menu-sidebar LI.level1:first-child
{
	border-top: none;
}
/*- Level 2-4*/
.menu-sidebar LI.level1 DIV
{
	padding-bottom: 5px;
}
.menu-sidebar UL.level2
{
	padding: 0px 0px 0px 0;
	margin: 0px 0px 5px 0;
}
.menu-sidebar UL.level2 LI.level2.active.current A.level2.active.current
{
	font-weight: bold;
}
/*- Icons*/
.menu-sidebar SPAN.icon
{
	margin-right: 5px;
	margin-left: -5px;
	margin-top: -7px;
}
.menu-sidebar .level2 SPAN.icon
{
	margin-right: 5px;
	margin-left: -5px;
	margin-top: -6px;
}
/*//   Line Menu   //
----------------------------------------------------------------------------------------------------*/
.menu-line LI
{
	margin-left: 7px;
	padding-left: 8px;
	background: url(../images/menu_line_item.png) no-repeat 0 50%;
}
.menu-line LI:first-child
{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
