@charset "utf-8";
/* CSS Document */


/* Fix for IE5/Mac \*//*/
.menu a {	float: left;}
/* End Fix */

/*]]>*/

<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

		.menu ul {	visibility: visible;	position: static;}
		.menu, .menu ul {	/* float.clear */
			zoom: 1;}
		.menu li.adxmhover {
			z-index: 10000;}
		.menu .adxmhoverUL {	/* li:hover>ul selector */
			visibility: visible;}
		.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
			bottom: 100%;	left: 0;}
		.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
			bottom: 0;	left: 100%;}

/* - - - DESIGN styles - - - */
		.menu ul a {	/* fix clickability-area problem */
			zoom: 1;}
		.menu li li {	/* fix white gap problem */
			float: left; width: 100%;}
		.menu li li {	/* prevent double-line between items */
			margin-top: -1px;}
		.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
			color: #fc3;}
		.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
			bottom: 5px;	left: 90%;}
/*]]>*/

</style>

<![endif]-->