

@font-face {
    font-family: 'hang_board_123regular';
    src: url('../font/hang_board_123-webfont.eot');
    src: url('../font/hang_board_123-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/hang_board_123-webfont.woff') format('woff'),
         url('../font/hang_board_123-webfont.ttf') format('truetype'),
         url('../font/hang_board_123-webfont.html#hang_board_123regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.tabsmenu ul{
margin:13px 0px 0px 5px;
padding:0px;
font-family: 'hang_board_123regular';
font-size:45px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:711px;
}

.tabs li{
display: inline;
width:21px;
height:21px;
float:left;
/*background:#6c2906;*/
text-align:center;
margin:0 3px;
line-height:21px;
}

.tabs li label{
text-decoration: none;
/*background:#6c2906;*/
color: #812900;
width:21px;
height:21px;
margin-top:2px;
}

.tabs li label:hover, .tabs li label.active{
/*background-color: #A03F00 !important;*/
width:21px;
height:21px;
color:#c27115;
float:left;
margin-top:2px;
}

.tabcontainer{
clear: left;
padding-top:30px;
font-weight:bold;
text-transform:uppercase;
width:100%; /*width of 2nd level sub menus*/
height:2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent{
display:none;
position:absolute;
}