/* --------------------------------
   - Styles use for 2 level menu  -
   --------------------------------*/
.MLMenu_Container
{
	BORDER : 0px;
}

/*----Group item--------*/
.MLMenu_Group_Normal_Bgr
{
	cursor: hand;
	width: 100%;
	height: 25px;
	background : #E5E5E5 url(images/new5_16.gif) repeat-x ;
	border-bottom: #FFFFF 1px solid;
}

.MLMenu_Group_Normal_Text
{	
	color: White;
	text-align: left;
	vertical-align: middle;
	font-weight : bold;
	font-size:11px;
	padding-left : 5px;
}
.MLMenu_Group_Normal_Text a:link
{	
	color: White;
	padding-left : 10px;
}
.MLMenu_Group_Normal_Text a:visited
{	
	color: White;
	padding-left : 5px;
}

.MLMenu_Group_Hover_Bgr
{
	cursor: hand;
	width: 100%;
	height: 25px;
	background : url(images/new1_15.gif) repeat-x ;
	color:Yellow;
}

.MLMenu_Group_Hover_Text
{
	color: Yellow;
	text-align: left;
	vertical-align: middle;
	font-weight : bold;
	font-size:11px;
	padding-left : 5px;
}

.MLMenu_Group_Hover_Text a:link
{
	color: Yellow;
	padding-left : 5px;
}

.MLMenu_Group_Hover_Text a:visited
{
	color: Yellow;
	padding-left : 5px;
}

.MLMenu_Group_Selected_Bgr
{
	cursor: hand;
	width: 100%;
	height: 25px;
	background : url(images/new1_15.gif) repeat-x ;
}

.MLMenu_Group_Selected_Text
{
	color: Yellow;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	font-weight : bold;
	padding-left : 5px;
	text-decoration : underline;
	font-style : italic;
	padding-left : 5px;
}

.MLMenu_Group_Selected_Text a:link
{
	color: Yellow;
	padding-left : 5px;
}

.MLMenu_Group_Selected_Text a:visited
{
	color: Yellow;
	padding-left : 5px;
}
/*------Child item--------*/
.MLMenu_Item_Normal_Bgr
{
	height: 20px;
	cursor: hand;
	background : url(bgMenuNewTran.gif);
	width: 100%;
	vertical-align : middle;
}

.MLMenu_Item_Normal_Text
{
	font-size: 8pt;
	color: White;
	text-align: left;
	padding-left : 15px;	
}

.MLMenu_Item_Hover_Bgr
{
	height: 20px;
	cursor: hand;
	background : lightgrey;
	width: 100%;
	vertical-align : middle;
}

.MLMenu_Item_Hover_Text
{
	font-size: 8pt;
	color: White;
	text-align: left;
	padding-left : 15px;
}

.MLMenu_Item_Selected_Bgr
{
	height: 20px;
	cursor: hand;
	background : url(bgMenuNewTran.gif);
	width: 100%;
	vertical-align : middle;
}

.MLMenu_Item_Selected_Text
{
	font-size: 8pt;
	text-align: left;
	font-weight : bold;
	padding-left : 15px;
	
}

/* -----------------------------
   - Styles use for News menu  -
   -----------------------------*/
/*----Group item--------*/
.MLMenu_Group_Container
{
	BORDER : 0px;
}

.MLMenu_Group_Normal
{
	cursor: hand;
	cursor : pointer;
	width: 100%;
	height: 25px;
	background : #E5E5E5 ;
	border-bottom: #FFFFFF 1px solid;
	color: #024276;
	text-align: left;
	vertical-align: middle;
	font-weight : bold;
	padding-left : 5px;
}

.MLMenu_Group_Hover
{
	cursor: hand;
	cursor : pointer;
	width: 100%;
	height: 25px;
	background : #74A1FF url(new6_18.gif) repeat-x ;
	color:#f0fff0;
	border-bottom: #dcdcdc 1px solid;
	text-align: left;
	vertical-align: middle;
	font-weight : bold;
	padding-left : 5px;
}


.MLMenu_Group_Selected
{
	width: 100%;
	height: 25px;
	background : #C20032 ;
	color: White;
	text-align: left;
	vertical-align: middle;
	font-weight : bold;
	padding-left : 5px;
}

/*------Child item--------*/
.MLMenu_Item_Container
{
	BORDER : gray 1px solid;
	padding : 2px;
	width : 150px;
}

.MLMenu_Item_Normal
{
	cursor: hand;
	cursor : pointer;
	width: 100%;
	height: 25px;
	background : #dbdbd6  ;/*url(images/new1_15.gif) repeat-x;*/
	border-bottom: #FFFFFF 1px solid;
	vertical-align : middle;
	color: #29327A;
	text-align: left;
	padding-left : 5px;
	font-weight:bold;
}

.MLMenu_Item_Hover
{
	cursor: hand;
	cursor : pointer;
	width: 100%;
	height: 25px;
	background :  #dbdbd6;
	border-bottom: #f5f5dc 1px solid;
	color:#0622FF;
	font-weight : bold;
	text-align: left;
	padding-left : 5px;
}

.MLMenu_Item_Selected
{
	cursor: hand;
	cursor : pointer;
	width: 100%;
	height: 25px;
	background : #C20032;
	color:White;
	text-align: left;
	font-weight : bold;
	padding-left : 5px;
}

/*------Expand item--------*/
.MLMenu_Expand_Normal
{
	height: 20px;
	cursor: hand;
	background : #A8C9FF;
	width: 100%;
	vertical-align : middle;
	border-bottom: #f5f5dc 1px solid;
	font-size: 8pt;
	color: black;
	text-align: left;
	padding-left : 15px;	
}

.MLMenu_Expand_Hover
{
	height: 20px;
	cursor: hand;
	background : lightgrey;
	width: 100%;
	vertical-align : middle;
	border-bottom: #f5f5dc 1px solid;
	font-size: 8pt;
	color: White;
	text-align: left;
	padding-left : 15px;
}

.MLMenu_Expand_Selected
{
	height: 20px;
	cursor: hand;
	background : lightblue;
	width: 100%;
	vertical-align : middle;
	border-bottom: #f5f5dc 1px solid;
	color: #C20032;
	font-size: 8pt;
	text-align: left;
	font-weight : bold;
	padding-left : 15px;
}

.MLMenu_Expand_Expanding
{
	height: 20px;
	cursor: hand;
	background : url(bgMenuNewTran.gif);
	width: 100%;
	vertical-align : middle;
	
	font-size: 8pt;
	font-weight : bold;
	color: black;
	text-align: left;
	padding-left : 15px;	
}
