/* CSS Document */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: 9px Verdana;
text-indent:0;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: white;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
font-weight: normal;
background: transparent url(../gfx/pinkbg.gif) top right no-repeat;
border-top: 1px solid #0066FF; /*top border style*/
border-bottom: 3px solid #0066FF; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #0066FF; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #0066FF; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}
#thicktabs li a:hover{
color: white;
background-image: url(../gfx/pinkbgover.gif); /*background image swap on hover*/
}

dl {padding:0;}
dt {display:none;}
dd {float:left; margin:0 3px 0 0; padding:0; text-align:center;}
dd a, dd a:visited {color:#fff;}
dd span {float:left; cursor:pointer;}

dd span.side {width:5px; height:3em; position:relative;}
dd span.side b.p1 {height:20px; width:1px; float:left; margin:5px 0; background:#FD3402;}  
dd span.side b.p2 {height:20px; width:1px; float:left; margin:3px 0; background:#0066FF; border-top:2px solid #FD3402; border-bottom:2px solid #FD3402;}
* html dd span.side b.p2 {height:24px; he\ight:20px;}
dd span.side b.p3 {height:24px; width:1px; float:left; margin:2px 0; background:#0066FF; border-top:1px solid #FD3402; border-bottom:1px solid #FD3402;}  
* html dd span.side b.p3 {height:26px; he\ight:24px;}
dd span.side b.p4 {height:26px; width:2px; float:left; margin:1px 0; background:#0066FF; border-top:1px solid #FD3402; border-bottom:1px solid #FD3402;}
* html dd span.side b.p4 {height:28px; he\ight:26px;}
dd span.mid {height:28px; border-top:1px solid #FD3402; border-bottom:1px solid #FD3402; line-height:25px; padding:0 10px; background:#0066FF;}
* html dd span.mid {height:30px; he\ight:28px;}
dd a:hover {border:0;}
dd a:hover span.mid, dd a:hover span.side b.p2, dd a:hover span.side b.p3, dd a:hover span.side b.p4 {background:#FD3402; color:#fff;}
