/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
a.link_menu:active  	{color:#fff; text-decoration:none; padding: .4em 1em;}
a.link_menu:link  		{color:#fff; text-decoration:none; padding: .4em 1em;}
a.link_menu:visited 	{color:#fff; text-decoration:none; padding: .4em 1em;}
a.link_menu:hover  		{color:#fff; text-decoration:none; padding: .4em 1em;}


.menu, .menu ul li {
	color: #eee;
	background: #0064a3;
}

.menu ul {
	width: 11em;
}
.padding{}
.menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;	
	font-size:80%
}

.menu a:hover, .menu li:hover>a {
	color:#fff;
	background-color: #5588bb;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #5588bb;
}
.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
	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;
	}