.tab {
    background-image:url('../images/grey_tab.jpg');
    background-repeat:repeat;
	height:20px;
	width:12px;
	font-size:14px;
}
.tab A{
    display:block;
    text-decoration:none;
    color:black;
    background-image:url('../images/grey_tab.jpg');
    background-repeat:repeat;
    padding-left:10px;
    padding-right:10px;
	height:20px;
	font-size:14px;
}
.focustab A{
    display:block;
    text-decoration:none;
    color:black;
    background-image:url('../images/orange_tab.jpg');
    background-repeat:repeat;
    padding-left:10px;
    padding-right:10px;
	height:20px;
	font-size:14px;
	font-weight:bold;
}

.tab A:hover{
    background-image:url('../images/orange_tab.jpg');
    background-repeat:repeat;
	height:20px;
	font-size:14px;
}







.tab2 {
    background-image:url('../images/grey_tab.jpg');
    background-repeat:repeat;
	height:17px;
	font-size:12px;
}
.tab2 A{
    display:block;
    text-decoration:none;
    color:white;
    background-image:url('../images/grey_tab.jpg');
    background-repeat:repeat;
    padding-left:15px;
    padding-right:15px;
	height:17px;
	font-size:12px;
}
.focustab2 A{
    display:block;
    text-decoration:none;
    color:black;
    background-image:url('../images/orange_tab.jpg');
    background-repeat:repeat;
    padding-left:15px;
    padding-right:15px;
	height:17px;
	font-size:12px;
	font-weight:bold;
}

.tab2 A:hover{
    background-image:url('../images/orange_tab.jpg');
    background-repeat:repeat;
	height:17px;
	font-size:12px;
}

