@CHARSET "UTF-8";

.menu .wrap-li { position: relative; z-index: 1 }
.popupmenu { display: none }

.popupmenu ul { padding: 5px 0 10px; background: #fff; overflow: hidden; }
.popupmenu li {
	padding: 5px 0 6px;
	border-bottom: 1px solid #e6eef6;
	background: #fff
}
.popupmenu li.last { border: none }
.popupmenu a {
	padding: 0 25px;
	font: normal 1.4em 'Tahoma';
	color: #4b7bb1;
	text-indent: 0;
}
.popupmenu a:hover { background: url(/themes/default/images/popupmenu-arrow.gif) no-repeat 15px 4px }
.popupmenu a:before { content: '' }

.popupmenu {
	width: 100%;
	position: absolute;
	left: 100%; top: -15px;
	z-index: 100;
	border: 1px dashed #aec7d9;
}

.shadow .wrap {
	width: 100%;
	margin: -7px -7px 0;
	padding: 7px 7px 0;
	overflow: hidden;
	position: relative;
}

.sn-cn {
	position: absolute;
	overflow: hidden;
	left: -7px;
	z-index: -1;
	background: url(/themes/default/images/popupmenu-shadow.png) no-repeat 0 0
}
.sh-tl, .sh-tr { height: 500px; top: -7px }
.sh-tl, .sh-bl { width: 100% }
.sh-tr, .sh-br { width: 7px; margin-left: 100% }
.sh-bl, .sh-br { height: 7px }
.sh-bl { left: -14px; padding-right: 14px; clip: rect(auto, auto, auto, 7px) }
.sh-br { left: 0 }

.popupmenu .level2 {
	padding: 3px 0 4px;
	list-style-type: circle
}

.level2 li {
	padding: 2px 0 3px 15px;
	border: none;
	font-size: 1em;
}

.level2 a {
	font-size: 1.2em;
	background: url(/themes/default/images/popupmenu-arrow.gif) no-repeat 15px 3px
}
