  
.mainDiv {width:160px;}

.topItem
{
	width:160px;
	height:18px;
	cursor:pointer;
	background: #fefb9b;
	text-decoration: none;
	color: #9A3233; 
	font-weight:bold;
	font-size: 10;
	font-family:"Verdana";
	/*Cabeza de caballo
 	 background-image: url(../Imagenes/Botones/CaballoReposo2.gif);
	background-repeat: no-repeat;
	background-position: left ;*/
	padding: 0px 0px 0px 20px;
 
}
topItemOver
{
	width:160px;
	height:18px;
	cursor:pointer;
	background: #9A3233;
	text-decoration: none;
	color: #fefb9b; 
	font-weight:bold;
	font-size: 10;
	font-family:"Verdana";
	/*Cabeza de caballo
	background-image: url(../Imagenes/Botones/CaballoSobre2.gif);
	background-repeat: no-repeat;
	background-position: left ;*/
	padding: 0px 0px 0px 20px;
}
.topItem2
{
	width:140px;
	height:18px;
	cursor:pointer;
	padding-left:3px;
	background: #FD9631;
	text-decoration: none;
	color: fefb9b; 
	font-weight:bold;
	font-size: 10;
	font-family:"Verdana";
}


.dropMenu
{
  background:#FD9631;
  border-top:1px solid #903A00;
  border-bottom:1px solid #FD9631;/*Color de lineas*/
  
}
.dropMenu2
{
  background:#FD9631;
}

.dropMenu3
{
  background:white;
}

.subMenu
{
   display:none;
}
.subItem
{
   cursor:pointer;
   /*padding-left:3px;*/
   height:16;
   text-decoration: none;
   color: white; 
   font-weight:bold;
   font-size: 10;
   font-family:"Verdana";
   padding: 0px 0px 0px 20px;
}

.subItem a
{
   cursor:pointer;
   padding-left:3px;
   text-decoration: none;
   color: white; 
   font-weight:bold;
   font-size: 10;
   font-family:"Verdana";

}

.subItemOver
{
   cursor:pointer;
   padding-left:3px;
   text-decoration: none;
   color: blue; 
   font-weight:bold;
   font-size: 10;
   font-family:"Verdana";
   padding: 0px 0px 0px 20px;
}

.subItemOver  a
{
   padding-left:3px;
   height:16;
   text-decoration: none;
   color: red; 
   font-weight:bold;
   font-size: 10;
   font-family:"Verdana";
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.menu
{
  color: #9A3233; 
  text-decoration:none;
}
