
/* - - - ADxMenu: BASIC styles - - - */
.menu, .menu ul {
	height: 1%;
}

.menu ul {
	background-image: url(/common/images/empty.gif);/* required for sticky to work in IE6 - due to its hover bug */
	display: block;
	visibility: hidden;
}

/* this style must be exact copy of: ".menu li li:hover ul" style above  */
.menu li li.adxmhover ul {
	left: 100%;
}

/* the following two rules simulate li:hover>ul selector
	repeat enough times to cover all nested levels
	look at www.aplus.co.yu/adxmenu/trouble/ if some of your submenus do now show up */
.adxmhover ul,
.adxmhover .adxmhover ul {
	visibility: visible;
}
.adxmhover li ul,
.adxmhover .adxmhover li ul {
	visibility: hidden;
}

/* - - - ADxMenu: DESIGN styles - - - */
.menu ul a {
	height: 1%;
}

.adxmhover a,
.adxmhover .adxmhover a,  
.adxmhover .adxmhover .adxmhover a{
	color: #fff;
	background-color: #693;
}


.adxmhover li a,
.adxmhover .adxmhover li a {
	color: #000;
	background-color: #b7db9c;
}
.adxmhover li.submenu a {
	background-image: url(/common/images/menu/arrow-b.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.adxmhover li.submenu ul a {
	background-image:none;
}
