.menu0 {
	margin-top:50px;
	width: 240px;
}

.menu0 dt {
	color: #666666;
	text-align: left;
	cursor: pointer;
	height: 35px;
	line-height:35px;
	font-size: 13px;
	padding-left: 40px;
	text-decoration:none;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	display: block;
}

.menu0 dt:hover {
	color: #0066CC;
	background-color: #EEEEEE;
}

.menu0 dt a {
	color: #666666;
	text-decoration: none;
	display:block;
}

.menu0 dl dt {
	background-color: #ccc;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: 0;
	padding: 0;
}

.menu0 dd  {
	color: #2a7fd4;
	margin-bottom: 10px;
	position:absolute;
	display:block;
}

#menu0 dd a {
	color: #2a7fd4;
	text-decoration: none;
	margin-left: 20px;
}

#menu0 dd a:hover {
	text-decoration:underline;
	
}

.menu0 dl {
	background-color:#EEEEEE;
	top:-36px;
	left:201px;
	position:absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.menu0 dl dd {
	position:relative;
	right:40px;
	width: 130px;
	background-image:url("image/arrow.gif");
	background-position: 0px 5px;
	background-repeat:no-repeat;
}

#menu0 #last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

#menu0 dt.extra {
	color: #0066CC;
	background-color: #EEEEEE;
	
}

