/* about-us.html, select Tab*/

ul.list li, .arrowLink { background : url(/gui/img/icons1.gif) repeat-x; }
.clearText, .logoSmall, .dCMS .yes span, .dCMS .no span { display : block; overflow : hidden; white-space : nowrap; font-size : 1px; line-height : 1px; text-decoration : none; text-indent : 1700px; }
/* -------------------- list setup */
ul.list { position : relative; }
.primary ul.list { margin-bottom : 15px; }
ul.list li, .arrowLink { background-position : 4339px 0; }
ul.list li.active, ul.list li:hover, a:hover.arrowLink { background-position : 6071px 0; }
ul.list li { padding : 0 0 10px 23px; }
ul.list li p { display : none; margin : 0; }
ul.list li.active p { display : block; color : #000; padding : 10px 0;}
ul.list li.active a.title { color : #000; font-weight : bold; text-decoration : none; }
ul.list li, ul.list li a.title { color : #5B6051; }
/* -------------------- tabList */
.tabList { position : relative; margin : 63px 0 15px 0; font-size : 0.9em; background : #E5E8DC; }
.tabList li { float : left; }
.tabList li.active { float : none; }
.tabList li p { display : none; margin : 0; padding : 0; }
.tabList li.active p { display : block; padding : 15px; }
.tabList li p strong.title { display : block; color : #BE2026; font-weight : bold;}
.tabList li a.title { position : absolute; top : -47px; text-align:center; display : block; width : 82px; height : 44px; background : #E6E9DC url(/gui/img/kbd.gif) repeat-x 100% 0; }
.tabList li.active a.title { top : -50px; height : 50px; cursor : default; }
.tabList li#tab01 a.title { left : 0;}
.tabList li#tab02 a.title { left : 85px; }
.tabList li#tab03 a.title { left : 170px; }
.tabList li#tab04 a.title { left : 255px; }
.tabList li#tab05 a.title { left : 340px; }
.tabList li#tab06 a.title { left : 425px; }
.tabList a.more { margin-top : 10px; }
.tabList kbd { width : 10px; height : 10px; }
.tabList kbd.tr { background-position : 116px 0; }
.tabList kbd.br { background-position : 106px 0; }
.tabList kbd.bl { background-position : 96px 0; }
  
 
 ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
