/*gray_main_menu*/
#asa_mainmenu {
	width:760px;
	margin:0px;
	padding:0px;
	height:54px;
}
#asa_mainmenu table #content_node{
	background:url('/~AsaProgram/module/webbuilder/skin/slide_orange/images/top_content.gif') repeat-x;
}
#asa_mainmenu table #content_node tr#main_menu td{
	background:url('/~AsaProgram/module/webbuilder/skin/slide_orange/images/line.gif') no-repeat center right;
}
#asa_mainmenu table #content_node tr#main_menu td#last_td{
	background:none;
}

#asa_mainmenu table #first_node{
	width:9px;
	background:url('/~AsaProgram/module/webbuilder/skin/slide_orange/images/top_left.gif') left top no-repeat;
}
#asa_mainmenu table #last_node{
	width:9px;
	background:url('/~AsaProgram/module/webbuilder/skin/slide_orange/images/top_right.gif') left top no-repeat;
}


#asa_leftmenu {
	width:200px;
	background:url('/~AsaProgram/module/webbuilder/skin/slide_orange/images/left_menu.gif') repeat-y;

}
#asa_leftmenu ul{
	margin:0px;
	padding:0px;
	width:100%;
	background:none;
}
#asa_leftmenu ul li{
	list-style-type:none;
	border:none;
}

#asa_leftmenu ul li ul{
	margin:0px;
	padding:0px;
	width:100%;
	background:none;
}
#asa_leftmenu ul li ul li{
	list-style-type:none;
}
#asa_mainmenu td a{
	color: #FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	font-family:dotum,tahoma
}
#asa_mainmenu td a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-family:dotum,tahoma
}
#asa_mainmenu td a:hover{color: #FFFFFF;}
 
 
#asa_leftmenu ul li a{
	color: #888888;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:dotum,tahoma;
	display:block;
	width:100%;
	height:100%;
	padding-left:40px;
	line-height:26px;
}
#asa_leftmenu ul li a:visited{
	color: #888888; 
	text-decoration: none;
	font-family:Georgia;
}
#asa_leftmenu ul li a:hover{
	color: #FFFFFF;
	background:url('/~AsaProgram/module/webbuilder/skin/slide_orange/images/left_hover.gif') no-repeat 8 0;
}
#asa_leftmenu ul li ul li a{
	color: #888888;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:dotum,tahoma;
	padding-left:50px;
}
#asa_leftmenu ul li ul li a:hover{
	color: #FFFFFF;
	background:url('/~AsaProgram/module/webbuilder/skin/slide_orange/images/left_hover.gif') no-repeat 8 0;
}