/* CSS Document */

#ecmenu {
	text-align: center;
	width: 200px;
	margin: 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
}
#ecmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#ecmenu li ul {
	margin: 0;
	padding: 0px;
	width: 180px;
	display: none;
}
#ecmenu li ul.ecON {
	display: block;
}
#ecmenu li a:link, #ecmenu li a:visited {
	width: 180px;
	color: #4A525C;
	display: block;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: ;
	border-left-style: solid;
	border-left-color: #D4D2C8;
	border-right-width: 1px;
	border-left-width: 1px;
}
#ecmenu li a:hover {
	background: #b9b19c;
	color: #333333;
}
#ecmenu h3 {
	color: #9D0000;
	font-size: 90%;
	background-color: #00CCFF;
}
/* children */
#ecmenu li ul li a:link, #ecmenu li ul li a:visited {
	background: #f2ebd7;
	color: #;
	display: block;
	float: none;
	text-indent: 50px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-top-color: #F6F3E3;
}
#ecmenu li ul li a:hover {
	color: #CC0000;
	background-color: #ECE0CA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ECE0CA;
	border-bottom-color: #F2EBD7;
}
#ecmenu li.here a{
	color: #CC0000;
	font-style: italic;
}
