* {
	padding:0;
	margin:0;
}
body {
	font:12px Verdana, Arial, Helvetica;
	left: 150px;
	top: 150px;
	width: 320px;
}
#leftcolumn {
	float:left;
	width:225px;
	z-index: 3;
	position: fixed;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #333;
	top: 100px;
	height: 100%;
	background-color: #FFF;
}
.dropdown {display:block; position:relative}
.dropdown dt {
	width:188px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {
	background-color: #F89721;
	color: #FFF;
}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; background:#fff; opacity:0}
.dropdown ul {
	width:194px;
	border:thin solid #F89721;
	list-style:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0.5px;
	color:#000;
	text-decoration:none;
	width:194px;
}
.dropdown a:hover {
	color:#FFF;
	background-color: #F89721;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F89721;
}
.wrapper .rightcolum table tr td {
	width: 320px;
}

