/*
	reports menu
*/

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

div.reports-menu-items ul {
    margin: 0;
    /*background-color: #b2b2b2;*/
}

div.reports-menu-items li {
	padding: 0;
	list-style: none;
	/*border-bottom: 1px solid White;*/
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	/*font-size: 0.94em;*/
    /*background-color: #b2b2b2;*/
}

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

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;
	line-height: 1.3em;
}

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

