
	
/* ----------- div menuBoxHeader  ------------------ */	

div.menuBoxHeader {
	margin-top:10px;
	margin-bottom:-32px;
	padding-bottom:0px;
	display:block;
	color: black;
	font-size : 10pt;
	z-index:350;
}
div.menuBoxHeader a {
	font-style: normal;
	font-size : 10pt;
	text-transform: lowercase;
	text-align : left;
	color:black;
}

div.menuBoxHeader a:hover {
	text-decoration: underline;
	color:#db7791;
	background-color: #CA4D2A;
}

div.menuBoxHeader a.title {
	font-size : 10pt;
	color: #db7791;
	font-weight: bold;
}

div.menuBoxHeader a.title:hover {
	text-decoration: underline;
	color:#db7791;
	background-color: #CA4D2A;
}

div.menuBoxHeader a.subtitle {
	font-size : 10pt;
	color: #db7791;
	background-color: #CA4D2A;
	font-weight: bold;
}

div.menuBoxHeader a.subtitle:hover {
	text-decoration: underline;
	color:#db7791;
	background-color: #CA4D2A;
}

div.menuBoxHeader img.icon{
       border: 0;
	width: 20px;
	height: 20px;
}

div.menuBoxHeader  ul {
	list-style-type:disc;
	font-family:Trebuchet MS, sans-serif;
	font-weight: bold;
	list-style-position:outside;
	font-size : 10pt;
}
div.menuBoxHeader  li {
	color: #db7791;
	background-color: #CA4D2A;
}

div.menuBoxHeader font.title {
	font-style: normal;
	font-size : 10pt;
	text-transform: lowercase;
	font-weight: bold;
	text-align : left;
	color:#db7791;
}
div.menuBoxHeader font.title:first-letter {
	text-transform: uppercase;
}

div.menuBoxHeader font.subtitle {
	font-style: normal;
	font-size : 10pt;
	text-transform: lowercase;
	font-weight: bold;
	text-align : left;
	color: #db7791;
}
div.menuBoxHeader font.subtitle:first-letter {
	text-transform: uppercase;
}



