.mainnav {
	width:720px;
	height:25px;
	background:#4497e7 url(/images/menu/mainNav_bg.gif) repeat-x;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	color: #FFFFFF;
	font-weight: bold;
	height: 2px;
	padding: 1px 6px 0px 4px;
}
a.MainMenu_Idle { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	background: Transparent;
}

.MenuCust
{
	height: 25px;
}

/* Hover state for main menu items */
.MainMenu_Selected_Cust {
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	text-decoration:none;
	background: Transparent url(/images/menu/mainNav_bg_lit.gif) repeat-x top left;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: Transparent url(/images/menu/mainNav_bg_lit.gif) repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	border:0;
}
	
