
#leftcolumn {float:left;}

.dropdown {padding:0; margin:0;position:relative}
.dropdown dt {padding:0; margin:0;width:150px; font-weight:bold; cursor:pointer; background:#FFFFFF}

.dropdown .upperdd {padding:5px 0px 5px 25px; color:#006600; font-size:14px; font-weight:bold; text-decoration:none; border-bottom:none}
.dropdown .upperdd2 {padding:5px 0px 5px 25px; color:#006600;background:#DFFFDF; font-size:14px; font-weight:bold; text-decoration:none; border-bottom:none}

.dropdown dt:hover {background:#DFFFDF; color:#000}
.dropdown dd {padding:0; margin:0;position:absolute; top:0; overflow:hidden; display:none; background:#FFFFFF; opacity:0}
.dropdown ul {padding:0; margin:0;width:204px; border:1px solid #009900; list-style:none}
.underline {border-bottom:1px solid #009900;font-size:14px;}
.underline2 {font-size:14px;}

.dropdown a,
.dropdown a:active,
.dropdown a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#FFFFFF;
	width:194px;
}

.dropdown a:hover {
	background:#DFFFDF;
	color:#000
}

.selectedSubCate a,
.selectedSubCate a:active,
.selectedSubCate a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#DFFFDF;
	width:194px;
	border-bottom:1px solid #009900;
	font-size:14px;
}
.selectedSubCate a:hover {
	background:#DFFFDF;
	color:#000;
	border-bottom:1px solid #009900;
	font-size:14px;
}

.selectedSubCate2 a,
.selectedSubCate2 a:active,
.selectedSubCate2 a:visited {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#DFFFDF;
	width:194px;
	font-size:14px;
}
.selectedSubCate2 a:hover {
	background:#DFFFDF;
	color:#000;
	font-size:14px;
}