/* ------------( menu ) ----------- */
#menu ul {
	list-style				: none;
	padding						: 0;
	margin						: 0;
}

#menu ul li {
	display						: block;
	list-style				: none;
	padding						: 0;
	margin						: 0;
	position					: relative;
	z-index						: 20;
	vertical-align 		: middle;
	float 						: left;
}

#menu ul ul, 
#menu ul ul ul,
#menu ul ul ul ul {
	display						: none;
	position					: absolute;
	z-index						: 21;
	/*-----( vertical )-----*/
	/*left							: 100%;
	top								: 0;*/
	/*-----( horizontal )-----*/
	left							: 0;
	top								: 100%;
}

#menu ul ul {
/*	left 							: -4px;*/
	margin-left 			: -3px !important;
	margin-left				: 0px;
}

#menu ul li:hover ul {
	display						: block;
	position					: absolute;

	width											: 219px;
	/*border										: 1px solid #fff;*/
	/*border-radius			 				: 9px;*/
	/*-moz-border-radius 				: 9px;*/
	/*-webkit-border-radius			: 9px;*/
	/*background-image					: url(/images/fancybox/bg_gradient.png);*/
	/*background-position				: top left;*/
	/*background-repeat					: repeat-x;*/
	/*background-color					: #e0e0e0;*/

	/*-----( vertical )-----*/
	/*left							: 100%;
	top								: 0;*/
	/*-----( horizontal )-----*/
	left							: 0;
	top								: 100%;
}

#menu ul li:hover ul ul,
#menu ul li:hover ul ul ul,
#menu ul li:hover ul ul ul ul {
	display						: none;
}

#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul {
	display						: block;
}

#menu ul ul li {
	display					 		: block;
	float						 		: left;
	width						 		: 100%;
	height					 		: auto;
	margin 					 		: 0;
	background-image 		: url(/images/bg_submenu.png) !important;
	background-image		: none;
 	background-color		: transparent !important;
	background-color		: #fff;
  background-position	: top left;
	background-repeat		: repeat-y;
}

#menu ul ul li.firstsub {
	background-image		: url(/images/bg_submenu_top.png) !important;
	background-image		: none;
	background-color		: transparent !important;
	background-color		: #fff;
	background-position	: top left;
	background-repeat		: no-repeat;
}

#menu ul ul li.lastsub {
	background-image		: url(/images/bg_submenu_bottom.png) !important;
	background-image		: none;
	background-position	: bottom left;
	background-color		: transparent !important;
	background-color		: #fff;
  background-repeat		: no-repeat;
	padding-bottom			: 15px;
}

#menu ul ul li.firstsub a,
#menu ul ul li.firstlastsub a,
#menu ul ul li.lastsub a,
#menu ul ul li a {
	display						: block;
	float							: left;
	/*width							: 100%;*/
	width							: 180px;
	margin						: 0 0 0 15px;
	height						: auto;
	color							: #5891b5;
	text-align				: left;
	padding						: 10px 0;
	border						: none;
	border-top				: 1px dotted #5891b5;
}

#menu ul ul li a:hover {
	background				: transparent !important;
	color							: #ffc800 !important;
}

#menu ul ul li.firstsub a {
	border						: none !important;
	padding-top				: 8px;
}

li>ul { 
	top								: auto;
	left							: auto;
}
