dl, dt, dd, ul, li, dt a{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:bold;
	color: #CC0033;
}

#menu {
	position: absolute;
	right: 2px;
	color: #000000;
	width: 206px;
	height: 647px;
}

#menu dt, #menu dt a {
	cursor: pointer;
	margin-top: 0px ;
	line-height: 20px;
	text-align: right;
	font-weight: bold;
	text-align: right;
	color: #99CCCC;
	text-decoration: none;
}

#menu dd {
	margin-top: 0px ;
}

#menu li {
	text-align: right;
}

#menu li a {
	color: #CC0033;
	font-weight:normal;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menu li a:hover {
	color: #CC0033;
	font-weight:normal;
	text-decoration: none;
	display: block;
	height: 100%;
}

