@charset "utf-8";
#menu_box_i {
	background:url(syscyi/menu-bg-i.gif); border-left:4px solid #CD0102; border-right:4px solid #CD0102; height:33px; 
}
#menu_box_i ul li {
	padding:6px 0 8px 0; 
	margin:0; position: relative; float:left; 	
	/*letter-spacing:1px;*/
	text-align:center; color:#666; font-weight:bold; 
}
li.menu_index {
	width:85px; color:#666; background:url(syscy-i/m_index.png) transparent no-repeat left center; 
}
li.menu_index_active {
	background:#0078C8; width:85px; color:#666; background:url(syscy-i/m_normal.png) transparent no-repeat left center;
}
li.menu_index a, li.menu_index_active a {
	color:#666; font-weight:bold; 
}
li.menu_other, li.menu_active {
	/*background:#5A5657; width:81px; color:#fff; border-right:#fff 1px solid; */
	width:97px; color:#666; background:url(syscy-i/m_normal.png) transparent no-repeat left center;
	border-left:4px solid #CD0102; 
}
li.menu_other a {
	color:#666; font-weight:bold;
}
li.menu_active a:link {
	color:#666; font-weight:bold; 
}
li.menu_active a:visited {
	color:#666; font-weight:bold;
}
li.menu_active a:hover {
	color:#666; text-decoration:underline; font-weight:bold;
}
li.menu_active a:active {
	color:#666; text-decoration:underline; font-weight:bold;
}
#menu_box_i ul li div {
	padding:0; margin:0; clear:both; display:none; 
}
#menu_box_i ul li div ul {  
	margin:0; padding:0; 
	position:absolute;  
	left:0px;  
	top:26px;   
}
#menu_box_i ul li div ul li { 
	MARGIN: 0px;
	PADDING:0 0 0 10px;
	height:18px;
	line-height:18px;
	BACKGROUND-COLOR: #CC0000;
	LIST-STYLE-TYPE: none;
	BORDER-top: #fff 1px solid; 
	text-align:left; 
	font-weight:normal; 
	width:88px; 

	/*
	border-bottom:1px solid #A1C0E8; 
	clear:both; color:#000; text-align:left;
	background:#fff url(arrow.jpg) no-repeat 8px 8px;
	background:#EEF4FB; 
  	font-size:12px; font-weight:normal; 
	*/
}
#menu_box_i ul li div ul li a { 
	height:18px;
	line-height:18px;
	DISPLAY: block;
	COLOR: #ccc;
	font-weight:normal; 
}
#menu_box_i ul li div ul li a:hover {
	BACKGROUND: #ccc;
	COLOR: #333;
	FONT-WEIGHT: bold; 
}

