@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: white;
	font: 70% verdana, arial, sans-serif;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 3px;
}

#menu {
	position: absolute;
	width: 13.5em;
	float: left;
	top: 65px;
	left: 76px;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	border-top: 1px solid #00B6DC;
	border-right: 1px solid #00B6DC;
	border-bottom: 1px solid #00B6DC;
	border-left: 1px solid #00B6DC;
	height: auto;

}
#deco3 {
	color: #BFD73D;
	font-size: 12px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #00B6DC;
	margin-top: 7px;
	margin-bottom: 5px;
	font-weight: bold;
	text-indent: 3em;
	padding-top: 5px;
}

#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #00B6DC;
	text-decoration: none;
}
#menu dt:hover {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #007791;
}
#menu dt a:hover {
	color: #003399;
	text-decoration: none;
}
#menu dd {
	color: #BFD73D;
	text-decoration: none;
	text-indent: 5em;
	background-color: #FFFFFF;
}
#menu li {
	background: #fff;
	text-indent: 2em;
	font-size: 11px;
	font-weight: bold;
	color: #00B6DC;
}
#menu dt a {
	color: #00B6DC;
	text-decoration: none;
}
#menu li a {
	color: #BFD73D;
	text-decoration: none;
	border: 0 none;
	height: 100%;
	font-weight: bold;
}
#menu li a:hover  {
	color: #669933;
}
#menu li a:active {
	color: #00B6DC;
}
