#menu2 {
	width: 180px;
	margin: 0;
	padding: 0;
	color: #444;
	cursor: default;
}

#menu2 dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #DDD;
	width: 177px;
	text-align: left;
	cursor: default;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddd;
}
#menu2 dt:hover {
	color: #000000;
	background-color: #FF0000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	cursor: default;
}

#menu2 dd {
	background-color: #fff;
	color: #000;
	margin: 0;
	width: 180px;
	cursor: default;
}

#menu2 dd.active {
	font-weight: bold;
}
#menu2 a {
	text-decoration: none;
	color: #666;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 3px;
	cursor: default;
}
#menu2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
#menu2 dd dl dd:hover {
	background-color: #000000;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
}
#menu2 dd dl dd {
	background-color: #eee;
	color: #000;
	margin: 0;
	width: 177px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#menuleft_active a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	display: block;
}

