 
.mainDiv
{
  width:160px;
  font-size:9px;
  font-family:arial, verdana;

}
.topItem
{
  width:155px;
  height:17px;
  cursor:pointer;
  background-image:url(/img/fondo_cabecera_produ_5.jpg);
  background-color:#003399;
  text-decoration: none;
  color:#ffffff; 
  font-weight:bold;
  padding-left:5px;
  padding-top:5px;
}
.dropMenu
{
  background:#ffffff;
  border-top:1px solid #003366;
  border-left:1px solid #003399;
  border-right:1px solid #003399;
  border-bottom:1px solid #ACCFE8;
}
.dropMenu_ultimo
{
  background:#ffffff;
  border-top:1px solid #003399;
  border-left:1px solid #003399;
  border-right:1px solid #003399;
  border-bottom:1px solid #003399;
}
.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:normal;
   text-decoration:none;
   color:black;
   line-height:18px;
}

.subItem a:active {color:#00FF00; text-decoration: none;}
.subItem a:link
{
   text-decoration:none;
   color:#003399;
   font-weight:normal;
}

.subItem a:visited {   text-decoration:none;
   color:#003399;
   font-weight:normal;
}
.subItemOver
{
   cursor:pointer;
   color:#003399;
   text-decoration:none;
   font-weight:normal;
   padding-left:5px;
   line-height:18px;
}
.subItemOver a:hover
{
   background-color:#003399;
   width:150px;
   color:#ffffff;
   text-decoration:none;
   line-height:18px;
   font-weight:normal;

}
.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.topItem a{
	color:#fff;
	text-decoration:none;
}