.menuItemRoots{
  margin:0 25px 0 auto;
  width:685px;
  text-align:right;
  /*border:1px solid #fc0;*/
}
.menuItemRoots .menuItemRoot {
  margin:0 0 0 6px;
  float:left;
  display:block;
  height:37px;
  width:150px;
  background:url(menu3.gif) no-repeat;
  cursor:pointer;
}
.menuItemRoots  .menuItemRoot span{
  display:none;
}

.menuItemRoots .selected{
}
.menuItemRoots .selected a{  
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:0px;
	/*top:1px;Este es el valor original*/
}



.menu{
	background-color:#440509;
	padding:0;
  text-align:left;
  display:none;
}

.menu .line{
	background-color:transparent;
	width:100%;
}
.menu .line.title {
	background-color:#016644;
	border-bottom:1px solid #013A23;
}
.menu .line.title a{
	font-size:14px;
}

.menu  td a{
	text-decoration:none;
	color: #f3f3f3;
}
.menu td.voice{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:7px;
}


.menu .separator{
	background-color:#999;
	height:1px;
}
.menu td.img{
	text-align:center;
	background-color:transparent;
	width:24px;
}
.menu td.img img{
}
.menu .textBox{
	padding: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background:#999;
	color: #c3c3c3;
}
.menu .selected td{
	background-color:#f3f3f3;
}
.menu .selected td a{
	color:#000;
}
.menu .disabled td, .menu .disabled td a {
	color: #cccccc;
}
.menu .subMenuOpener{
	background-image:url("menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.menu .selected .subMenuOpener{
	background-image:url("menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}