


.DESMenu
{
   background-color: white;
	color: black;
   font-size: 8pt;
   font-family: Arial;
   line-height:normal;  
   border-right: #a9a9a9 1px solid; 
   border-top: #a9a9a9 1px solid;
   border-left: #a9a9a9 1px solid;
   border-bottom: #a9a9a9 1px solid;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}


.DESMenuCommand
{
	height:20px;
	padding-top:4px;
}



.DESMenuLabel
{
	text-align: left;
	
	float:left;
	position:relative;
	left:16px;
}


.DESMenuKey
{
	text-align: right;
	
	float:right;
	position:relative;
	left:-16px;
}


.DESMenuSeparator
{
	height:6px;
	font-size:2pt;
}


.DESMenuSeparator .Line
{
	border-top: #a9a9a9 1px solid;
	width: 100%;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}


.DESMenuHint
{
	color: #666666;   
	background-color: #FFF8DF; 
	border-right: #d3d3d3 thin solid; 
	border-top: #d3d3d3 thin solid;
	border-left: #d3d3d3 thin solid;
	border-bottom: #d3d3d3 thin solid;
	padding-top: 4px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 2px;
	margin-left: 0px; 
	margin-right: 0px; 
}


.DESMenuMouseOver
{
	background-color: #3366cc;
	color: White;
}

 
.DESMenuPopup    
{
   white-space:nowrap;
   text-align:center;
}


.DESMenuPopupPressed   
{
   color: #00008b;  
}


.DESMenuPopupMouseOver   
{
   color: blue;
}

.DESMenuPopup a   
{
   text-decoration: none;
   color : black;
}

.DESMenuPopupPressed a   
{
   text-decoration: none;
   color: #00008b;  
}

.DESMenuPopupMouseOver a   
{
   text-decoration: none;
   color: blue;
}


.DESMenuPopup img   
{
   background-color:transparent; 
   margin-left: 0px; 
   margin-top: 0px; 
   margin-bottom:0px; 
   margin-right:0px;
   border: 0pt none;
}


.DESMenuPopupPressed img   
{
}


.DESMenuPopupMouseOver img   
{
}

