/*
*	Product homepage menu items
*/

ul li.DistributionMenuItem,
ul li.AccountingMenuItem,
ul li.WarehouseMenuItem,
ul li.DevelopmentServicesMenuItem
{
	background-color: #F8F8F8;
	border: 1px solid #F0F0F0;
	border-right-width: 0;
}

ul li.DistributionMenuItem:hover,
ul li.AccountingMenuItem:hover,
ul li.WarehouseMenuItem:hover,
ul li.DevelopmentServicesMenuItem:hover
{
	background-color: #F0F0F0;
	border-color: #C8C8C8;
	border-right-width: 0;
}

ul li.DistributionMenuItem:hover a,
ul li.WarehouseMenuItem:hover a,
ul li.AccountingMenuItem:hover a,
ul li.DevelopmentServicesMenuItem:hover a
{
	color: #606060 !important;
	background-repeat: no-repeat;
	background-position: 95% 10px;
	margin: 0;
	height: 35px;
}

ul li.DistributionMenuItem:hover a
{
	background-image: url(../images/square_red.png);
}

ul li.WarehouseMenuItem:hover a
{
	background-image: url(../images/square_green.png);
}

ul li.AccountingMenuItem:hover a
{
	background-image: url(../images/square_yellow.png);
}

ul li.DevelopmentServicesMenuItem:hover a
{
	background-image: url(../images/square_blue.png);
}

#ProductDescriptionPanel.DistributionDescription,
#ProductDescriptionPanel.AccountingDescription,
#ProductDescriptionPanel.WarehouseDescription,
#ProductDescriptionPanel.DevelopmentServicesDescription
{
	background-color: #F0F0F0; 
	border-color: #C8C8C8;
}

