#leftmenu .item {
	padding:0;
	margin-bottom:1px;
	background:#D8E6ED;
	font-size: 12px;
}
#leftmenu .subitem {
	list-style:none;
	padding:0;
	margin:0;
}
#leftmenu .subitem li {
	margin-bottom:1px;
	background:#f2f2f2;
	padding:0;
	list-style:none;
	font-size: 11px;
}
#leftmenu .item a,
#leftmenu .subitem a {
	display:block;
	padding:4px;
	text-decoration: none;
}
#leftmenu .item a {
	font-weight: bold;
	color:#000000;
}
#leftmenu .subitem a {
	color:#333333;
}
#leftmenu .item a:hover,
#leftmenu .subitem a:hover {
	background:#6699cc;
	color: #000000;
	text-decoration: none;
}
/* Fix IE. Hide from IE Mac \*/
#leftmenu .subitem a {
	height: 1%;
}
/* End */
