﻿/*
QS4 system menu css
*/
.syspopupMenu {
	border: solid 2px #535355; 
	text-align:left;
	display:none;
	float:left;
	z-index:1001;
	-moz-box-sizing: border-box;
}

.syspopupMenu a {
	font: 8pt tahoma, helvetica, sans-serif;
	display: block;
	white-space:nowrap;
	margin: 0;
	padding: 6px;
	padding-left:7px;
	text-decoration:none;
	-moz-box-sizing: border-box;
}

.syspopupMenu a, .syspopupMenu a:visited {
	color:black;
	-moz-box-sizing: border-box;
}

.syspopupMenu a:hover {
	background:#cfe4ee;
	text-decoration:none;
	padding:6px;
	padding-left:7px;
	border: none;
	color:black;
	-moz-box-sizing: border-box;
}

.syspopupMenu a img {
	margin:0;
	border:0;
	float:left;
	margin-left:-5px;
	margin-right:9px;
	margin-top: -1px;
	width:13px;
	-moz-box-sizing: border-box;
}

.syspopupMenu li {
	position:relative;
	padding:0;
	background: url('Images/PopupMenuBg.gif') repeat-y;
	-moz-box-sizing: border-box;
}

.syspopupMenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	-moz-box-sizing: border-box;
}

body
{
	font-size:100%;
	-moz-box-sizing: border-box;
}

.syspopupMenu {
	width:9em;
	background:#ffffff;
	-moz-box-sizing: border-box;
}
.syspopupMenu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
	display:none;
	-moz-box-sizing: border-box;
}
.syspopupMenu ul li a {
	height: 1%; /* make links honour display: block; properly */	
	-moz-box-sizing: border-box;
} 

.syspopupMenu .syspopupMenuTitle 
{
	width:140px;
	font: 8pt Tahoma, arial, helvetica, sans-serif;
	color:White;
	display:block;
	text-align:left;
	padding-left:24px;
	background: #535355 url(/data/Themes/Default/Images/PopupMenuLogo.gif) no-repeat;
	min-height:14px;
	-moz-box-sizing: border-box;
}

li.syspopupMenuTitle span
{
	color:#84d3f6;
	padding-left:5px;
	-moz-box-sizing: border-box;
}

/* same for standard menu -> should be moved after tests */

.vMenu {
	border: solid 1px #6e6d8f; 
	text-align:left;
	float:left;
	width:9em;
	background:#eeffee;
	-moz-box-sizing: border-box;
}

.vMenu a {
	font: 8pt tahoma, helvetica, sans-serif;
	display: block;
	white-space:nowrap;
	margin: 0;
	text-decoration:none;
	line-height:24px;
	height:24px;
	-moz-box-sizing: border-box;
}

.vMenu a, .vMenu a:visited {
	color:black;
	line-height:24px;
	-moz-box-sizing: border-box;
}

.vMenu a:hover {
	background:#ffeec2;
	text-decoration:none;
	line-height:24px;
	-moz-box-sizing: border-box;
}

.vMenu li
{
	position:relative;
	padding:1px;
	-moz-box-sizing: border-box;
}

.vMenu ul
{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
	-moz-box-sizing: border-box;
}

.vMenu ul ul,
.vMenu ul ul ul
{
	position:absolute;
	top:0;
	left:100%;
	border: solid 1px #6e6d8f; 
	text-align:left;
	width:12em;
	background:#eeffcc;
	-moz-box-sizing: border-box;
}

.vMenu ul li
{
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
	-moz-box-sizing: border-box;
}
.vMenu ul li a {
	aheight: 1%; /* make links honour display: block; properly -> Bug in FF */	
	-moz-box-sizing: border-box;
} 

.vMenu ul ul, 
.vMenu ul li:hover ul ul,
.vMenu ul li.sfHover ul ul
{
	display:none;
	-moz-box-sizing: border-box;
}

.vMenu ul li:hover ul,
.vMenu ul li:hover ul li:hover ul,
.vMenu ul li.sfHover ul,
.vMenu ul li.sfHover ul li.sfHover ul
{
	display:block;
	-moz-box-sizing: border-box;
}
