/* FAQS desplegable IAESTE*/

.menufaqs{
	width: 100%;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0 none;
	border-left: 0px none;
	clear: both;
	padding-top: 20px;
}

.menufaqs a.item{
	color: #46B349;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-right: 0;
	padding-left: 50px;
	height: 30px;
	padding-top: 7px;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #46B349;
}


.menufaqs a.item:visited, .menufaqs .item:active{
	color: #46B349;
}


.menufaqs a.item .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.menufaqs a.menuitem:hover{
	background-image: url(../imagenes/hr_arrow.jpg);
}

.menufaqs div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	text-align: justify;
	font-family: Arial;
	font-size: 14px;
	color: 333333;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 50;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.menufaqs div.submenu ul li{
	background-repeat: no-repeat;
	list-style-type: disc;
}

.menufaqs div.submenu ul li a{
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 15px;
	text-align: justify;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.menufaqs div.submenu ul li a:hover{
	colorz: white;
	color: #46B349;
	background-repeat: no-repeat;
	background-image: url(../imagenes/hr_arrow.jpg);
	text-decoration: underline;
}


.menufaqs div.submenu ul li a:visited{
	colorz: white;
	color: #46B349;
}
