	#contextMenu{	/* The menu container */
		border:1px solid #202867;	/* Border around the entire menu */
		background-color:#FFF;	/* White background color of the menu */
		margin:0px;
		padding:0px;
		width:300px;	/* Width of context menu */
		font-family:arial;
		font-size:12px;
		background-image:url('../images/gradient.gif');
		background-repeat:repeat-y;
		
		/* Never change these two values */
		display:none;
		position:absolute;

	}
	#contextMenu a{	/* Links in the context menu */
		color: #000;
		text-decoration:none;
		line-height:25px;
		vertical-align:middle;	
		height:28px;
		
		/* Don't change these 3 values */
		display:block;	
		width:100%;
		clear:both;
		
	}
	#contextMenu li{	/* Each menu item */
		list-style-type:none;
		padding:1px;
		margin:1px;
		cursor:pointer;	
		clear:both;
	}
	#contextMenu li div{	/* Dynamically created divs */
		cursor:pointer;	
	}
	#contextMenu .contextMenuHighlighted{	/* Highlighted context menu item */
		border:1px solid #000;
		padding:0px;
		background-color:#E2EBED;
	
	}
	#contextMenu img{
		border:0px;
	}
	#contextMenu .imageBox{	/* Dynamically created divs for images in the menu */

		float:left;
		padding-left:2px;
		padding-top:3px;
		vertical-align:middle;
		
		width: 30px;	/* IE 5.x */
		width/* */:/**/28px;	/* Other browsers */
		width: /**/28px;
	}
	#contextMenu .itemTxt{
		float:left;		
		width: 120px;	/* IE 5.x */
		width/* */:/**/140px;	/* Other browsers */
		width: /**/140px;		
	}
	
	
	#hint {
            width: 500px;
            background: #ffffee;
			 height: 400px;
   overflow-y: scroll;
   overflow-x: hidden;
   z-index:10 ;
          }
          
          #hint2 {
            width: 380px;
            background: #ffffee;
			 height: 400px;
   overflow-y: scroll;
   overflow-x: hidden;
   z-index:10 ;
          }
option.blake {background-color: #ffffee;}

#hint ul {
            border:1px solid #888;
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;
          }
#hint ul li {
            margin:0;
            padding:0px;
          }
#hint ul li.selected { 
            background-color: #316AC5; 
			color: white;
          }
#hint ul strong.highlight { 
            color: #316AC5; 
            margin:0;
            padding:0;
          }


#hint2 ul {
            border:1px solid #888;
            margin:0;
            padding:0;
            width:100%;
            list-style-type:none;
          }
#hint2 ul li {
            margin:0;
            padding:0px;
          }
#hint2 ul li.selected { 
            background-color: #316AC5; 
			color: white;
          }
#hint2 ul strong.highlight { 
            color: #316AC5; 
            margin:0;
            padding:0;
          }
                    
#contentarea2{  
margin:10px;
}

#contentarea2 table{  
width:100%;
}
#grey
{
font-size:1em;
}
#grey ul li
{
font-size:1em;
margin-left:-20px;
}
#grey ul ul li
{
font-size:1.1em;
margin-left:-20px;
}
#grey ul ul ul li
{
font-size:1.2em;
margin-left:-20px;
}
#grey ul ul ul ul li
{
font-size:1.2em;
margin-left:-20px;
}
#grey ul ul ul ul ul li
{
font-size:1.2em;
margin-left:-20px;
}
