﻿
/*This style will be applied to the div element holding the menu*/
/*
body {
	margin: 0;
	padding: 5px;
}
*/
body {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#808080;
	margin: 0;
	padding: 0px;
}

#menuContainer {
  background-color: white;
  width: 130px;
  padding: 0;
  font-family:Tahoma;
  font-size:10px;
  font-weight:bold;
  z-index:100;
  vertical-align:top;
}

/* Link styles*/

#menuContainer a {
  text-decoration: none;
  color: #808080;
/*  font-weight: normal;
  font-size: 7pt;
  font-family: Verdana, Arial, sans-serif;*/
}

#menuContainer a:hover {
 /* color: #993300;*/
  background-color: #D6D3D3;
  display:block;
  
 }

/* Hide bullets in unordered list*/
#menuContainer ul { 
  background-color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding-left:0px;
  font-family:Tahoma;
  font-size:11px;
  font-weight:bold;
  z-index:101;
}

/* Set li styles*/

#menuContainer li {
  background-color: #ffffff;
  width: 125px;
  /* this is to make the submenus position relative to this li */
  position: relative;
  padding: 5px 0px 5px 0px;  /****/
  border-bottom: dotted 1px #808080;
  text-indent:5px;
  z-index:102;
}

#menuContainer li li {
  background-color: #ffffff;
  width: 205px;
  /*height:20px;*/
  /* this is to make the submenus position relative to this li */
  position: relative;
  padding: 5px 0px 5px 0px;  /****/
  border-bottom: dotted 1px #808080;
  text-indent:5px;
  z-index:103;
}

/* Mouseover li style*/
#menuContainer li:hover {
  /*border: 0px;*/   
  background-color: #D6D3D3;
  color:fuchsia;
}

/*Initially hide second level (or higher) pop-up*/
#menuContainer ul ul {
  position: absolute;
  left: 125px;
  top: 0;
  visibility: hidden;
  border: 1px #CECECE solid;
  font-family:Tahoma;
  font-size:10px;
  font-weight:normal;
  z-index:104;
}

#menuContainer ul ul ul{
  position: absolute;
  left: 205px;
  top: 0;
  visibility: hidden;
  border: 1px #CECECE solid;
  font-family:Tahoma;
  font-size:10px;
  font-weight:normal;
  z-index:105;
}

/*Mouseover: display second level (or higher) pop-up*/
#menuContainer li:hover > ul {
  visibility: visible;
}



#productlist ul {list-style:none;margin:0;padding:0}
#productlist ul li	{padding:10px 25px 10px 0;font-weight:700;width:150px;float:left;}
#productlist ul li ul	{padding:0 0 0 15px;}
#productlist ul li ul li	{padding:2px 0 2px 0;font-weight:normal;}

.menuarrow
{
  background: white url(../imagens/bluearrow.gif) no-repeat right;
}

.menuDistribuidor
{
  font-size:11px;
  font-weight:bold;
}