/*********************************************************
 * 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 4px;
	border: 0;
	background: #ffffff url(../img/tab_left.jpg) top left no-repeat;
}

/* tier 2 list item if different from tier 1*/
.menu ul li
{	
	text-align: left;
	border: 1px solid #999999;
	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: 120px;
}

/* tier 1 anchor tag */
.menu a 
{
	background: url(../img/tab_right.jpg) top right no-repeat;
	color: #1a2155;
	padding: 10px 20px;
	display: block;
	margin: 0px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

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

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

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

.menu a:hover, .menu .adxmhoverA 
{	
}

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