@charset "utf-8";
/** BEGIN sprites nav styles **/
.nav 																			{ margin: 0; padding: 0;
																						width: 600px;
																						height: 55px;
																						background: url(../images/bg-menu.gif) no-repeat;
																						position: relative; left: 0px; top: 0px; }
							
.nav li 																	{ display: inline; }

.nav li a 																{ border: none; }

.nav li a:link, 
.nav li a:visited 												{	position: absolute; left: 0; top: 0;
																						width: 151px; height: 55px;
																						text-indent: -9000px;
																						overflow: hidden;
																						z-index: 10; }
										
.nav .services a:link, 
.nav .services a:visited 									{ left: 0px;
																						width: 151px; }
.nav .services a:hover, 
.nav .services a:focus 										{ background: url(../images/bg-menu.gif) no-repeat 0px -55px;	}

.nav .services a:active 									{ background: url(../images/bg-menu.gif) no-repeat 0px -110px;	}

.current-services .services a:link, 
.current-services .services a:visited 		{ background: url(../images/bg-menu.gif) no-repeat 0px -165px;
																						cursor: default; }

.nav-services, 
.nav-services-click 											{ position: absolute; left: 0; top: 0;
																						width: 151px; height: 55px;
																						background: url(../images/bg-menu.gif) no-repeat 0px -55px;	}

.nav-services-click 											{ background: url(../images/bg-menu.gif) no-repeat 0px -110px;	}

/* portfolio */
.nav .portfolio a:link, 
.nav .portfolio a:visited 								{ left: 151px;
																						width: 150px;	}

.nav .portfolio a:hover, 
.nav .portfolio a:focus 									{ background: url(../images/bg-menu.gif) no-repeat -151px -55px; }

.nav .portfolio a:active 									{ background: url(../images/bg-menu.gif) no-repeat -151px -110px; }

.current-portfolio .portfolio a:link, 
.current-portfolio .portfolio a:visited 	{ background: url(../images/bg-menu.gif) no-repeat -151px -165px;
																						cursor: default; }
.nav-portfolio, 
.nav-portfolio-click 											{ position: absolute;
																						left: 151px; top: 0;
																						width: 150px; height: 55px;
																						background: url(../images/bg-menu.gif) no-repeat -151px -55px; }
																				
.nav-portfolio-click 											{ background: url(../images/bg-menu.gif) no-repeat -151px -110px;	}


/* clients */
.nav .clients a:link, 
.nav .clients a:visited 									{ left: 301px;
																						width: 150px;}

.nav .clients a:hover, 
.nav .clients a:focus 										{ background: url(../images/bg-menu.gif) no-repeat -301px -55px;	}

.nav .clients a:active 										{ background: url(../images/bg-menu.gif) no-repeat -301px -110px;	}

.current-clients .clients a:link, 
.current-clients .clients a:visited 			{ background: url(../images/bg-menu.gif) no-repeat -301px -165px;
																						cursor: default;	}

.nav-clients, 
.nav-clients-click 												{ position: absolute;
																						left: 301px; top: 0;
																						width: 150px; height: 55px;
																						background: url(../images/bg-menu.gif) no-repeat -301px -55px; }

.nav-clients-click 												{ background: url(../images/bg-menu.gif) no-repeat -301px -110px;	}


/* about */
.nav .about a:link, 
.nav .about a:visited 										{ left: 451px;
																						width: 150px; }

.nav .about a:hover, 
.nav .about a:focus 											{ background: url(../images/bg-menu.gif) no-repeat -451px -55px; }

.nav .about a:active 											{ background: url(../images/bg-menu.gif) no-repeat -451px -110px; }

.current-about .about a:link, 
.current-about .about a:visited 					{ background: url(../images/bg-menu.gif) no-repeat -451px -165px;
																						cursor: default; }

.nav-about, 
.nav-about-click 													{ position: absolute;
																						left: 451px; top: 0;
																						width: 150px; height: 55px;
																						background: url(../images/bg-menu.gif) no-repeat -451px -55px; }
																				
.nav-about-click 													{ background: url(../images/bg-menu.gif) no-repeat -451px -110px; }
/** END sprites nav styles **/
