#navcontainer1 {	
	width:760px;							/* started left navigation class */
	margin-top:0px;
	background:#f0f7f7;
	height:20px;
	border-bottom:#b8d2d6 1px solid;
	border-top:#b8d2d6 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	}
#navcontainer1 table {
	margin-top:3px;
	float:right;
	list-style:none;
	list-style-image:none;
}	
#navcontainer1 table tr td{
	float:left;
	margin-right:2px;
	width:auto;
}
#navcontainer1 table tr td a {
	height:13px;

	font-weight:normal;
}
#navcontainer1 table tr td a:hover,
#navcontainer1 table tr td a:focus,
#navcontainer1 table tr td a:active{
	background-color: #657d81;
}
#navcontainer1 a{
	font-weight:bold;
	display: block;
/*	padding: 5px 10px;
	width: 140px;*/
	color:#292929;
	text-decoration: none;
}
#navcontainer1 a:hover,
#navcontainer1 a:focus,
#navcontainer1 a:active{							/* end left navigation class */
	color: #ffffff;
	text-decoration: none;
}
