#tabbed_box {  
    margin: 0;  
    width:335px; 
    float:right; 
}  

.tabbed_box h4 {  
    font-family:Arial, Helvetica, sans-serif;  
    font-size:23px;  
    color:#ffffff;  
    letter-spacing:-1px;  
    margin-bottom:10px;  
}  
.tabbed_box h4 small {  
    color:#e3e9ec;  
    font-weight:normal;  
    font-size:9px;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    text-transform:uppercase;  
    position:relative;  
    top:-4px;  
    left:6px;  
    letter-spacing:0px;  
}  

.tabbed_area {  
    width:335px;
    float:right;
    background-color: #ffffff;
    margin:0px;
    background-image:url(../images/tab_off.gif);  
    background-repeat:repeat-x;    
    background-position:bottombottom;
   
 
}  

ul.tabs {  
    margin:0px; padding:0px;
}  
ul.tabs li {  
    list-style:none;  
    display:inline;
    padding-left:1px;
	cursor:pointer;
}  

ul.tabs li a {  
    background-color:#464c54;  
    color:#ffebb5;  
    padding:8px 14px 8px 14px;  
    text-decoration:none;  
    font-size:9px;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-weight:bold;  
    text-transform:uppercase;  
    border:0px solid #464c54;   
}  
ul.tabs li a:hover {  
    background-color: #2f343a;
    border-color: #2f343a;  
	cursor:pointer;
}  
ul.tabs li a.active {  
    background-color:#ffffff;  
    color:#282e32;  
    border:0px solid #464c54;   
    border-bottom: 1px solid #ffffff;

}  
.content2 {  
    background-color:#ffffff;  
    padding:10px;  
    border:1px solid #006699;
    border-bottom:2px solid #006699;  
    background-image: url(../images/gradient.gif);
    background-repeat:repeat-x;    
    background-position:bottom;    
}  
#content_2, #content_3 { 
display: none; 
}  

ul.tabs {  
    margin:0px; padding:0px;  
    margin-top:6px;  
    margin-bottom:6px;
}  

ul.tabs li a {  
    background-image:url(../images/tab_off.gif);  
    background-repeat:repeat-x;    
    background-position:bottombottom; 
  
}  
ul.tabs li a.active {  
    background-image:url(../images/tab_on.gif);  
    background-repeat:repeat-x;  
    background-position:top;   
}  
.content {  
    background-image:url(../images/content_bottom.jpg);  
    background-repeat:repeat-x;    
    background-position:bottombottom;   
}  