.tabs {
	float: left;
	width: 435px;
	margin-top:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	white-space:nowrap;  
}

.tabs ul{
    margin:0 0 0 0; 
    display: inline;
    padding: 0;
    list-style: none;
    font-size: 26px;
    height: 22px;
    float: left; 

}

.tabs li {
	line-height:17px;
    margin: 0px 0px 0px 2px; 
    padding: 0px 10px 0px 0px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
  font-size: 15px;

}

.tabs li.activelink {

    background-repeat: no-repeat;

}


.tabs li a,

.tabs li a:link,

.tabs li a:visited {
    display: block;
    float: left;
    padding: 7px 6px 0px 15px;
    text-align: center;
    white-space: nowrap;
    background-repeat: no-repeat;
    text-decoration: none;
    min-height: 21px;
    height:21px;
    outline: none;
    color: #ffffff;

}

.tabs li.activelink a, 

.tabs li.activelink a:link, 

.tabs li.activelink a:visited {
    background-repeat: no-repeat;
    color: #000000;

}

.tabs li:hover, 

.tabs li.sfhover {
    background-position: 100% -219px;
    cursor: pointer;

}

.tabs ul li:hover a,

.tabs ul li:hover a:link,

.tabs ul li:hover a:visited,

.tabs ul li.sfhover a,

.tabs ul li.sfhover a:link,

.tabs ul li.sfhover a:visited {
background-position: left -89px;
	color: #000000;
}

.tabs li.activelink:hover {
    background-position: 100% -219px; 
}

.tabs li.activelink:hover a {
    background-position: 0 0;
}

.tabs li {
    background:url(../images/tb.gif) 100% 0px;
}

.tabs li.activelink {
    background: url(../images/tb.gif) 100% -219px;
}   



.tabs li a,

.tabs li a:link,

.tabs li a:visited {
    background: url(../images/tb.gif) no-repeat 0 0px;
}




.tabs li.activelink a,

.tabs li.activelink a:link,

.tabs li.activelink a:visited {
    background: url(../images/tb.gif) 0 -219px;
}
/*-----footer-----*/

#footer{
background-color:#3B5998;
bottom:0;
clear:both;
color:#FFFFFF;
display:inline-block;
margin:0 auto;
padding:10px;
width:100%;
	
}
#footer ul{
float:left;
width:50%;
}
#footer ul li{
display:inline;
padding-right:8px;

}
#footer ul li a{

}
#copyright{
float:right;
margin-right:23px;
}