#menu-sidebar {
	font-family: 'Roboto Condensed', sans-serif;
}

#menu-sidebar ul.sub-menu {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3f62ab;
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu-sidebar ul li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	display: block;
	padding-right: 45px;
	background-repeat: no-repeat;
	background-position: right 5px;
}

#menu-sidebar ul li.menu-item-has-children a {
	background-image: url(img/bullet_header.png);
}


#menu-sidebar ul li.menu-item-has-children ul li a {
	font-size: 12px;
	color: #505675;
	padding-right: 45px;
	padding-left: 20px;
	background-image: none;
}

#menu-sidebar ul li ul li.menu-item-has-children a {
	background-image: url(img/bullet_header.png);
}

#menu-sidebar ul li ul li.menu-item-has-children ul li a {
	background-image: none;
	font-size: 11px;
}
#menu-sidebar li ul {
	display: none;
}
