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

#menuList
{
	width: auto;
	background: #515a9a;
	margin-bottom: 2px;
}

/* tier 1 list item */
.menu li
{
	background: #515a9a;
	text-align: center;
	height: 50px;
	margin: 2px 1px 0px 1px;
	vertical-align: middle;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 45px;
	border-right: 2px solid white;
}

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

/* 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 
{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

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

/* tier 1 anchor tag on hover */
/* Be sure to set this value in the IE6 fixes as well */

/* tier 2 anchor tag on hover if different from tier 1 */

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


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