dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu {
	width: 148px;
	background-color: #ffffff;
}

#menu dt {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bolder;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004079;
	text-indent: 5px;
	background-color: #ffffff;
}

#menu dd {
	border-top: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

#menu li {
	text-align: left;
	background: #ffffff;
	text-indent: 25px;
}

#menu li a, #menu dt a {
	color: #004079;
	text-decoration: none;
	display: block;
	border: 0px none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	text-decoration: underline;
}

.CurrentMenuItem {
	background: #c0c0c0;
}

#menu a#home {
	text-decoration: none;
}

#menu a#home:hover {
	text-decoration: none;
}