/* Disable properties specified in the imported CSS file */
	.menu a {
		border:none;
		font-weight:normal;
	}

/* Actual menu CSS starts here */
	.menu,
	.menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.menu {margin-left: 40px;margin-right: 30px;}
	.menu li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:1px;
		font-size: 1.2em;
	}
	.menu a {
		display:block;
		padding:2px 0px;
		color:#0076a3;
		text-decoration:underline;
		font-weight: bold;
		outline: none;
	}
	.menu a:hover, .menu a:focus,	.menu a:active {text-decoration:none}
	.menu ul li {padding-left:15px;}
	.menu ul a {}
	.hidden {display:none;}
	
	.menu li ul li a {
		color: #666;
		font-size: 0.8em;
		font-weight: 100;
		text-decoration: none;
	}
	
	.menu li ul li a:hover {
		text-decoration:underline;
	}
	
	.selected-menu {
		display: block;
	}
	
	.menu-item-selected {
		font-weight: bold;
	}