/* @override http://www.bikerstreet.no/fileadmin/templates/bikerstreet/speedometer2010/styles.css */

body {
	margin: 0px;
	padding: 0px;
	background: black;
}

body,a,p,td,input,textarea,li,ul {
	font-family: Tahoma;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#speedometer {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#speedo-top {
	position: relative;
	margin: 10px auto;
	padding: 0px;
	width: 700px;
	height: 700px;
	background: url(speedometer_back.jpg) no-repeat scroll 0 0;
}

.speedtop ul, .speedtop li {
	position: absolute;
	border: none;
	padding: 0px;
	margin: 0px;
}


#speedo-top ul ul {
	position:absolute; 
	left:-9999px;
}



#speedo-top ul li {
	position: relative;
	margin:0; 
	padding:0; 
	list-style:none;
}

#speedo-top ul li {
	display:inline;
}

#speedo-top ul li:hover > ul {
	margin-top: -5px; 
	margin-left: 0;
	background-color: #d3d2d3;
	
}

#speedo-top ul ul a {
	color: #fff;
}

#speedo-top ul ul li a:hover {
	background-color:#09c; 		  		color:#fff;
} 

#speedo-top ul li:hover > a {
	background-color:#09c; 
	color:#fff;
}


#speedo-top ul ul a {
	position: relative;
	display:block; 
	font-size: 0.8em; 
	color:#000; 
	line-height:22px; 
	text-decoration:none;
	padding:0 20px 0 10px;
}



#speedo-top a {
	position: absolute;
	text-decoration: none;
	color: #b1b1b1;
	font-size: 1.2em;
	line-height: 1em;
}


#speedo-top a img {
	position: absolute;
	top: 232px;
	left: 135px;
	visibility: hidden;
	border: none;
}


#speedo-top a .button {
	display: block;
	position: absolute;
	padding: 10px 20px 5px 10px;
}

#speedo-top a:hover .button {
	color: #fff;
}

a#hd a:hover .button {
	color: gray;
}


/* - BUTTONS - */
a#tgb:hover img {
	visibility: visible;
}

a#tgb .button {
	top: 455px;
	left: 77px;
}

a#gilera:hover img {
	visibility: visible;
}

a#gilera .button {
	top: 400px;
	left: 47px;
}

#speedo-top ul li:hover > ul#gilera {
	left: 107px;
	top: 395px;
	margin-top: 0px;
	margin-left: 1px;
}


a#piaggio:hover img {
	visibility: visible;
}

a#piaggio .button {
	top: 345px;
	left: 25px;
}

#speedo-top ul li:hover > ul#piaggio {
	left: 101px;
	top: 340px;
	margin-top: 0px;
	margin-left: -3px;
}

a#vespa:hover img {
	visibility: visible;
}

a#vespa .button {
	top: 290px;
	left: 35px;
}

#speedo-top ul li:hover > ul#vespa {
	left: 101px;
	top: 285px;
	margin-top: 0px;
	margin-left: -3px;
}


a#suzuki:hover img {
	visibility: visible;
}

a#suzuki .button {
	top: 235px;
	left: 47px;
}

a#yamaha:hover img {
	visibility: visible;
}

a#yamaha .button {
	top: 180px;
	left: 68px;
}


a#bmw:hover img {
	visibility: visible;
}

a#bmw .button {
	top: 125px;
	left: 158px;
	color: #6e6e6e;
}
 

a#hd:hover img {
	visibility: visible;
}

a#hd .button {
	top: 86px;
	left: 224px;
	color: #4c4c4c;
	white-space: nowrap;
	line-height: 1em;
}

a#honda:hover img {
	visibility: visible;
}

a#honda .button {
	top: 125px;
	left: 401px;
	color: #6e6e6e;
}

a#triumph:hover img {
	visibility: visible;
}

a#triumph .button {
	top: 180px;
	left: 462px;
}

a#aprilia:hover img {
	visibility: visible;
}

a#aprilia .button {
	top: 235px;
	left: 501px;
}


a#motoguzzi:hover img {
	visibility: visible;
}

a#motoguzzi .button {
	top: 281px;
	left: 512px;
}


a#derbi:hover img {
	visibility: visible;
}

a#derbi .button {
	top: 345px;
	left: 516px;
}

a#kymco:hover img {
	visibility: visible;
}

a#kymco .button {
	top: 400px;
	left: 502px;
}

#speedo-top ul li:hover > ul#kymco {
	left: 574px;
	top: 400px;
	margin-top: 0px;
	margin-left: -3px;
}


a#canam:hover img {
	visibility: visible;
}

a#canam .button {
	top: 455px;
	left: 470px;
	white-space: nowrap;
}



#speedo-bottom {
	position: absolute;
	top: 525px;
	left: 66px;
	width: 563px;
	height: 103px;
	margin: 0px;
	padding: 0px;
}

ul#speedbottom {
	width: 566px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}


#speedbottom li {
	display: inline;
	float: left;
	}

#speedbottom li:hover {
	background: blue;

}

#speedbottom a {
	position: relative;
	display:block ;
	padding: 0px;
	width: 94px;
	height: 55px;
	padding-top: 45px;
	margin: 0;
	float: left;
	text-align: center;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-size: 0.9em;
}

#speedbottom a:hover {
	text-decoration: underline;
	color: #fff;

}