
            ul.tabNav
            {
                float: left;
                list-style: none;
                border-bottom:1px solid #a6a6a6;
                margin:0 0 0 0;
                padding:0 0 0 0;
                width:645px;
                font-weight:bold;
            }
            
            ul.tabNav li
            { 
                float: left; 
                margin: 0 3px 0 0; 
                background: #d2d2d2; 
                height: 28px;
                border: 1px solid #a6a6a6;
                border-width:1px 1px 0;
            }
            
            ul.tabNav li.current
            { 
                background: #ffffff;
            }
            
            ul.tabNav a
            {  
                color: #3c3c3c; 
                display: block; 
                text-decoration: none;
                background-color:Transparent;
                padding:7px;
            }
            ul.tabNav li.current a 
            { 
                background: #ffffff;
            }
            
            div.tabContainer
            {
                clear: both;
                float: left;
                width: 645px;
                height: auto;
            }
            
            div.tabContainer div.tab
            {
                display: none;
                border-left:1px solid #a6a6a6;
                border-right:1px solid #a6a6a6;
                border-bottom:1px solid #a6a6a6;
                border-top:none;
                text-align:left;
                float:left;
                padding-left:10px;
                padding-right:10px;
                padding-bottom:20px;
                width:623px;
            }
            
            div.tabContainer div.current
            {
                display: block;
            }
            div.tab p:last-child { margin-bottom: 0; }