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

.menu, .menu ul li {
	color: #FFFFFF;
	background-color: #B3000E;
	font-weight: bold;
}

.menu {
	width: 180px ;
}

.menu ul {
	width: 180px ;
}

.menu b {
	float:right;
	margin-right:1px;
}

.menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menu a:hover, .menu li:hover>a {
	color: #B3000E;
	background-color: #FFFFFF;
}

.menu li {	/* create borders around each item */
	border: 3px solid #0000FF;
}
.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: 5px;
	left: 90%;
}

/* 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: #B3000E;
	background-color: #FFFFFF;
}
*/
