/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #fff;
	background: #363;
	margin: 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.menu {
	width: 190px;
}

.menu ul {
	width: 160px;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .2em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	/*color: #fc3;*/
	background: #696;
}

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

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 0px;
	left: 100%;
}

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

/*]]>*/
