#Navigator_Area
{
	position: relative;
	z-index: auto;
	background-color: #F2F3DB;
	background-image: url(/ISBLite/Images/ISBLiteSideMenuBackground.gif);
	width: 200px;
	padding: 4px;
	padding-left: 10px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-family: Arial;
	font-style: normal;
	border: 0px;
	border-style: none;
	line-height: normal;
	font-weight: normal;
}

.Navigator_Item
{
	background-color: #F2F3DB;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 4px;
	border: 0px;
	border-bottom: 1px solid;
	border-color: #666666;
	font-style: normal;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	width: 200px;
}

a.Navigator_Item_Link
{
	color:#000000;
	background-color: #F2F3DB;
	font-family: Arial;
	font-size:13px;
	font-style:normal;
	text-decoration: none;
	font-weight: normal;
}

a.Navigator_Item_Link:Hover
{
	color:#C44444;
	background-color: #F2F3DB;
	font-family: Arial;
	font-size:13px;
	font-style:normal;
	font-weight: normal;
}
