/* Main menu (tabs) */
#tabs {margin:0; padding:0; font-size: 12px; font-family: tahoma, sans-serif;}
#tabs #flag_item { margin: 7px 10px 0 0; cursor: pointer; }
#tabs #domain_item { width: 130px; cursor: pointer; font-size: 14px; font-weight: 900; margin: 5px 0 0 0; color: #ccc; }
    #tabs ul {margin:0; padding-left:153px; list-style:none;}
    #tabs ul li {margin:0 3px 0 0; padding:0; float:left;}
    #tabs ul li a {display:block; position:relative; padding:8px; background:url("../images/layout/tabs/tab_link.png") 0 0 repeat-x; color:#fff; font-weight:bold; text-decoration:none; cursor:pointer;}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; width:8px; height:8px; background:url("../images/layout/tabs/tab_link_l.png") 0 0 no-repeat;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("../images/layout/tabs/tab_link_r.png") 100% 0 no-repeat;}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:url("../images/layout/tabs/tab_hover.png") 0 0 repeat-x; color:#FFF;}
    #tabs ul li a:hover span.tab-l {background:url("../images/layout/tabs/tab_hover_l.png") 0 0 no-repeat;}
    #tabs ul li a:hover span.tab-r {background:url("../images/layout/tabs/tab_hover_r.png") 100% 0 no-repeat;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background: url("../images/layout/tabs/tab_active.png") 0 0 repeat-x;  color:#FF9000;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0;  width:8px; height:8px; background:url("../images/layout/tabs/tab_active_l.png") 0 0 no-repeat;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("../images/layout/tabs/tab_active_r.png") 100% 0 no-repeat;}
