﻿#divMainMenu
{
	position:fixed ;
	border:2px ridge #e0dfdf;
	background-color:#fffde0 ;
	overflow:auto;
	padding:2px;
	/*width:200px;
	height:450px;*/
	max-height:600px;
	/*max-width:200px;*/
	top:20px;
	left:0px;
	z-index:1001;
	visibility:visible ;
	display:none;
	box-shadow: 8px 8px 5px rgba(0,0,0,0.5);
	border-radius: 5px 5px 0px 0px;	
}
.mnuItemRow
{
	font-size:8pt;
	font-family:Tahoma;
	border: 1px solid #c3c6c6;
	cursor:pointer;
	overflow:hidden;
	background-color:#f1efef;
	padding: 2px 2px 2px 2px;
	position:relative;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	border-radius: 4px;
	top: 1px;
	left: 1px;
	white-space:nowrap;	
	z-index:1000;
}
.mnuListOff
{
	font-size:8pt;
	border: 1px solid #ab8989;
	cursor:pointer;
	background-color:#d9f1cb;
	padding: 2px 4px 4px 2px;
	white-space:nowrap;	
	z-index:1000;
}
.mnuList
{
	font-size:8pt;
	border: 1px solid #c3c6c6;
	cursor:pointer;
	background-color:#f1efef;
	padding: 2px;
	position:relative;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	border-radius: 4px;
	top: 1px;
	left: 1px;
	white-space:nowrap;	
	z-index:1000;
}
.popout
{
	font-family:Webdings;
	font-size:8px;
	float:right ;
}
/*.mnuItemList{background-color:#e8f5ff;}*/
.popout:hover{background-color:#dfe7ff;}
.mnuList:hover, .mnuItemRow:hover
{
	background-color:#ffdfdf;
	border:1px solid red;
	box-shadow:none;
}
.backgroundmodel
{
    filter:alpha(opacity=70);
    opacity: 0.70;
    position:absolute ;
    left:0px;
    top:0px;
    display:none;
    z-index:7999;
    background-color:Gray;
}