/*for home tabs*/

/*for blue images*/
.left-nav .blue-nav-box {
	background-image: url(../images/blue-box-left.jpg);
	height: 106px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.left-nav .blue-nav-bg {
	height: 106px;
	background-image: url(../images/blue-box-bg.jpg);
	border-right:1px solid #e0e3e6;
	margin-bottom: 5px;
}

.blue-right-line{
	float:right;
	background-image: url(../images/blue-box-right.jpg);
	height: 106px;
	width: 2px;
}
/*for blue images*/


/*for orange images*/
.left-nav .orange-nav-box {
	background-image: url(../images/orange-box-left.jpg);
	height: 106px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.left-nav .orange-nav-bg {
	height: 106px;
	background-image: url(../images/orange-box-bg.jpg);
	border-right:1px solid #e0e3e6;
	margin-bottom: 5px;
}

.orange-right-line{
	float:right;
	background-image: url(../images/orange-box-right.jpg);
	height: 106px;
	width: 2px;
}
/*for orange images*/

/*for red images*/
.left-nav .red-nav-box {
	background-image: url(../images/red-box-left.jpg);
	height: 106px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.left-nav .red-nav-bg {
	height: 106px;
	background-image: url(../images/red-box-bg.jpg);
	border-right:1px solid #e0e3e6;
	margin-bottom: 5px;
}

.red-right-line{
	float:right;
	background-image: url(../images/red-box-right.jpg);
	height: 106px;
	width: 2px;
}
/*for red images*/




.left-nav .nav-icon {
	float: left;
	padding: 19px 0 0 14px;
}
.left-nav .nav-cont {
	float: left;
	padding: 7px 0 0 16px;
}
.left-nav .nav-cont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-style: normal;*/
}
.left-nav .readmore-nav {
	float: left;
	position: absolute;
	right: 1px;
	bottom: 2px;
}


/*for home tabs*/
















/*for inner tabs*/

/*for blue images*/
.left-nav1 .blue-nav-box1 {
	background-image: url(../images/blue-box-left1.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	 
	
 }
.left-nav1 .blue-nav-bg1 {
	height: 80px;
	background-image: url(../images/blue-box-bg1.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #e0e3e6;
	margin-bottom: 3px;
	
}

.blue-right-line1{
	float:right;
	background-image: url(../images/blue-box-right1.jpg);
	height: 80px;
	width: 2px;
}
/*for blue images*/

/*for orange images*/
.left-nav1 .orange-nav-box1 {
	background-image: url(../images/orange-box-left1.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	 
	
 }
.left-nav1 .orange-nav-bg1 {
	height: 80px;
	background-image: url(../images/orange-box-bg1.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #e0e3e6;
	margin-bottom: 3px;
	
}

.orange-right-line1{
	float:right;
	background-image: url(../images/orange-box-right1.jpg);
	height: 80px;
	width: 2px;
}
/*for orange images*/


/*for red images*/
.left-nav1 .red-nav-box1 {
	background-image: url(../images/red-box-left1.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	 
	
 }
.left-nav1 .red-nav-bg1 {
	height: 80px;
	background-image: url(../images/red-box-bg1.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #e0e3e6;
	margin-bottom: 3px;
	
}

.red-right-line1{
	float:right;
	background-image: url(../images/red-box-right1.jpg);
	height: 80px;
	width: 2px;
}
/*for red images*/

.left-nav1
{	
	padding-right:1px;
	padding-left:10px;
}
.left-nav1 .nav-icon1 {
	float: left;
	padding: 15px 0 0 3px;
}
.left-nav1 .nav-cont1 {
	float: left;
	padding: 4px 0 0 16px;
}
.left-nav1 .nav-cont1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-style: italic;*/
}
.left-nav1 .readmore-nav {
	float: left;
	position: absolute;
	right: 1px;
	bottom: 2px;
}




/*for inner tabs*/

.blue-nav-box .list1 li , .blue-nav-box1 .list1 li{
	background-image: url(../images/blue-bullate.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


.orange-nav-box .list1 li, .orange-nav-box1 .list1 li {
	background-image: url(../images/orange-bullate.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



.red-nav-box .list1 li, .red-nav-box1 .list1 li {
	background-image: url(../images/red-bullate.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
