/* @override http://www.jonasgustafsson.com/fb/assets/templates/fb/menu.css */

/********************
MENU
*********************/
#leftmenu {
	margin: 0;
	padding: 0;
}


#leftmenu li{
   list-style: none;
   margin: 0;
}

#leftmenu a {
	color: #000;
	border-bottom: 1px solid #c0c0c0;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	background: url(images/arrow-right.gif) no-repeat 4px center;
	font-size: 11px;
}

#leftmenu li a:hover, #leftmenu li.here a:hover, #leftmenu li.parent a:hover  {
	background-color: #efefef;
	text-decoration: none;
}



#leftmenu li li a {
	margin-left: 10px;
}
#leftmenu li li li a {
	margin-left: 20px;
}

#leftmenu li.parent > a{
	background: url(images/arrow-down.gif) no-repeat 4px center; 
}
#leftmenu li.here > a {
	color: #000;
	font-weight: bold;
	background-color: #f5f5f5;
	font-size: 12px;
}

