#main { /**/
left: 0px;
width:160px;
border-color: #990000;
border-top-style: solid;
background-image:url(../imm/02a.jpg)
}

#parentX { /*""  , ,       */
	cursor:pointer;
	font-family:georgia;
	font-size:15px;
	color:#990000;
	border-color: #990000;
	border-style: solid;
	font-weight:bold;
	text-align:center;
	left: 0px;
	right: 0px;
	border-top-style: none;
	padding: 3;
  }
  
#parentX a { /*   ""  */
	color:#990000;
  }  
  
#parentX:hover { /*   ""  ,    */
	color:#C63709;
  }
  
#childX {
	font-family:georgia;
	font-size:12px;
	color:#990000;
	cursor:pointer;
	height:auto;
	left: 0px;
	right: 0px;
	text-align:center;
	padding: 2;
	border-right-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	background-image:url(../imm/02b.jpg)
  }
  
 #childX_bottom {
	font-family:georgia;
	font-size:12px;
	color:#990000;
	cursor:pointer;
	height:auto;
	left: 0px;
	right: 0px;
	text-align:center;
	padding: 2;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	background-image:url(../imm/02b.jpg)
  } 
  
#childX a { /*   ""  */
	color:#990000;
 }
 
#childX_bottom a { /*   ""  */
	color:#990000;
 } 
 
#childX a:hover { /*   ""  ,    */
	color:#C63709; 	
  }
 
 #childX_bottom a:hover { /*   ""  ,    */
	color:#C63709; 	
  }
 
#childY { /*  */
	cursor:pointer;
	font-family:georgia;
	font-size:14px;
	border-style: solid;
	left: 0px;
	right: 0px;
	border-color: #990000;
	border-top-style: none;
	padding: 3;
	text-align:center;
  }
#childY a { /*    */
	cursor:pointer;
	color:#990000;
	text-decoration:none;
 }
#childY a:hover { /*    ,    */
	color:#C63709;
	text-decoration:none;
  }