.curlycontainer{
border-left: 1px solid #CDA901;  /*gray*/
/*background: white;
margin-left: 1em;*/
border-right: 1px solid #CDA901;
border-bottom: 1px solid #CDA901;
/*margin-bottom: 1em;*/
width: 565px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid #CDA901;  /*top*/
/* width: 90%; width of menu. Uncomment to change to a specific width */
width: 565px;
/*margin-left: 1em;
margin-bottom: 1em;*/
}

.shadetabs ul{
padding: 3px 0;
margin-left: -3px;
margin-top: 1px;
margin-bottom: 0;
font: 13px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired　可以改標籤置左.置中.置右*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 20px;
margin-left: 4px;
border: 1px solid #CCCCCC;  /*#778;*/
border-bottom-color:#CDA901;
color: #A7A7A7; /*#778;*/  /*#2d2b2b;*/
background: white url(main_lineover.gif) top left repeat-x; /*shade.gif*/
}

.shadetabs li a:visited{
color: #A7A7A7; /*#778;*/  /*#2d2b2b;*/
}

.shadetabs li a:hover{
text-decoration: underline;
 
color: #5C4D01;/*#2d2b2b;*/
}

.shadetabs li.selected{
color: #681515;/*#2d2b2b;*/
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*選到的那個B*/
color: #5C4D01;/*#2d2b2b;*/
font-weight: bold;
border: 1px solid #CDA901;  /*#778;*/

background-image: url(main_line.gif); /*shadeactive.gif*/

border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
