/* CSS Document */
#subnav div.coolstuff {
clear:both;
}

#subnav div.coolstuff ul {
margin: 0; padding: 0;
border-top: 1px solid #fff;
}

#subnav div.coolstuff ul li
{
margin: 0;
padding: 0;
list-style-type: none;
}

#subnav div.coolstuff ul li a {
border-bottom: 1px solid #fff;
margin: 0;
padding: 2px 0 2px 3px;
display: block;
height: 15px;
color: #E6BF0C;
text-decoration: none;
font-weight: normal;
}

#subnav div.coolstuff a:hover
{
color: #fff;
background: #001722;
}

#subnav div.coolstuff a.center {
text-align: center;
}

#subnav div.top h2.high {
padding-bottom: 5px;
padding-top: 0px;
margin-bottom: 0;
margin-top: -6px;
margin-left: 8px;
color: #CFD3D5;
font: 14px Arial, Helvetica, Sans-Serif;
font-weight: bold;
width: 200px;
}

#subnav div.top h3.high {
padding-bottom: 5px;
padding-top: 10px;
margin-bottom: 0;
margin-top: -6px;
margin-left: 8px;
color: #ffffff;
font: 12px Arial, Helvetica, Sans-Serif;
font-weight: bold;
width: 200px;
}

#subnav div.coolstuff {
margin-top: inherit;
}

#subnav div.slideshow {
margin-top: inherit;
margin-bottom: 10px;
}

#subnav div.slideshow ul {
margin: 0;
margin-left: 2px;
padding: 0;
list-style-type: none;
}

#subnav div.slideshow ul li {
display: inline;
}

#subnav div.slideshow ul li a {
text-decoration: none;
width: 124px;
height: 40px;
text-align: center;
background: #CFD3D5;
float: left;
}

#subnav div.slideshow a {display: block; margin-bottom: 12px;}

#subnav div.slideshow span {display: none;}

#subnav div.slideshow ul li a.back {
background: #ffffff url(/gfx/nav/back-bike.gif) no-repeat bottom center;
}

#subnav div.slideshow ul li a:hover.back {
background: #ffffff url(/gfx/nav/back-bike-over.gif) no-repeat bottom center;
}

#subnav div.slideshow ul li a.next {
background: #ffffff url(/gfx/nav/next-bike.gif) no-repeat bottom center;
}
#subnav div.slideshow ul li a:hover.next {
background: #ffffff url(/gfx/nav/next-bike-over.gif) no-repeat bottom center;
}

#subnav div.slideshow ul li a.start {
background: #ffffff url(/gfx/nav/start-cam.gif) no-repeat bottom center;
}
#subnav div.slideshow ul li a:hover.start {
background: #ffffff url(/gfx/nav/start-cam-over.gif) no-repeat bottom center;
}

#subnav div.slideshow ul li a.nothing {
background: #ffffff;
cursor: pointer;
}
#subnav div.slideshow ul li a:hover.nothing {
background: #ffffff;
cursor: text;
}