div.menu {
	width: 155px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #2E498F;
}
div.menu div {
	background: url(buttonbar.gif) repeat-x;
	overflow: hidden;
}
div.menu div.collapsed {
	height: 25px;
}
div.menu div span {
	font-weight: bold;
	display: block;
	padding: 5px 25px;
	color: white;
	cursor: default;
	border-bottom: 1px solid #2E498F;
}

div.menu div a.main {
	padding: 5px 10px;
	background: #eeeeee;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #989898;
	color: #000000;
    text-decoration: none;
}
div.menu div a.subheader {
	padding: 5px 10px;
	background: #eeeeee url(collapse.gif) no-repeat right center;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #989898;
	color: #000000;
    text-decoration: none;
}
div.menu div a.subheader2 {
	padding: 5px 10px;
	background: #eeeeee url(expand.gif) no-repeat right center;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #989898;
	color: #000000;
    text-decoration: none;
}
div.menu div a.sub {
	padding: 5px 10px;
	background: #ffffff url(link2.gif) no-repeat right center;
	display: block;
	border-bottom: 1px solid #989898;
	color: #000000;
	font-weight: none;
    text-decoration: none;
}
div.menu div a.current {
	background : #2E498F;
}
div.menu div a.sub:hover {
	background : #2E498F url(link.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.menu div a.subheader:hover {
	background : #2E498F url(collapse.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.menu div a.subheader2:hover {
	background : #2E498F url(expand.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.menu div a:hover {
	background : #2E498F;
	color: #fff;
	text-decoration: none;
}