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

div.menuBoxHeader {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	width: 400px;
	height:50px;
	color: #5C514C;
	font-size : 10pt;
	font-family: times, serif;
}
div.menuBoxHeader a {
	font-style: normal;
	font-size : 10pt;
	text-transform: lowercase;
	font-weight: bold;
	text-align : left;
	color:#faa85f;
}

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

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

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

div.menuBoxHeader a.subtitle {
	font-size : 10pt;
	color: #5C514C;
	background-color: #F5F5F5;
	font-weight: bold;
}

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

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

div.menuBoxHeader  ul {
	list-style-type:disc;
	font-family:verdana, helvetica, sans-serif;
	font-weight: bold;
	list-style-position:outside;
	font-size : 10pt;
}
div.menuBoxHeader  li {
	color: #5C514C;
	background-color: #F5F5F5;
}

div.menuBoxHeader font.title {
	font-style: normal;
	font-size : 10pt;
	text-transform: lowercase;
	font-weight: bold;
	text-align : left;
	color:#faa85f;
}
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: #faa85f;
}
div.menuBoxHeader font.subtitle:first-letter {
	text-transform: uppercase;
}



/* ------------------- class INPUT ------------------*/
div.menuBoxHeader input.search {
	border: 1px solid  #faa85f;
	background-color: #F5F5F5;
	width: 120px;
	height: 16px;
	color: black;
	font-size : 8pt;
}



/* ----------------- div.content ------------------- */
div.menuBoxHeader div.content {
	bottom:5px;
	right:0px;
	width: 400px;
	height:30px;
	text-align: right;
	padding-right: 0px;
	padding-top: 40px;
}
