/* 3 tabs navigation */
/* used on: tdct/smallbusinessbanking/webinars_inc.jsp*/
/* /smallbusiness/upcoming_webinars.jsp and /smallbusiness/previous_webinars.jsp */

#tabs {
width: 415px;
list-style:none;
overflow:hidden;
*width:100%;
margin: 10px 0px;
padding:0px; 
border-left: 1px solid #163D22;
} 

#tabs li {
display:inline;
} 

#tabs a {
display:block;
float:left;
width:132px;
height: 22px;
line-height: 22px;
font-weight: bold;
font-size: .85em;
text-align: center;
padding: 5px 2px;
border: 1px solid #163D22;
border-left: none;
text-decoration:none;
background-color:#DDEBDE;
color:#163D22;
} 

#tabs a:hover {
background: #fff;
color: #163D22;
} 

#tabs a.active {
background: #163D22;
color: #DDEBDE; 
} 

.clear {
clear: both; 
height: 5px;
} 
