/* Project : Mango Studio v.2.0 lite
*  Author  : PL
*  History : 2014-05-31 Original version
*
*  Subject : Mango Menu Stylesheet
*
*/
.topmenu {
	list-style: none;
	text-align: left;
	padding: 1px;
	padding-bottom: 5px;
	border: 1px solid #dedede;
	background: #fafafa url('../dlxmanager/images/mangomenu/bg.gif') repeat-y left;
	width: 172px;
	margin: 5px 0 10px 0;
	position: relative;
}

.submenu {
	list-style: none;
	padding: 1px 1px 6px 1px;
	margin: -10px 0 0 0;
	border: 1px solid #c6c6c6;
	background: #fafafa url('../dlxmanager/images/mangomenu/bg.gif') repeat-y left;
	width: 172px;
	position: absolute;
	left: 165px;
/*	top: -20px;*/
	z-index: 1000;
	display: none;
}

.separator {
	width: 170px;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	padding: 2px 0;
	margin: 0;
	border: none;
	background: transparent url('../dlxmanager/images/mangomenu/separator.png') repeat-x left;
}
.separator2 {
	width: 142px;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	padding-top: 5px;
	margin: 0 0 0 28px;;
	border: none;
	background: transparent url('../dlxmanager/images/mangomenu/separator.png') repeat-x left;
}
.separator img, .separator2 img {
	width: 16px;
	height: 3px;
}

.topmenu .menutitle {
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #999;
	padding: 2px;
	cursor: pointer;
}

.topmenu li {
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	white-space: nowrap;
	width: 172px;
	height: 16px;
	line-height: 16px;
	padding: 2px 0;
}
.topmenu li .icon {
	margin-right: 10px;
	width: 16px;
	height: 16px;
}
.topmenu li .arrow {
	float: right;
	width: 16px;
	height: 16px;
}
.topmenu li A {
	padding: 0 3px;
	display: block;
}
.topmenu li A:link, .topmenu li A:visited {
	background-color: transparent;
	color: #7c7a6b;
}
.topmenu li A:active, .topmenu li A:hover {
	background-color: #3093c7;
	color: #fff;
}

.topmenu li:hover ul ul,
.topmenu li.iehover ul ul {
	display: none;
}
.topmenu li:hover ul,
.topmenu ul li:hover ul {
	display: block;
}
.topmenu li.iehover ul,
.topmenu ul li.iehover ul {
	display: block;
}