/*
	reports menu
*/

div.reports-menu-items {
    width: 220px;
    float: left;
    margin-left: -100%;
}

div.reports-menu-items ul {
    margin: 4px 0 0 0;
}

div.reports-menu-items li {
	padding: 0;
	list-style: none;
}

div.reports-menu-items li.active {
	background-color: #e4e3e3;
}

div.reports-menu-items a {
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	width: 100%;
}

div.reports-menu-items span { /* We use a span as IE hack so that we can set the anchor to 100% width wher hover will work in IE on none text areas*/
	padding-left: 7px;
	padding-right: 14px;
	display: block;
}

div.reports-menu-items img {
	padding-right: 3px;
}

div.reports-menu-items a:link,
div.reports-menu-items a:visited,
div.reports-menu-items a:hover {
	/*color: #1b1b1b;*/
    color: #4c4c4c;
	line-height: 1.3em;
}

div.reports-menu-items a:hover {
	background-color: #eaeaea;
}

