ul.makeMenu, ul.makeMenu ul
{
  width: 208px;   /**/              
  padding-left: 0px;           
  cursor: hand;             
  margin-left: 3px; /**/  
  
  background-color:#e2e3e8;
  /*border:1px solid #a8aebc;*/
}
ul.makeMenu li 
{
  list-style-type: none;       
  margin: 0px;                 
  position: relative;  
  
  	border-top:0px;
	border-left:1px solid #e0e1e6;
	border-bottom:1px solid #a8aebc;
	border-right:1px solid #a8aebc;
	/*width:269px;*/
	height:10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/*width:261px;
	height:15px;*/
	color: #626a84; 
	vertical-align:middle;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;          
}
ul.makeMenu li > ul 
{
  display: none;               
  position: absolute;          
  top: 2px;                    
  left: 191px;                                                
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight 
{
  background-color: #82889E;      
  color: #e0e1e6;                 
}
ul.makeMenu ul.CSStoShow 
{    
  display: block;              
}
ul.makeMenu li:hover > ul 
{    
                                
  display: block;             
}
/* and some link styles */
ul.makeMenu li a 
{
	border-top:0px;
	border-left:1px solid #e0e1e6;
	border-bottom:1px solid #a8aebc;
	border-right:1px solid #a8aebc;
	width:206px;
	height:11px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/*width:261px;
	height:15px;*/
	color: #626a84; 
	vertical-align:middle;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink 
{ 
  background-color: #82889E;
  color: #e0e1e6; 
}
ul.makeMenu li:hover > a 
{
	 color: #000; 
}

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li 
{  
	behavior: url( IEmen.htc );
}
ul.makeMenu ul 
{  
	display: none; 
	position: absolute; 
	top: 1px; 
	left: 203px;
}
