.basictab{ overflow:hidden; width: 560px; height:20px;}
.basictab ul{
margin: 0px;
padding: 3px 0;
margin-left: 0;
font-weight:bold;
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 5px 40px;
margin-right: 5px;
border: 1px solid #484848;
border-bottom: none;
background-color: #0A405A;
color: #28A3E6;
font-weight:bold;
}

.basictab li a:visited{
color: #FFF;
}

.basictab li a:hover, .basictab li a.current{
background-color: #2B2B2B;
color: #FFF;
}

.basictab li a:active{
color: #FFF;
}

.tabcontainer{
clear: left;
width:688px; /*width of 2nd level sub menus*/
height:140px;
background-color:#2B2B2B;
border: 1px solid #484848;
padding:10px 20px 10px 20px;
}

.tabcontent{
display:none;
}

.tableftbox{
    width:470px;
    border-right:dashed 1px #FFF;
    float:left;
    padding-right:20px;
    height:140px;
}
.tabrightbox{
    width:170px;
    padding-left:20px;
    float:left;
}

.startQuote{    
    background-image:url(../images/startQuote.gif);
    background-repeat:no-repeat;
    background-position:left top; 
    background-color:Transparent;
    padding-top: 5px;
    padding-left: 20px;
    margin-left: -15px;
    color:#FFF;
    font-family: Times New Roman, arial,sans-serif;
    font-size:20px;
    }   
    
.startNoQuote{    
    background-repeat:no-repeat;
    background-position:left top; 
    background-color:Transparent;
    padding-top: 5px;
    padding-left: 20px;
    margin-left: -15px;
    color:#FFF;
    font-family: Times New Roman, arial,sans-serif;
    font-size:20px;
    }   

.endQuote{  
    background-image:url(../images/endQuote.gif);  
    background-repeat:no-repeat; 
    height:27px;
    width:38px; 
    background-color:transparent;
    padding-bottom: 10px;
    padding-right: 38px;
    margin: 0px 0 0 3px;
    }

