<style>
body, td, p, input, button, textarea, select, .c1 
{ 
	font-family:"³ª´®°íµñ"; 	
	font-size: 9pt;	 
	color:#333333; 
}
</style>
p a {
	color: #000;
	

}
a{
	color:#000;
	text-decoration:none;
	}
p a:hover{	text-decoration:none!important;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 2px 2px;
	background:#fff;
	color:#5d5d5d

}

ul#nav li a:hover{
	background:#5d5d5d;
	color:#fff;
	text-decoration:none;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width: 170px;
	text-align: center;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #e5e5e5;


}

ul#nav li.current a{
	background:#5d5d5d;
	font-weight: bold;
	color:#fff
	}

ul#nav li.current a:hover{
	background:#5d5d5d;
	}

li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
.txt{
	font-size:14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.txt1{
	font-size:13px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.txt2{
	font-size:16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.txt3{
	font-size:12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

</style>