/* TABS */
.tabs {margin:0;padding:0;}
ul.tabs li:hover,
.tabs li.active {background: url(images/navigation/tab-r.png) no-repeat right bottom;margin:0px;}
ul.tabs li a:hover,
.tabs li.active a {background: url(images/navigation/tab-l.png) no-repeat left bottom;padding:0px 30px 0px 30px;}
.tabs li {cursor:pointer;float:left;list-style-type:none;margin:0;overflow:hidden;padding:0;}
.tabs li a {color:#fff;float:left;line-height:60px;text-align:center;}
/* EDITABLE PROPERTIES
    Tab middle/right when the link is active    -   .tabs li.active {background-image: url([images/navigation/tab-r.png]);}
    Tab left when the link is active            -   .tabs li.active a {background-image: url([images/navigation/tab-l.png]);}
    Tab left when the link is rolled over       -   .tabs li:hover {background-image: url([images/navigation/tab-r.png]);}
    Tab left when the link is rolled over       -   .tabs li:hover a {background-image: url([images/navigation/tab-l.png]);}
    Tab text colour                             -   .tabs li a {color: [#fff/white]; }
    Tab text underline (none/underline)         -   .tabs li a {text-decoration:[none/underline];}
    Tab gap on sides of text                    -   .tabs li.active {padding:0 30px;}
                                                    .tabs li:hover {padding:0 30px;}
    Tab height (x = value of tab height)        -   .tabs li a {line-height:[x];}
    Turn hover off                              -   .tabs li:hover {background:none;margin:0;}
                                                    .tabs li:hober a {background:none;padding:0;}
    Turn active off                             -   .tabs li.active {background:none;margin:0;}
                                                    .tabs li.active a {background:none;padding:0;}
*/

/* PIPES */
.pipes {margin:0;padding:0;}
.pipes li {border-left:1px solid #000;cursor:pointer;float:left;height:100%;list-style-type:none;overflow:hidden;padding:0 10px;}
.pipes li:first-child {border-left:none;margin-left:0;}
/* EDITABLE PROPERTIES
    Pipe colour                                 -   .pipes li {border-left-color:[#000/white];}
    Pipe text colour                            -   .pipes a {color: [#fff/white];}
    Pipe text underline (none/underline)        -   .pipes a {text-decoration:[none/underline];}
    Pipe padding                                -   .pipes li {padding: 0 [x]px;}
*/
