/* CSS Document */

#slide {
    float:left;
    
    background:#DAE0D2 url("/images/tab-bg.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }

#tabs99 {width: 200px;}

* html .tabs99 { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 304px; /*IE5 width*/
w\idth: 310px; /*IE6 width*/
}

#slide ul {
    margin:0;
    list-style-type:none;
	padding:10px 10px 0;
    }
#slide li {
    float:left;
    margin:0;
    padding:0;
    }

#slide li {
    float:left;
    background:url("/images/tab-left.gif")
      no-repeat left top;
    margin:0;
	list-style-type:none;
    padding:0 0 0 9px;
    }
	
#slide a {
    display:block;
    background:url("/images/tab-right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
	text-decoration:none;
	text-color:#0000cc;
    }
	
#slide #current, #overview #nav-overview,  #maps #nav-maps, #ratings2 #nav-ratings {
    background-image:url("/images/tab-left1.gif");
    }
#slide #current a {
    background-image:url("/images/tab-right1.gif");
	padding-bottom:5px;
    }

#slide a:hover {
    text-decoration:underline;
    }
#slide a:visited {
    text-color:#0000cc;
    }
	
#overview #nav-overview a, #maps #nav-maps a, #ratings2 #nav-ratings a {background-image:url("/images/tab-right1.gif");padding-bottom:5px;}
