body{behavior: url("csshover.htc");}
#navcontainer {		/* started left navigation class */
	width: 994px;
	padding-left: 28px;
	float:left;
	margin-left:0px;
	display:inline;
/*	background:#f0f7f7;
	border-bottom:#b8d2d6 1px solid;
	border-top:#b8d2d6 1px solid;*/	
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	
	margin-bottom: 25px;
	}
#navcontainer ul {
	/*width:auto;
	margin-left:auto;
	margin-right:auto;
	list-style:none;*/
	list-style-position:none;
	/* margin-top:9px;
	border:1px solid #000000;*/
	float:left;
	margin:0px auto;
	margin-left:0;
	padding-left:0;
	

}	
#navcontainer ul li{
	
	float:left;
	margin-right:5px;	
}
/*
#navcontainer ul li:hover{
	width: 95px;
	height: 22px;
	background-color: #e92200;
	text-align: center;
	float: left;
	margin-right: 5px;

}*/
/*#navcontainer ul li img {
	padding-top:10px;
}*/
#navcontainer ul li a {
	padding-left:17px;
	padding-right:17px;
	padding-top:3px;
	padding-bottom:8px;
	/*padding-top:1px;
	padding-bottom:4px;*/
	height:11px;
	float:left;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;

}
#navcontainer a {
	font-weight:normal;
/*	display: block;
	padding: 5px 10px;
	width: 140px;*/
	color:#fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
    background-color:b9aca4;
}

#navcontainer a:hover,
#navcontainer a:focus,
#navcontainer a:active{							/* end left navigation class */
	color: #ffffff;
	text-decoration: none;
background-color: #e92200;
}

#navcontainer select {
	width: 230px;
	margin-left: 5px;
	height: 17px;
margin-top:3px;
	border: 1px solid #b9aca4;
	font-size: 11px;
	color: #b9aca4;

	
}



/*===================================================================================*/
.innerLeft {
	vertical-align: top;
	width: 168px;
	padding-right: 10px;
}
.innerLeft ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.innerLeft ul li {
	background-image: url('arrow.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.innerLeft ul li a {
	color: #aeaeae;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
}


