/*-- Normal Menu ------------------------*/
.normal_butt2{
	width:283px;
	height: 28px;
	color: #3d3d3d;
	text-indent:55px;
	font: bold 14px "Times New Roman", Georgia, Times, serif;
    letter-spacing: 0;
	background: #fff url('images/arrow_down_title_on.jpg') top left no-repeat;
}

.normal_butt{
	width:283px;
	height: 28px;
	color: #3d3d3d;
	text-indent:55px;
	font: bold 14px "Times New Roman", Georgia, Times, serif;
    letter-spacing: 0;
	background: #fff url('images/arrow_down_title.jpg') top left no-repeat;
}

.normal_butt a{
	width:283px;
	height: 28px;
	display:block;
	color: #3D3D3D;
	text-decoration: none;
	text-indent:55px;
	font: bold 14px "Times New Roman", Georgia, Times, serif;
	background: #fff url('images/arrow_down_title.jpg') top left no-repeat;
}

.normal_butt a:hover, .normal_butt2 a{
	width:283px;
	height: 28px;
	display:block;
	color: #9d123a;
	text-decoration: none;
	text-indent:55px;
	font: bold 14px "Times New Roman", Georgia, Times, serif;
	background: #fff url('images/arrow_down_title_on.jpg') top left no-repeat;
}



/*----------------4 bottom button --------------------*/


.butt_corner{
	width:284px;
	height: 28px;
	color: #000;
	background: #000 url('images/arrow_bottom.jpg') top left no-repeat;
}

.butt_corner1{
	width:284px;
	height: 28px;
	color: #000;
	background: #000 url('images/arrow_bottom2.jpg') top left no-repeat;
}

.butt_corner2{
	width:284px;
	height: 28px;
	color: #000;
	background: #000 url('images/arrow_bottom2.jpg') top left no-repeat;
}



/*
.higher_butt{
	height: 50px;
}
*/
/*-- Banner ------ ------------------------

#banner{
	width: 284;
	height: 169px;
	background: #9a0a0a url('images/menu_banner.jpg') top left no-repeat;
}

#banner_shadow{
	width: 284;
	height: 69px;
	background: #9a0a0a url('images/menu_shadow.jpg') top left no-repeat;
}

#banner_shadow2{
	width: 284;
	height: 138px;
	background: #9a0a0a url('images/menu_shadow2.jpg') top left no-repeat;
}
*/

/*------For Switch Menu -----*/

.mainDiv
{
  width:283px;
  background-color:#fff;
    text-decoration: none;
}


/*-----------------------------------*/

.subMenu{
   display:block;
   }

.subItem, .subItem2{

  margin-top:2px;
  margin-left:10px;
  font: normal 12px "Times New Roman", Georgia, Times, serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:none;
   cursor:pointer;
    height:20px;
	display:block !IMPORTANT;
   
}

.subItem2{
	color: #003399;
}

.subItem2 a{
	color: #003399;
	text-decoration:none;
	margin-top:2px;
	margin-left:30px;
	font: normal 12px "Times New Roman", Georgia, Times, serif;
	border-bottom: 1px dotted #BEC6C6;
	display:block !IMPORTANT;
	background: transparent url('images/subitem_over.jpg') top left repeat-y;
}

.subItem a{
 /* margin-left:10px;
  font: normal 12px "Times New Roman", Georgia, Times, serif;	 	
   text-decoration:none;
   color: #428eff;
   height:20px;
  */
	margin-top:2px;
	margin-left:30px;
	font: normal 12px "Times New Roman", Georgia, Times, serif;
	cursor:pointer;	
	color: #428eff;
	text-decoration:none;
	cursor:pointer;
	border-bottom: 1px dotted #BEC6C6;

	display:block !IMPORTANT;

}

.subItem a:hover{
  /* margin-left:10px;
   margin-top:2px;
  font: normal 12px "Times New Roman", Georgia, Times, serif;  
   height:20px;
   color: #ff3341;
   */
	margin-top:2px;
	margin-left:30px;
	font: normal 12px "Times New Roman", Georgia, Times, serif;
  	border-bottom: 1px dotted #BEC6C6;
	text-decoration:none;
	cursor:pointer;	
	color: #ff3341;
	cursor:pointer;
	display:block !IMPORTANT;

}

.subItemOver  a
{
  margin-top:2px !IMPORTANT;
  margin-left:10px !IMPORTANT;
  font: normal 12px "Times New Roman", Georgia, Times, serif;
   cursor:pointer;	
   color: #eb604d;
   text-decoration:underline;
   cursor:pointer;

	border-bottom: 1px dotted #BEC6C6;

	display:block !IMPORTANT;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




