/* --------------MENU ---------------*/ 
#panel_menu{
	float:right;
	background-color:rgba(0,100,150,0.95);

	/* ¿å¿§ÇØ·Ê*/ 

	/* webkit Safari, Chrome*/ 
/*	background: -webkit-gradient(linear,center top,center bottom, from(rgba(0,100,150,0.95)), to(rgba(100,200,255,0.95)));*/
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(0,100,150,0.95)), color-stop(50%, rgba(100,200,255,0.95)),to(rgba(0,100,150,0.95))); 

	

	/* Mozilla Firefox */ 
	background: -moz-linear-gradient(top, rgba(0,100,150,0.95), rgba(100,200,255,0.95));

	/* InternetExplorer */

	/* IE5.5-7   */  
	DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,100,150,0.95)', endColorstr='rgba(100,200,255,0.95)', GradientType=0);

	/* IE8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,100,150,0.95)', endColorstr='rgba(100,200,255,0.95)', GradientType=0)";

	/* IE10 */  
	background: -ms-linear-gradient(bottom,  rgba(0,100,150,0.95), rgba(100,200,255,0.95) 50%,rgba(0,100,150,0.95));

}
#panel_menu .frame .list_2nd_frame{
	margin-top:-8px;
	margin-bottom:-8px;
}
#panel_menu .frame .list_2nd h4{
	margin:0 0 0 0;
	background-color:#CCCCCC;
	height:40px;
	line-height:40px;
	border-bottom:1px dotted #111;
	border-top:0px none #ccc;
	/* webkit Safari, Chrome*/ 
/*	background: -webkit-gradient(linear,center top,center bottom, from(rgba(200,200,200,0.95)), to(rgba(192,192,192,0.95)));*/
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(230,230,230,0.95)), to(rgba(192,192,192,0.95)));
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(192,192,192,0.95)), color-stop(50%, rgba(230,230,230,0.95)),to(rgba(192,192,192,0.95))); 

	/* Mozilla Firefox*/ 
	background: -moz-linear-gradient(top, rgba(230,230,230,0.95), rgba(230,230,230,0.95));

	/* InternetExplorer */

	/* IE5.5-7  */  
	DXImageTransform.Microsoft.gradient( startColorstr='rgba(230,230,230,0.95)', endColorstr='rgba(230,230,230,0.95)', GradientType=0);

	/* IE8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(230,230,230,0.95)', endColorstr='rgba(230,230,230,0.95)', GradientType=0)";

	/* IE10 */  
	background: -ms-linear-gradient(bottom,  rgba(192,192,192,0.955), rgba(230,230,230,0.95) 50%,rgba(192,192,192,0.955));
}
#panel_menu .frame .list_2nd h4 a{
	margin:0 0 0 0;
	padding:0 0 0 15px;
	color:#333333;
	height:40px;
	line-height:40px;
	font-size:12px;
	border-bottom:1px dotted #111;
	border-top:0px none #ccc;
	vertical-alignn:middle;
	font-weight:bold;
}
#panel_menu .frame .list_2nd h4 a:hover, 
#panel_menu .frame .list_2nd h4 a:active {
	margin:0 0 0 0;
	padding:0 0 0 15px;
	color:#1d3994;
	height:40px;
	line-height:40px;
	font-size:12px;
	border-bottom:1px dotted #111;
	border-top:0px none #ccc;
	vertical-alignn:middle;
	font-weight:bold;
}

#panel_menu .frame .list_3rd li{
	margin:0 0 0 0;
	border-bottom:1px dotted #111;
	border-top:0px none #ccc;
	color:#333333;
	height:25px;
	line-height:25px;
	font-size:11px;

	background-color:#FFFFFF;
	/* webkit Safari, Chrome*/ 
