
div.subMenu {
	width: 186px;
}

div.subMenuBase {
	width: 10px;
}

div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
	font: normal normal normal 10px verdana,sans-serif;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-color: #041834;
	color: #BFD0EB;
	border-top: 1px solid #BFD0EB;
	border-left: 1px solid #BFD0EB;
	border-right: 1px solid #BFD0EB;
}

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: #041834;
	color: #00CCCC;
}

a.subMenuItem {
	text-decoration: none;
}

a.subMenuItem:hover {
	color: white;
	background-color: inherit;
}

div.menuBottom {
	height: 5px;
	border-top: 1px solid #BFD0EB;
	background-repeat: no-repeat;
}
