/*********************************************************
 * To be compliant with IE6, there are some duplicate
 * CSS definitions near the end of this file labeled
 * "IE6 Fixes" - some CSS changes will need to be made
 * in both places.
 *********************************************************/

/* tier 1 list item */
.menu li
{
}

/* tier 2 list item if different from tier 1*/
.menu ul li
{	
	text-align: left;	
	margin: 0px;

}

/* tier 2 list (make sure to set the width! */
/* Be sure to set this value in the IE6 fixes as well */
.menu ul 
{
	width: 150px;
}

/* tier 1 anchor tag */
.menu a 
{




	text-decoration: none;
	display: block;
}

/* tier 2 anchor tag if different from tier 1 */
.menu ul li a
{
	font-size: 8px; 

	padding: 2px;	
}

/* tier 1 anchor tag on hover */
/* Be sure to set this value in the IE6 fixes as well */
.menu li a:hover
{

}

/* tier 2 anchor tag on hover if different from tier 1 */
.menu ul li a:hover
{
	
}

/* if you have a border around the tier 2 list items, this will remove the top border on all the items except the first */
.menu ul>li + li 
{
	border-top: 0px;
}

/* this determines the position of the tier 2 menu */
/* Be sure to set this value in the IE6 fixes as well */
.menu li li:hover>ul 
{
	top: 0px;
	left: 100%;

}





/* IE6 Fixes */

.menu li li 
{
	width: 150px;
}

.menu a:hover, .menu .adxmhoverA 
{	

}

/* this determines the position of the tier 2 menu */
.menu .adxmhoverUL .adxmhoverUL 
{
	top: 0px;
	left: 100%;
}



