.navbar
{
margin-top: 0;
margin-bottom: 0;
}  

.mainDiv
{
  width:190px;
}

.topItem
{
font-family: verdana;
font-size: 17;
font-weight: bold;
font-variant: small-caps;
color: #ffd800;
padding-top: 5px;
  background: url("flecha_abajo.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 190px;
  height: 24px;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
font-family: verdana;
font-size: 17;
font-weight: bold;
font-variant: small-caps;
color: #ffd800;
padding-top: 5px;
  background: url("flecha_abajo_on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 190px;
  height: 24px;
  cursor:pointer;
  text-indent:10px;
}

.topItemClose
{
font-family: verdana;
font-size: 17;
font-weight: bold;
font-variant: small-caps;
color: #ffd800;
padding-top: 5px;
  background: url("flecha_arriba.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 190px;
  height: 24px;
  cursor:pointer;
  text-indent:10px;
}


.topItemCloseOver
{
font-family: verdana;
font-size: 17;
font-weight: bold;
font-variant: small-caps;
color: #ffd800;
padding-top: 5px;
  background: url("flecha_arriba_on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 190px;
  height: 24px;
  cursor:pointer;
  text-indent:10px;
}



.dropMenu
{
font-family: verdana;
font-size: 10px;
font-weight: bold;
  background-color: #e1e2e6;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
font-family: verdana;
font-size: 10px;
font-weight: bold;
   text-decoration:none;
   color: #215dc6;
  background: url("fondo_item_catalogo.jpg") no-repeat 0 0;
  background-position:left left;
  background-repeat:no-repeat;
   height:18px;
   
}

.subItem a
{
   margin-left:10px;
font-family: verdana;
font-size: 10px;
font-weight: bold;
   text-decoration:none;
   color: #215dc6;
   height:18px;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
font-family: verdana;
font-size: 10px;
font-weight: bold;
   color: #428eff;
  background: url("fondo_item_catalogo.jpg") no-repeat 0 0;
  background-position:left left;
  background-repeat:no-repeat;
   height:18px;
}

.subItemOver  a
{
   margin-left:10px;
font-family: verdana;
font-size: 10px;
font-weight: bold;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
   height:18px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


a:link {
color: #223378;
text-decoration: none;
}

a:visited {
color: #223378;
text-decoration: none;
}

a:active {
color: #223378;
text-decoration: underline;
}

a:hover {
color: #223378;
text-decoration: underline;
}

