﻿a:link {text-decoration: none;color: #336633;}	/* 未連結過-連結不加底線 */
a:visited 	{text-decoration: none;color: #336633;}	/* 連結過-連結不加底線   */
a:active {text-decoration: none;}	/* 按下連結-連結不加底線 */

.mm {font-size:14px;color: #336633;}/* 母目錄-字型大小 */
.nn {font-size:13px;}/* 子目錄-字型大小 */
.sec{overflow:hidden;background:#F0F0F0;}  /* 子目錄-底色 */

.visited
{
	 font-weight:bold;	
}

.visitedD
{
	background-color: #A0CFCF;
}

.menuM
{
	
	margin:0;	
	width:225px;
	
}

.menuM .main
{			
	margin-bottom:1px;
	position: relative; 
	background-repeat: no-repeat;
	background-image: url(../images/d03.png);	
	width:225px;
	height:23px;
	font-size:14px;color: #336633;	
	padding:1px 0px 0px 0px;
	cursor:pointer;
	
}


.menuM .menuFrame
{
     position :absolute;
     z-index:5;
     width:200px;
     left:225px; 
     top:0px;
}

.menuM .menuD
{	
	position :absolute;
	z-index:10;
	background-color: #F0F0F0;
	width:200px;		
	left:225px;
	top:0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #800000;
	border-bottom-color: #800000;
	
}


.menuM  p
{	
	margin:0;
	padding:2px 0px 0px 0px;
	height:22px;	
	background-image:none;
	font-size:13px;		
	font-weight:normal;	
	width:200px;	
	vertical-align:middle;	
}