﻿@charset "utf-8";

.J_All_Div_Menu{ width:215px; height:auto; float:left; background:#FFFFFF; font-size:13px; font-weight:normal;}

.J_All_Div_Menu ul{
background:#FFFFFF;
margin: 0;
padding: 0;
list-style-type: none;
width: 215px; /* Width of Menu Items */
text-align:left;
}
	
.J_All_Div_Menu ul li{
position: relative;
}
	
/*1st level sub menu style */
.J_All_Div_Menu ul li ul{
left: 215px; /* Parent menu width - 1*/
position: absolute;
width: 215px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.J_All_Div_Menu ul li ul li ul{ 
left: 215px; /* Parent menu width - 1*/
}

/* menu links style */
.J_All_Div_Menu ul li a{
display: block;
text-decoration: none;
background:#FFFFFF;
border-bottom:1px #CCCCCC solid;
width:211px; padding-left:4px;
height:25px; overflow:hidden; display:block; line-height:25px; color:#333333; font-size:13px; text-decoration:none;
}

.J_All_Div_Menu ul li a:hover{
width:211px; padding-left:4px;
height:25px; overflow:hidden; display:block; line-height:25px; color:#0879C1; font-size:13px; text-decoration:none;
}

.J_All_Div_Menu .subfolderstyle{
background: url(../images/jiantou_bg_null.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .J_All_Div_Menu ul li { float: left; height: 1%; }
* html .J_All_Div_Menu ul li a { height: 1%; }
/* End */



