﻿.ProductMenu
{
	background:#E2E2E2;
	padding-top:2px;
}

.ProductMenu .ItemStyle
{

}

.ProductMenu .SelectedItemStyle
{
	background-color:#FFFEDB;
}

.ProductMenu  .RootTable
{
	background-color:#ffffff;
	background-image: url(Images/Root_Bg.jpg);
	background-repeat: repeat-x ;
	font:bold 9pt Tahoma;
	color:#000000; border-bottom: 1px #dbdbdb dotted;
	height:16px;
}

.ProductMenu  .RootTableSelected
{
	background-color:#ffffff ;
	
	font:bold 9pt Tahoma;
	color:#000000; border-bottom: 1px #dbdbdb dotted;
	height:16px;
}

.ProductMenu .RootCellLeft
{
	width:12px; height:39px;
	background: #E2E2E2 url(Images/TL.PNG) no-repeat top left;
}

.ProductMenu .RootCellContent
{
	height:39px;
	background: #E2E2E2 url(Images/TC.PNG) repeat-x;
	padding-top:8px;
}

.ProductMenu .RootCellRight
{
	width:12px; height:39px;
	background:#E2E2E2 url(Images/TR.PNG) ;
	background-repeat: no-repeat;
	background-position:  top;
	cursor:pointer;
}
.ProductMenu .Root_Link
{
	color:#ffffff; text-transform:uppercase;
	font:bold 9pt Arial;
}

.ProductMenu .RootChildrenTable
{
	font:normal 8pt Tahoma;
	color:#000000;
	border-collapse:collapse ;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#c5c5c5;
	background-color: #EEEDED;
	
}

.ProductMenu .RootChildrenTableSelected
{
	font:normal 8pt Tahoma;
	color:#E2E2E2;
	background-color:#e2e2e2;
	
	

}

.ProductMenu .RootChildrenCellContent
{
	padding:4px ; color:#000000;
	border-bottom:1px #f8f8f6 dotted;
	text-align:justify ;
	
}

.ProductMenu .RootChildrenCellLeft
{
	width:8px;
	

}
.ProductMenu .RootChildrenCellRight
{
	
}

.ProductMenu .RootChildren_Link
{color:#000000; text-decoration:none; }

.ProductMenu .SubContainer
{
	border:solid 1px #C0C0C0;
	background-color:#FAFAFA;
	padding-bottom : 18px;

}
.ProductMenu. SubTable
{
	border-collapse:collapse;
	border-bottom-style:none;
	border-color:#c5c5c5;
	text-align:left;
}

.ProductMenu .SubCellContent
{	border-collapse:collapse; padding:4px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#c5c5c5;
	text-align:left;
}

.ProductMenu .Sub_Link
{
	font:bold 8pt Tahoma;	color:#000000; text-decoration:none;
}
