.navHome {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 190px;
	height: 105px;
	float: left;
	padding: 10px;
}

.navCreative {
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 0px;
	height: 55px;
	float: left;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	color: #000000;
	display: flex;
}

.navCreative span {
	align-self: flex-end;
	font-weight : bold;
	
}

.navWork {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	height: 55px;
	float: right;
	padding: 10px;
	font-size: 13px;
	text-style: bold;
	text-align: center;
	color: #000000;
	display: flex;
}

.navWork:hover {
	background-color: #DFDFDC;
}

.navWork span {
	align-self: flex-end;
	font-weight : bold;	
}

.navWork1 {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	height: 55px;
	float: right;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	background-color: #d13637;
	display: flex;
}

.navWork1 span {
	align-self: flex-end;
	font-weight : bold;
}



.navFooterLeft {
	display: block;
	width: 0px;
	height: 40px;
	background: url("../img1/common/nawArrowLeft.png");
	background-repeat: no-repeat;
  	background-size: 40px 80px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	font-size: 13px;
	text-style: bold;
	text-align: left;
	color: #000000;
	padding-left: 50px;
	display: flex;
}

.navFooterLeft:hover {
background-position: 0px -40px;
}

.navFooterLeft span {
	align-self: center;
	font-weight : bold;
}




.navFooterRight {
	display: block;
	width: 200px;
	height: 40px;
	background: url("../img1/common/nawArrowRight.png");
	background-repeat: no-repeat;
  	background-size: 40px 80px;
	background-position: 43px 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: right;
	font-size: 13px;
	text-style: bold;
	text-align: left;
	color: #000000;
	padding-right: 93px;
	display: flex;
}

.navFooterRight:hover {
background-position: 43px -40px;
}

.navFooterRight span {
	align-self: center;
	font-weight: bold;
}


.navArrowLeft {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 27px;
	margin-bottom: 30px;
	float: left;
	background: url("../img1/common/nawArrowLeft.png");
	background-repeat: no-repeat;
  	background-size: 40px 80px;
}
.navArrowLeft:hover
{ 
  background-position: 0px -40px;
}



.navArrowRight {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 27px;
	margin-bottom: 30px;
	float: right;
	background: url("../img1/common/nawArrowRight.png");
	background-repeat: no-repeat;
  	background-size: 40px 80px;
}
.navArrowRight:hover
{ 
  background-position: 0 -40px;
}

.columnArrowRight {
	margin-top: 13px;
	margin-right: 50px;
	width: 350px;
	float: right;
	text-align: right;
	font-weight: bold;
}


.columnDownloadCV {
	margin-top: 13px;
	margin-right: 50px;
	width: 350px;
	float: right;
	text-align: right;
	font-weight: bold;
}


.columnArrowLeft {
	margin-top: 13px;
	margin-left: 50px;
	width: 350px;
	float: left;
	text-align: left;
	font-weight: bold;
}

.DownloadCV {
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 27px;
	margin-bottom: 30px;
	float: left;
	background: url("../img1/common/DownloadCV.png");
	background-repeat: no-repeat;
  	background-size: 40px 80px;
}
.DownloadCV:hover
{ 
  background-position: 0 -40px;
}


