﻿
/*左欄*/
#sidebar
{ 
    width: 224px;
    padding:0px 0 0 30px;
    margin:0px;
    float:left;
   	height: 100%;
    background-image: url(images/content_t_bg.jpg);
	background-position: 0 0px;
	background-repeat: no-repeat;
}
/*次選單區*/

.submenu {
	font-family: Arial;
	background-image:url('images/content_t3_bg.jpg');
	background-position:-30px 6px;
	background-repeat:no-repeat;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 100%;
	position: relative;
	z-index: 100;
}
.submenu h4 {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100px;

}
.submenu h4 a {
	margin: 0px;
	padding: 0px;
}
.submenu ul {
	list-style: none;
	height: 100%;
	padding: 20px 0px 0px 50px;
	margin: 0px;
}
.submenu li {
	float: left;
    position: relative;
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin: 0px;
	line-height: 1.5em;
    font-size:15px;
}
.submenu ul ul {
	visibility: hidden;
	position: absolute;
	left: 90%;
	top: 0px;
	border: 1px solid #e6f3ff;
	height: 100%;
	display: table;
	padding: 0px 0px 0px 0px;
}
.submenu table {
	position: relative;
	top: -20px;
	left: 82%;
	font-size: 1em !important;
	vertical-align: middle;
}
.submenu ul li:hover ul, .submenu ul a:hover ul {
	visibility: visible;
	padding: 0px;
	margin: 0px;
}
.submenu li a {
	display: block;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: green;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	background-image: url("images/submenu.jpg");
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
.submenu li a:hover {
	border: 0px;
	color: #333;
}
.submenu ul ul li {
	clear: both;
	text-align: left;
	background-color: #CCFF99;
	border-bottom: 1px solid #e6f3ff;
}
.submenu ul ul li a {
	display: block;
	width: 200px;
	font-size: .8em!important;
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px;
	color: #333;
	background-image: none;
	
}
.submenu ul ul li a:hover {
	background-color:#99ccff;
	color: #3366cc;
}
.submenu li.file {
}
.submenu li.list
{  
    padding:0px 0px 0px 5px;
    background-color: #99ccff;	
}
.submenu_bt {
	height: 30px;
}


/* 中間區塊*/
#container_wrap
{
	margin: 0px 0;
	padding: 0px 0 0x 0;
	height: 100%;
	background: url(images/container_bg.jpg);
	background-repeat:repeat-y;
}

#container {
	margin:0 0 0 0px;
	padding:0;
    background-image:url('images/content_b_bg.jpg');
	background-repeat: no-repeat;
	background-position: 30px bottom;
	height: 100%;
}

#content_wrap{
    margin:0;
    padding:0 0;
    height: 100%;
    width:770px;
    float: right;
    background: no-repeat url('images/content_t2_bg.jpg');
    background-position:right top;
    
 }
#content
{
	margin: 0px 0 0 0px;
	padding:0px 45px 0px 0;
	height: 100%;
	width:700px;
	float: right;

}	
#t_container_wrap {


}
#t_container
{
	margin: 0px 0;
	padding: 0px 0 0x 0;
	height: 100%;
	background: repeat-y url(images/container_bg2.jpg);
	background-repeat:repeat-y;
}

#t_content_wrap
{	height: 100%;
}

#t_content
{
	margin: 0px 0 10px 0;
	padding:0px 50px 0 80px;;
	height: 100%;
	background: url(images/container_bg.jpg);
	background-repeat:repeat-y;
}

#crumb
{
    font-size: .8em;
    line-height: 2.5em;
    color: #1e808f;
    font-family: Arial;
    padding:12px 0px 0px 50px;

}

#crumb a
{
	text-decoration: none;
	color: #009999;
}
#crumb a:hover
{
	text-decoration: underline;
	color: #009999;
}

/*中間區塊結束*/
