
@charset "utf-8";
/* CSS Document */

/*  get path for buttons */


/* create cursor for panel buttons */

 

.about_full a {
		display:block;
		width:103px;
		height:55px;
		background-image: url(/includes/buttons/about_full.jpg);
		background: url 0 0 no-repeat; 
		text-decoration: none;
		}
/* wmalyk - removed
.about_full a:hover {	
		background-position: -103px 0;
		color: #E9A713;
		}
*/

/* wmalyk - added */
.sticky.about_full a {
	background-position: -103px 0;
	color: ##E9A713;
}
		

.about_full a {
		display:block;
		width:103px;
		height:55px;
		background-image: url(/includes/buttons/about_full.gif);
		background: url 0 0 no-repeat;
		text-decoration: none;
		}
/* wmalyk - removed ac added back in */
/*.about_full a:hover {	
		background-position: -103px 0;
		color: #E9A713;
		}
  */ 

/* wmalyk - added */
.sticky.about_full a {
	background-position: -103px 0;
	color: #E9A713;
}


.technology_full a {
		display:block;
		width:106px;
		height:55px;
		background-image: url(/includes/buttons/technology_full.gif);
		background: url 0 0 no-repeat;
		text-decoration: none;
		}
/* wmalyk - removed ac added back in */
/*.technology_full a:hover {	
		background-position: -106px 0;
		color: #E9A713;
		}
  */ 

/* wmalyk - added */
.sticky.technology_full a {
	background-position: -106px 0;
	color: #E9A713;
}


.process_full a {
		display:block;
		width:88px;
		height:55px;
		background-image: url(/includes/buttons/process_full.gif);
		background: url 0 0 no-repeat;
		text-decoration: none;
		}
/* wmalyk - removed ac added back in */
/*.process_full a:hover {	
		background-position: -88px 0;
		color: #E9A713;
		}
  */ 

/* wmalyk - added */
.sticky.process_full a {
	background-position: -88px 0;
	color: #E9A713;
}


.virtual_full a {
		display:block;
		width:140px;
		height:55px;
		background-image: url(/includes/buttons/virtual_full.gif);
		background: url 0 0 no-repeat;
		text-decoration: none;
		}
/* wmalyk - removed ac added back in */
/*.virtual_full a:hover {	
		background-position: -140px 0;
		color: #E9A713;
		}
  */ 

/* wmalyk - added */
.sticky.virtual_full a {
	background-position: -140px 0;
	color: #E9A713;
}


.rdsolutions_full a {
		display:block;
		width:114px;
		height:55px;
		background-image: url(/includes/buttons/rdsolutions_full.gif);
		background: url 0 0 no-repeat;
		text-decoration: none;
		}
/* wmalyk - removed ac added back in */
/*.rdsolutions_full a:hover {	
		background-position: -114px 0;
		color: #E9A713;
		}
  */ 

/* wmalyk - added */
.sticky.rdsolutions_full a {
	background-position: -114px 0;
	color: #E9A713;
}



.news_full a {
		display:block;
		width:114px;
		height:55px;
		background-image: url(/includes/buttons/news_full.gif);
		background: url 0 0 no-repeat;
		text-decoration: none;
		}

/*.news_full a:hover {	
		background-position: -114px 0;
		color: #E9A713;
		}
*/
        
/*.news_full a:visited {	
		background-position: px 0;
		color: #E9A713;
		}
        */
/*.news_full a:active {
		background-position: -114px 0;
        color: #e9a713;
        }
	*/

/* wmalyk - addition */
.sticky.news_full a {
	background-position: -114px 0;
	color: #e9a713;
}

