/*gray_main_menu*/
#asa_mainmenu {
	width:397px;
	margin:0px;
	padding:0px;
	height:36px;
}
#asa_mainmenu table #content_node{
	background:url('/~AsaProgram/module/webbuilder/skin/slide_blue/images/top_bg.gif') repeat-x;
}
#asa_mainmenu table #content_node tr#main_menu td{
	background:url('/~AsaProgram/module/webbuilder/skin/slide_blue/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:7px;
	background:url('/~AsaProgram/module/webbuilder/skin/slide_blue/images/top_left.gif') left top no-repeat;
}
#asa_mainmenu table #last_node{
	width:7px;
	background:url('/~AsaProgram/module/webbuilder/skin/slide_blue/images/top_right.gif') left top no-repeat;
}



#asa_mainmenu td a{
	color: #25606e;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	font-family:dotum,tahoma;
	line-height:36px;
}
#asa_mainmenu td a:visited{
	color: #25606e;
	text-decoration:none;
	font-family:dotum,tahoma
}
#asa_mainmenu td a:hover{color: #25606e;}
 