
/*<![CDATA[*/

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

/*
.adxmenu, .adxmenu ul li {
	color:#604a7f;
	background:#eee;
}*/

.adxmenu {
	border: solid #222; 
	border-width: 1px 0;
}

.adxmenu ul {
	width: 11em;
}

.adxmenu, .adxmenu ul li {
	background: url("") repeat scroll 0 0 #FFFFFF;
}

.adxmenu a {
	text-decoration:none;
	padding: .5em 1em;
	border-right: 1px solid #222;
	display:block;
	 position: relative;
}

.adxmenu a:hover, .adxmenu li:hover>a {
	background: #222; color: #FFF;
}

.adxmenu a.on { background: #EED; color: #222; font-weight: normal; }

.adxmenu li li { /* create borders around each item */
	border: 1px solid #ddd;
}

.adxmenu ul>li + li { /* and remove the top border on all but first item in the list */
	border-top: 0;
}

.adxmenu 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 */

/*
.adxmenu>li:first-child>a, .adxmenu li + li + li li:first-child>a {
	color: #604a7f;
}
*/

/*]]>*/
