﻿.BUColor
{ color:#5B2B6E;}

.BUBGColor
{ background-color:#5B2B6E;}

.BU_Left_MainMenu
{
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-image: url('/ePlatform/images2007/main_menu.jpg');
	background-repeat:no-repeat;
	height:25px;
	color:#996699;
}

.BUList
{
	list-style-image: url(/images/square_Embedded.jpg);	
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	margin-left:10px;
	
}

.BUMenu
{
	list-style-image: url(/ePlatform/images2007/square_orange.jpg);
	vertical-align:text-top;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
	margin-left:15px;
	line-height:24px;
	}
	
.BUMenuDiv
{
	background-image:url('/ePlatform/images2007/menu_bg.jpg');	
	}
	
	
	/* BU_ProductListDetail.ascx */	
.BUMenuDiv1  
{
	list-style-image: url('/ePlatform/images2007/icon_arrow.gif');
	vertical-align:text-top;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:18px;
	margin-left:0px;
	line-height:18px;
	}
	

		
	/* PDMenu.ascx */
.PDMenuDiv 
{
	width:189px;
	background-color:#F2E2F0;

	}
	
.PDMenuTitle
{
	height:35px;
	color:#FFFFFF;
	background-color:#5B2B6E;
	padding-left:10px;
	}

.PDMenuItem
{
	padding-left:10px;
	/*height:26px;*/
	margin:0px;
	text-align:left;	
	line-height:80%;
	padding-bottom:5px;
	padding-top:5px;  
	}
	
	/* PD bar in the begining of the page*/	
.PDBar
{
	background-color:#5B2B6E; 
	height:4px;
	width:100%;
	}	

	/*PD background color in MainCenter and MainRight*/
.PDBackground
{
	background-color:#EBEDF3; 
	}
	
	
	/*For ComponentArt Menu Style*/
	
.TopGroup
{
	border:0px;}	
	
.MenuItem
{
	background-image:url('/ePlatform/images2007/bg_ECG.jpg');	
    padding-top:5px;
    padding-bottom:5px;
	text-align:left;
	color:#000099;
	}	
	
.MenuItemHover
{
	background-image:url('/ePlatform/images2007/bg_ECG-yellow.jpg');	
    padding-top:5px;
    padding-bottom:5px;
	text-align: left;
	cursor:pointer;
	text-decoration:underline;
	color:#000099;
}		

	/*For ComponentArt Menu Style*/
	
/*Feature_Articles style*/
	
	.BU_Feature_Articles
{
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-image: url('/ePlatform/images2007/menu_title_bg.gif');
	background-repeat:repeat-x;
	height:25px;
	color:#FFFFFF;	
}
.BottomMenuItemHover
{
	
	background-image:url('/ePlatform/images2007/h-line.gif');  
	line-height: 2px;
	text-align: left;
	cursor:pointer;
	text-decoration:underline;
	
}

.MenuItem_Feature_Articles
{
	background-image:url('/ePlatform/images2007/feature_article_bg.gif');			
    padding-top:5px;
    padding-bottom:5px;
	text-align:left;
	}
.MenuItemHover_Feature_Articles
{
	background-image:url('/ePlatform/images2007/feature_article_bg.gif');
    padding-top:5px;
    padding-bottom:5px;
	text-align: left;
	cursor:pointer;
	text-decoration:underline;
}
/*Feature_Articles style*/


.PrettyMenu .AspNet-Menu-Vertical
{
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    background:#E9E9E9;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 189px;

}


.PrettyMenu ul.AspNet-Menu ul
{
    width: 189px;
    left: 189px;
    top: 1px;
    z-index: 400;
}

.PrettyMenu ul.AspNet-Menu li
{
    background: transparent url(/ePlatform/images2007/bg_ECG.jpg) left top repeat-y;
}

.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: #000099;
    padding: 5px 2px 5px 20px;
	border-bottom-color:#B5B5B5;
	border-bottom-style:solid;
	border-bottom-width:1px;
    background: transparent url(/images/arrow_gray.gif) right center no-repeat;
    background-position:177px;
}

.PrettyMenu ul.AspNet-Menu li li a,
.PrettyMenu ul.AspNet-Menu li li span
{
	border-color:#B5B5B5;
	border-style:solid;
	border-width:1px;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}


.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background: transparent url(/ePlatform/images2007/bg_ECG-yellow.jpg) left top repeat-y;
}

.PrettyMenu ul.AspNet-Menu li li:hover
{
	background-image:none;
	background-color:#FFFAE1;
	text-decoration:underline;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li:Hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover
{
	background-image:none;
	background-color:#FFFAE1;
	text-decoration:underline;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span
{
    color: #000099;
}


.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    text-decoration: underline;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}

.PrettyMenu ul.AspNet-Menu li ul li
{
	background-image:none;
}

.PrettyMenu ul li ul li a:hover,
.PrettyMenu ul li ul li span.Asp-Menu-Hover
{
	background-image:none;
}


/*feature article*/

.Feature_Articles .AspNet-Menu-Vertical
{
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.Feature_Articles ul
{
    background:#E9E9E9;
}

/* Top tier */
.Feature_Articles .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 189px;

}


.Feature_Articles ul.AspNet-Menu ul
{
    width: 189px;
    left: 189px;
    top: 1px;
    z-index: 400;
}

.Feature_Articles ul.AspNet-Menu li
{
    background: transparent url(/ePlatform/images2007/feature_article_bg.gif) left top repeat-y;
}

.Feature_Articles ul.AspNet-Menu li a,
.Feature_Articles ul.AspNet-Menu li span
{
    color: #000099;
    padding: 5px 2px 5px 20px;
	border-bottom-color:#B5B5B5;
	border-bottom-style:solid;
	border-bottom-width:1px;
    background: transparent url(/ePlatform/images2007/feature_article_bg.gif) right center no-repeat;
    background-position:177px;
}

.Feature_Articles ul.AspNet-Menu li li a,
.Feature_Articles ul.AspNet-Menu li li span
{
	border-color:#B5B5B5;
	border-style:solid;
	border-width:1px;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.Feature_Articles ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.Feature_Articles ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}


.Feature_Articles ul.AspNet-Menu li:hover, 
.Feature_Articles ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background: transparent url(/ePlatform/images2007/bg_ECG-yellow.jpg) left top repeat-y;
}

.Feature_Articles ul.AspNet-Menu li li:hover
{
	background-image:none;
	background-color:#FFFAE1;
	text-decoration:underline;
}

.Feature_Articles ul.AspNet-Menu li.AspNet-Menu-Hover li:Hover,
.Feature_Articles ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover
{
	background-image:none;
	background-color:#FFFAE1;
	text-decoration:underline;
}

.Feature_Articles ul.AspNet-Menu li:hover a, 
.Feature_Articles ul.AspNet-Menu li:hover span
{
    color: #000099;
}


.Feature_Articles ul.AspNet-Menu li a:hover,
.Feature_Articles ul.AspNet-Menu li span.Asp-Menu-Hover
{
    text-decoration: underline;
}

.Feature_Articles ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}

.Feature_Articles ul.AspNet-Menu li ul li
{
	background-image:none;
}

.Feature_Articles ul li ul li a:hover,
.Feature_Articles ul li ul li span.Asp-Menu-Hover
{
	background-image:none;
}
/*feature article*/