/*	background: -webkit-gradient(linear,center top,center bottom, from(rgba(255,255,255,0.95)), to(rgba(240,240,240,0.95)));*/
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(240,240,240,0.95)), color-stop(50%, rgba(255,255,255,0.95)),to(rgba(240,240,240,0.95))); 
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(255,255,255,0.95)), to(rgba(240,240,240,0.95)));

	/* Mozilla Firefox*/ 
	background: -moz-linear-gradient(top, rgba(255,255,255,0.95), rgba(240,240,240,0.95));

	/* InternetExplorer */

	/* IE5.5-7*/  
	DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.95)', endColorstr='rgba(240,240,240,0.95)', GradientType=0);

	/* IE8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.95)', endColorstr='rgba(240,240,240,0.95)', GradientType=0)";

	/* IE10 */  
	background: -ms-linear-gradient(bottom,  rgba(240,240,240,0.95), rgba(255,255,255,0.95) 50%,rgba(240,240,240,0.95));
}
#panel_menu .frame .list_3rd li a{
	border:none;
	padding:0 0 0 15px;
	color:#444;
	height:25px;
	line-height:25px;
	font-size:11px;
	vertical-align:middle;
	font-weight:normal;
}
#panel_menu .frame .list_3rd li a:hover, 
#panel_menu .frame .list_3rd li a:active {
	border:none;
	padding:0 0 0 15px;
	color:#1d3994;
	height:25px;
	line-height:25px;
	font-size:11px;
	vertical-alignn:middle;
	font-weight:bold;
}


#panel_menu .frame .list_3rd_pat2 li{
	border-bottom:1px dotted #111;
	border-top:0px none #ccc;
	color:#333333;
	height:30px;
	line-height:30px;
	font-size:11px;

	background-color:#FFFFFF;
	/* webkit Safari, Chrome*/ 
/*	background: -webkit-gradient(linear,center top,center bottom, from(rgba(255,255,255,0.95)), to(rgba(240,240,240,0.95)));*/
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(240,240,240,0.95)), color-stop(50%, rgba(255,255,255,0.95)),to(rgba(240,240,240,0.95))); 
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(255,255,255,0.95)), to(rgba(240,240,240,0.95)));

	/* Mozilla Firefox*/ 
	background: -moz-linear-gradient(top, rgba(255,255,255,0.95), rgba(240,240,240,0.95));

	/* InternetExplorer */

	/* IE5.5-7  */  
	DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.95)', endColorstr='rgba(240,240,240,0.95)', GradientType=0);

	/* IE8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0.95)', endColorstr='rgba(240,240,240,0.95)', GradientType=0)";

	/* IE10 */  
	background: -ms-linear-gradient(bottom,  rgba(240,240,240,0.95), rgba(255,255,255,0.95) 50%,rgba(240,240,240,0.95));
}
#panel_menu .frame .list_3rd_pat2 li a{
	border:none;
	padding:0 0 0 15px;
	color:#333;
	height:30px;
	line-height:30px;
	font-size:12px;
	vertical-align:middle;
}
#panel_menu .frame .list_3rd_pat2 li a:hover, 
#panel_menu .frame .list_3rd_pat2 li a:active {
	border:none;
	padding:0 0 0 15px;
	color:#1d3994;
	height:30px;
	line-height:30px;
	font-size:12px;
	vertical-alignn:middle;
}

#panel_menu .frame .list_1st a{
	height:20px; 
	line-height:20px;
	font-size:13px;
	color:#fff;
}
#panel_menu .frame .list_1st h3{
	background-color:#003956;

	/* webkit Safari, Chrome*/ 
/*	background: -webkit-gradient(linear,center top,center bottom, from(rgba(0,90,140,0.95)), to(rgba(0,20,30,0.95)));*/
	background: -webkit-gradient(linear,center top,center bottom, from(rgba(0,20,30,0.95)), color-stop(50%, rgba(0,90,140,0.95)),to(rgba(0,20,30,0.95))); 
	

	/* Mozilla  Firefox*/ 
	background: -moz-linear-gradient(top, rgba(0,90,140,0.95), rgba(0,20,30,0.95));

	/* InternetExplorer */

	/* IE5.5-7 */  
	DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,90,140,0.95)', endColorstr='rgba(0,20,30,0.95)', GradientType=0);

	/* IE8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,90,140,0.95)', endColorstr='rgba(0,20,30,0.95)', GradientType=0)";

	/* IE10 */  
	background: -ms-linear-gradient(bottom,  rgba(0,20,30,0.95), rgba(0,90,140,0.95) 50%,rgba(0,20,30,0.95));
}
.page #panel_menu .frame h3 a {
	color:#fff;
}

.page #panel_menu .frame{
	margin:-15px 0 0 0;
	padding:0 0 0 0;
}
.page #panel_menu .frame ul li {
	color:#330000;
	font-weight:bold;
}
