
div.subMenu {
	width: 150px;
}

div.subMenuBase {
	width: 5px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 11px verdana,sans-serif;
	padding-left: 5px;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 20px;
	background-color: white;
	color: inherit;
	border-top: 1px solid #f5842c;
	border-left: 1px solid #f5842c;
	border-right: 1px solid #f5842c;
}

div.subMenuItem {
	background-image: url('gifs/flecha_item.gif');
}

div.subMenuItemHighlight {
	background-image: url('gifs/flecha_item.gif');
	background-color: #f5842c;
	color: white;
}

div.subMenuItemLeaf {
}

div.subMenuItemLeafHighlight {
	background-color: #a2a2a2;
	color: white;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	border-top: 1px solid #f5842c;
	background-repeat: no-repeat;
}
