﻿ul#tabs {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    height: 23px;
    border-bottom: 1px solid black;
    background: rgb(218, 218, 218);
}
ul#tabs li {
    float: left;
    margin: 0;
    height: 23px;
    text-align: center;
    width: 160px;
    background: transparent url('../../images/tab.png') no-repeat scroll top;
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    font: 14px Arial, sans-serif;
}

ul#tabs a{
	font-size: 120%;
}
ul#tabs li.active{
	font-size: 120%;
	background: transparent url('../../images/tab_hover_ii.png') no-repeat scroll top;
}

ul#tabs li.active a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: black;
    font: 14px Arial, sans-serif;
}

ul#tabs li:hover,
body#wrox li#tab1,
body#amazon li#tab2,
body#google li#tab3,
body#slashdot li#tab4,
body#twit li#tab5 {
	font-size: 120%;
    background: transparent url('../../images/tab_hover.png') no-repeat scroll top;
}
ul#tabs a:hover,
body#wrox li#tab1 a,
body#amazon li#tab2 a,
body#google li#tab3 a,
body#slashdot li#tab4 a,
body#twit li#tab5 a {
	font-size: 120%;
    color: black;
}
ul#tabs span {
    display: block;
    padding: 4px 10px 0 10px;
}






