﻿#ProductMaster_TopContent
{
	text-align: left;
}

#ProductMaster_SplitNavPage
{
	margin-top: 30px;
	margin-bottom: 100px;
}

#ProductMaster_SideNav
{
	float: left;
	padding-top:30px;
	position: relative;
	width: 240px;
	text-align: right;
	background-image: url(images/ProdMaster_SideNavBg.png);
	background-repeat: no-repeat;
	height: 450px;
	z-index:40;
}

#ProductMaster_SideNav a
{
	font-family: Arial;
	font-size: 1.1em;
	font-style: normal;
	text-decoration: none;
}

#ProductMaster_SideNav a.hover
{
	text-decoration: underline;
}

#ProductMaster_RightContentArea
{
	padding-top:30px;
	padding-left:240px;
	position: relative;
	text-align: left;
	z-index:30;
}

.ProductMaster_SelectedNav
{
	font-size:1.1em;
	font-weight: bold;
	background-image: url(images/ProdMaster_SideNavSelected.png);
	background-repeat: no-repeat;
	width:240px;
	height:32px;
}

.ProductMaster_SelectedNavTextArea
{
	padding-top:6px;
	margin-right: 15px;
}

.ProductMaster_NotSelectedNav
{
	font-weight:normal;
	height:32px;
	margin-right:15px;
}

.ProductMaster_NotSelectedNavTextArea
{
	padding-top:5px;	
}