<style>
body {
	font-size:9pt;
	font-family:³ª´®°íµñ;
	color: #333333;
}
 
p a {
	color: #000;
	

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

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


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

}

ul#nav_menu li a:hover{
	background:#95BED4;
	color:#FBFBFB;
	text-decoration:none;
	}
	
ul#nav_menu li {
	float: left;
	position: relative;
	width: 90px;
	text-align: center;
	margin-right:5px;
	border:1px solid #e5e5e5;


}

ul#nav_menu li.current a{
	background:#95BED4;
	font-weight: bold;
	color:#fff
	}

ul#nav li.current a:hover{
	background:#95BED4;
	}

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_menu li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

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

li:hover ul, li.over ul {
	display: block;
}

</style>