/*********************************************************
 * 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
{
	margin: 0px;
	padding: 0px;
}

/* tier 2 list item if different from tier 1*/
.menu ul li
{		
	margin: 0px;
	padding: 0px;	
	border: 1px solid #223643;
}

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

/* tier 1 anchor tag */
.menu a 
{
	margin: 0px;
	padding: 10px 15px 11px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold;
	display: block;
}

/* tier 2 anchor tag if different from tier 1 */
.menu ul li a
{
	font-size: 11px;
	display: block;
	text-align: left;
	background: #334a5a;
	padding: 8px 10px;	
}

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

/* tier 2 anchor tag on hover if different from tier 1 */
.menu ul li a:hover
{
	background: #809db1;
	color: #334a5a;
}

/* 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: 140px;
}

.menu a:hover
{
	background: #334a5a;
}

.menu .adxmhoverA 
{	
	background: #809db1;
}

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