#leftcolumn {
	width: 154px; float: left;
}
.dropdown {
	margin: 0px; display: block; position: relative;
}
.dropdown dt {
	background-position: right; margin: 0px; padding: 8px 0px 8px 5px; width: 154px; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; cursor: pointer; background-image: url("images/blue_symbol.png"); background-repeat: no-repeat; background-color: rgb(255, 255, 255);
}
.dropdown .upperdd {
	margin: 0px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.dropdown dt:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: rgb(244, 244, 244);
}
.dropdown dd {
	background: rgb(255, 255, 255); margin: 0px 5px; top: 0px; width: 180px; overflow: hidden; display: none; position: absolute; opacity: 0;
}
.dropdown ul {
	list-style: none; margin: 0px; padding: 0px; width: 164px;
}
.dropdown li {
	margin: 0px; padding: 0px; display: inline;
}
.dropdown a {
	background: rgb(243, 243, 243); margin: 0px; padding: 5px; width: 164px; color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; display: block;
}
.dropdown a:active {
	background: rgb(243, 243, 243); margin: 0px; padding: 5px; width: 164px; color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; display: block;
}
.dropdown a:visited {
	background: rgb(243, 243, 243); margin: 0px; padding: 5px; width: 164px; color: rgb(51, 51, 51); font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; display: block;
}
.dropdown a:hover {
	background: rgb(234, 234, 234); color: rgb(0, 0, 0);
}
.dropdown .underline {
	border-bottom-color: rgb(192, 192, 192); border-bottom-width: 1px; border-bottom-style: solid;
}
