/* A few IE bug fixes */
* { margin: 0; padding: 0; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

/*body { padding-left: 10em; font-family: Arial, Helvetica, sans-serif, 新細明體; font-size:14px;  }*/
body { font-family: Arial, Helvetica, sans-serif, 新細明體; font-size:14px;  }
#theMenu { width: 161px; margin: 0px 0; padding: 0; }

/* Some list and link styling */
ul li { width: 239px; }
ul ul li { border-left: 16px solid #fff; background-color:#C8F9EE; padding: 0; width: 235px; margin-bottom: 0; }
ul ul li a { display:block; color: #000; padding: 6px 18px; font-size:13px; }
ul ul li a:hover { display:block; color: #369; background-color: #B6D6E7; padding: 6px 18px; font-size:13px; }
/* For the xtra menu */
ul ul ul li { border-left: none; border-bottom: 1px solid #B6D6E7; padding: 0; width: 218px; margin-bottom: 0; }
ul ul ul li a { display:block; color: #000; padding: 6px 18px; font-size:13px; }
ul ul ul li a:hover { display:block; color: #369; background-color: #B6D6E7; padding: 6px 18px; font-size:13px; }


li { list-style-type: none; }
h2 { margin-top: 1.5em; }

/* Header links styling */
h3.head a { 
color: #999;
display:block;  
background:url(../img/button_01a.jpg) #B6D6E7;
text-decoration: none;
height:42px;  
font-size:16px; font-family:"新細明體";
background-position: 98% 50%;
padding: 10px 28px;
}
h3.head a:hover { 
color: #666;
background:url(../img/button_01.jpg) #B6D6E7;
background-position: 98% 50%;
}
h3.selected a { 
background:url(../img/button_01b.jpg) #B6D6E7;
background-position:98% 50%;
color: #333;
padding: 10px 28px;
}
h3.selected a:hover { 
background:url(../img/button_01c.jpg) #B6D6E7;
background-position:98% 50%;
color: #999;
}

/* Xtra Header links styling */
h4.head a { 
color: #666;
display:block; 
border-top: 1px solid #6c3;
border-right: 1px solid #6c3;
border-left: 1px solid #6c3;
background: #82DEEE url(down.gif) no-repeat; 
background-position: 98% 50%;
height:35px;
padding: 6px 18px;
}
h4.head a:hover { 
color: #ffc;
background: #8BABDC url(down.gif) no-repeat; 
background-position: 98% 50%;
}
h4.selected a { 
background: #8BABDC url(up.gif) no-repeat; 
background-position:98% 50%;
color: #ffc;
padding: 6px 18px;
}
h4.selected a:hover { 
background: #8BABDC url(up.gif) no-repeat; 
background-position:98% 50%;
color: #333;
}

