/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #555;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #000;
	padding: 0 5px;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	opacity: .5;
	-moz-opacity: .5;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}
	placed here to clarify the terminology I use when referencing submenus in posts */
