@charset "UTF-8";
.menu_down_nvo {
	width:970px;
	height:21px;
	float:left;
}
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-family:"Arial Black", Gadget, sans-serif;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding:0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 106px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 106px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	line-height:16px;
	//line-height:14px;
	background-color: #C70004;
	color: #FFF;
	text-decoration: none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	padding-left:8px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #c70004;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #c70004;
	color: #FFF;
	border:none;
}
/*******************************************************************************

 ROLL OVERS

 *******************************************************************************/
 
 .rollover-modelo-menu {
	display: block;
	width: 80px;
	height: 24px;
	background-image:url(../../imagenes/img_suvs/img_menu_spray/credito.gif);
	background-repeat:no-repeat;
}
a.rollover-modelo-menu:hover {
	background-position: -80px;
	height: 24px;
}
.rollover-medio-menu {
	display: block;
	width: 115px;
	height: 24px;
	background-image:url(../../imagenes/img_suvs/img_menu_spray/medio-ambiente.gif);
	background-repeat:no-repeat;
}
a.rollover-medio-menu:hover {
	background-position: -115px;
	height: 24px;
}
.rollover-conce-menu {
	display: block;
	width: 119px;
	height: 24px;
	background-image:url(../../imagenes/img_suvs/img_menu_spray/concesionario.gif);
	background-repeat:no-repeat;
}
a.rollover-conce-menu:hover {
	background-position: -119px;
	height: 24px;
}
.rollover-serv-menu {
	display: block;
	width: 132px;
	height: 24px;
	background-image:url(../../imagenes/img_suvs/img_menu_spray/servicios.gif);
	background-repeat:no-repeat;
}
a.rollover-serv-menu:hover {
	background-position: -132px;
	height: 24px;
}
.rollover-cont-menu {
	display: block;
	width: 85px;
	height: 24px;
	background-image:url(../../imagenes/img_suvs/img_menu_spray/contacto.gif);
	background-repeat:no-repeat;
}
a.rollover-cont-menu:hover {
	background-position: -85px;
	height: 24px;
}
.ajuste-sub-menu li {
	width:150px;
	border: 1px solid #c70004;
}
.ajuste-sub-menu a {
	background-image:url(../../imagenes/img_suvs/img_menu_spray/img-down.gif);
	background-repeat:repeat-x;
}
.ajuste-sub-menu a:hover {
	background-image:url(../../imagenes/img_suvs/img_menu_spray/img-down-hover.gif);
	background-repeat:repeat-x;
}
.menuModelos {
	float:right;
	/*float:left;*/
	width:417px;
	height:20px;
	line-height:20px;
	_line-height:18px;
	*line-height:18px;
	margin-top:3px;
	background-color:#454546;
	background-image: url(../../imagenes/img_suvs/img_menu_spray/img-orilla.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
}

.menuModelos li {
	display:inline;
	list-style-type:none;
	vertical-align:top;
}
.menuModelos a {
	height:20px;
	color:#E2E2E2;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:18px;
	font-size:11px;
	font-weight:bold;
}
.menuModelos a:hover {
	color:#000;
	text-decoration:none;
}
	
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
