@charset "utf-8";


ul#topnav {
	margin: 0 auto; padding: 0;
	float: left;
	width: 954px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	background:#fafbfb  url(images/bg_topnav.png) bottom repeat-x;
	-moz-box-shadow: 3px 2px 3px #999999;
-webkit-box-shadow: 3px 2px 3px #999999;
box-shadow: 3px 2px 3px #999999;

}
ul#topnav li {
	float: left;
	margin:0; padding: 0;
	 /*--border-right: 1px solid #555;Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 25px  0 0 54px;
	display: block;
	color: #343434;
	text-decoration: none;
}

ul#topnav li a:hover { color:#186bef;}

/*--ul#topnav li:hover { background: #fafafa url(topnav_active.gif) repeat-x; }Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:56px;
	display: none; /*--Hide by default--*/
	width: 954px;
	background: #ffffff;
	font-weight:100;
	color: #343434;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; padding:25px 12px 25px 8px; font-size:12px; font-weight:bold;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: none; font-weight:bold;}

.home {
background:url(img/bt_home.png) no-repeat top;
width:121px;
height:56px;}

.home:hover {
background:url(img/bt_home.png) no-repeat bottom;
}
.quienes {
background:url(img/bt_quienes.png) no-repeat top;
width:188px;
height:56px;}

.quienes:hover {
background:url(img/bt_quienes.png) no-repeat bottom;
}

.scooter {
background:url(img/bt_scooter.png) no-repeat top;
width:131px;
height:56px;}

.scooter:hover {
background:url(img/bt_scooter.png) no-repeat bottom;
}


.servicios {
background:url(img/bt_servicios.png) no-repeat top;
width:145px;
height:56px;}

.servicios:hover {
background:url(img/bt_servicios.png) no-repeat bottom;
}

.compra {
background:url(img/bt_compra.png) no-repeat top;
width:232px;
height:56px;}

.compra:hover {
background:url(img/bt_compra.png) no-repeat bottom;
}

.contacto {
background:url(img/bt_contacto.png) no-repeat top;
width:137px;
height:56px;}

.contacto:hover {
background:url(img/bt_contacto.png) no-repeat bottom;
}
.home_current {
background:url(img/bt_home_over.png) no-repeat;
width:121px;
height:56px;}

.quienes_current {
background:url(img/bt_quienes_over.png) no-repeat;
width:188px;
height:56px;}

.scooter_current {
background:url(img/bt_scooter_over.png) no-repeat;
width:131px;
height:56px;}

.servicios_current {
background:url(img/bt_servicios_over.png) no-repeat;
width:145px;
height:56px;}

.compra_current {
background:url(img/bt_compra_over.png) no-repeat;
width:232px;
height:56px;}

.contacto_current {
background:url(img/bt_contacto_over.png) no-repeat;
width:137px;
height:56px;}