#sub_menu_d	{
	position:static;
	float:left;
	text-align:left;
	width:190px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

#sub_menu_d ul	{
	position:static;
	width:180px;
	border-bottom:1px solid #c0c0c0;
}

#sub_menu_d li			{
	position:static;
	display:block;
	overflow:hidden;
	width:180px;
	height:25px;
	background-image:url('../imgsrc/sub_menu.png');
	list-style:none;
}

#sub_menu_d li a		{
	display:block;
	width180px;
	height:25px;
	background-image:url('../imgsrc/sub_menu.png');
	background-position:top left;
	text-align:left;
	font-size:90%;
	font-weight:bolder;
	margin:0px;
	padding:3px 0px 5px 10px;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:5px solid #8080ff;
}

#sub_menu_d li a:hover	{
	background-position:180px 0px;
	border-left:5px solid #c0c0c0;
}

.sub_sec	{
	width:180px;
	background-color:#8080ff;
	color:#ffffff;
	text-align:center;
	font-weight:bolder;
	font-size:100%;
	magin:0px;
	padding:2px;
}

h3	{
	font-size:110%;
	font-weight:bolder;
	color:#8080ff;
	margin:0px;
	padding:3px 3px 3px 15px;
	line-height:160%;
	border-top:3px solid #8080ff;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
}

