.menu {
	margin: 0 0 0 0;
	width: 150px;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	background: #eff2f4;
}
.menu * {
	font: 11px/normal arial, tahoma, verdana, helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}
.menu dt {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	padding: 5px 5px 5px 7px;
	background: #d4d8db url(/images/general/headerbg.gif) repeat-x top left;
}
.menu dd {
	margin: 0;
	padding: 4px 4px 0 4px;
}
.menu ul, .menu ol {
	list-style-type: none;
	margin: 0 0 -2px 0;
	padding: 0;
}
.menu dd div {
	height: 14px;
	background: url(/images/general/shadow.gif) repeat-x top left;
}
.menu li {
	margin: 0 0 2px 0;
	border: 1px solid #cccccc;
	background: #ebecee url(/images/general/taskbg.gif) repeat-x top left;
}
.menu li.selected {
	background: #ffffff;
}
.menu li.selected * {
	border: 0;
}
.menu li.selected span {
	background: url(/images/general/taskicons.gif) no-repeat 0 -33px;
	font-weight: bold;
}
.menu li.completed span {
	background: url(/images/general/taskicons.gif) no-repeat 0 -1px;
	color: #757575;
}
.menu li.pending span {
	background: url(/images/general/taskicons.gif) no-repeat 0 -81px;
}
.menu span, .menu a {
	display: block;
	margin: 5px;
	padding-left: 21px;
	background: url(/images/general/taskicons.gif) no-repeat 0 -17px;
}
.menu a {
	background: url(/images/general/taskicons.gif) no-repeat 0 -96px;
	color:#22313F;
}
.xmenu a:visited {
	background: url(/images/general/taskicons.gif) no-repeat 0 -112px;
	color: #757575;
}
.menu a:hover {
	color: #1c4266;
	text-decoration: underline;
	background: url(/images/general/taskicons.gif) no-repeat 0 -128px;
}
#leftinfobox {
	border: 1px solid #cccccc;
	border-top: none;
	background: #eff2f4;
	text-align:center;
	font-size:11px;
	color: #333333;
	width:150px;
}
.infohead {
	font-weight:bold;
	padding:7px 0 4px 0;
}
.bgcontainer {
	background:url(/images/general/grayinfofade.gif) repeat-x 0 0;
	height:70px;
}
.bgcontainer div {
	padding:0 0 2px 0;
}
