div {
	text-align: left;
}

div#menu {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
div#menu ul {
	margin:0px;
	padding:0px;
	/*list-style-type:none;*/
}
div#menu li {
	margin-left:5px;
	padding-bottom: 3px;
	padding-top: 2px;
	float:left;
	width:150px;
	list-style:none;
}

div#menu li a.parent, a.parent_sel {
	display:block;
	background: url(../Fotos/menu_grey.png) 1px 5px;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 20px;
}
div#menu li a.parent_sel {
	font-weight: bold;
	background: url(../Fotos/menu_red.png) 1px 5px;
	background-repeat: no-repeat;
	/*background-position: -199px 5px;*/
}
div#menu li a.parent:hover {
	background: url(../Fotos/menu_red.png) 1px 5px;
	background-repeat: no-repeat;
	/*background-position: -199px 5px;*/
}
div#menu li a.sub, a.sub_sel {
	/*color:#993333;*/
	font-size:10px;
	display:block;
	background: url(../Fotos/submenu_grey.png) 20px 7px;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 30px;
}
div#menu li a.sub_sel {
	font-weight: bold;
	background: url(../Fotos/submenu_red.png) 20px 7px;
	background-repeat: no-repeat;
	/*background-position: -160px 7px;*/
}

div#menu li a.inactive {
	color: #993366 !important;
}

div#menu li a.sub:hover {
	background: url(../Fotos/submenu_red.png) 20px 7px;
	background-repeat: no-repeat;
	/*background-position: -160px 7px;*/
}

div#menu li a.child, a.child_sel {
	color:#888888;
	font-size:9px;
	display:block;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 40px;
}
div#menu li a.child_sel {
font-weight: bold;

}
div#menu li a.child:hover {

}
