/* =================================================================================================
	Left Menu
================================================================================================= */
/*******
		To change color, just find and replace all "FFE8D5" color
																*******/
/*******
		To change width, just find and replace all value in "set width"
																*******/		
#left_menu ul{
	list-style-type: none;
/* 	padding-top: 5px; */
	width: 153px;
	margin: 0px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#left_menu ul li{
	position: relative;
/*  	padding-left: 5px; */
	/* border-bottom: 		1px solid #000000; */
	margin: 0px;
	padding: 0;
	border-style:outset;
	border-width:2px; 
	border-color:#CCCCCC;
}

#left_menu ul li a{
	display: block;
	/* padding-right: 5px; */
	text-decoration: none;
	color: #000000;
	width: 153px;
	margin: 0px;
}

#left_menu ul li ul li a{
	display: block;
	/* padding-right: 5px; */
	text-decoration: none;
	color: #000000;
	width: 353px;
	margin: 0px;
} 

#left_menu ul li a:hover, #left_menu ul li.selected a,#left_menu ul li a:focus,#left_menu ul li a:active{
	background-color:#FDB515;  /**********************************************main over menu color***/
	color: #000000;
}
#left_menu ul li ul li a:hover, #left_menu ul li ul li.selected a,#left_menu ul li ul li a:focus,#left_menu ul li ul li a:active{
	background-color: #b80a01;     /**********************************************lv2 over menu color***/
	background-image: none; 	
	width:156px;
	*width:153px;
}

#left_menu ul li.over ul li a{
	background-image: none; 	
	color:blue;
}

.left-menu-ind {
	width:30px;
	position:absolute;
} 

.left-menu-ind img {
	float:left;
	width:1px;
} 

#left_menu ul li.over .left-menu-ind img{
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top:auto;
	margin-bottom:auto;
	width:auto;
	height:auto;
}

#left_menu ul li ul li{
	background:none;
	
}
#left_menu ul li ul{
	position: absolute;
	left: 152px;
	*left: 155px;  /* for IE */
	top: 0;
	padding: 0;
	background-color: #CCCCCC;   /********************************************** lv 2 menu background-color**/
	/* width: 162px;  */
    width: 0em;
    overflow: hidden;
	/* display: none; */		
}


/* #left_menu ul li ul li div.menu_label_lv2 a{ 
	background-color: #CCCCCC; */  /********************************************** lv 2 menu background-color**/
	/* border:1px solid #000000; */
/* 	border-color:#CCCCCC;
	border-style:outset;
	border-width:2px; 
	padding-left:4px;
	color:blue;
} */

/* #left_menu ul li ul li.over div.menu_label_lv2 a{ */
	/* background-color: red; */   /********************************************** lv 2 menu background-color**/
/* } */

#left_menu ul li ul.over{
	width:360px;
	overflow: visible;	 	
	border: 1px solid #7A7A7A;   /********************************************** lv 2 over +border*/
}


#left_menu ul li.over ul.over  li.over a{
	color: #ffffff;				/********************************************** lv 2 over menu textcf color**/
	width:353px;
}

/* #left_menu ul li.over ul li.over { */
	
	/*background-color: #5a7d97;*/
	/* background-color: #fb9f16; */
	/* background-color: red;   */ /********************************************** lv 2 over menu color**/
	/* background-image: none;  */
	/*color: #576785;*/
	/* color: #ffffff;	 */			/********************************************** lv 2 over menu textcf color**/
/* } */


#left_menu ul li:hover {
visibility: inherit;
}
.menuText{
	padding: 1px 10px 0px 20px;
	margin: 0px;
	width: 130px;
	display: block;
}
#left_menu .separate-line {
	position: relative;
	width: 100%;
	/* border-bottom: 1px solid #7A7A7A; */
	clear: both;
	height: 0;
}


/* ================================================================================================= 
        Screen Reader 
================================================================================================= */ 
/* .access {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}  */
.access {position:absolute; left:0px; top:-500px; width:0px; height:0px; overflow:hidden;} 
.ignore {display:none !important;} /*hide elements which added for validation*/ 




/*******************************************************************==============================
Header access
===================================================================================================*/
body {
	font-size:1em;
}


table {
	font-size:1em;
}