/* CamSite CSS 
   (C) Ian Grant 
   20-03-06 11:30
*/

/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */

#container {
	position: relative;
	width: 820px;
	height: 21px;
	padding: 0;
	margin: 0px 0 0px 0;
	background: #A9BEC0;
}

#newnav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 21px;
	display: inline;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 820px;
	}
	
#newnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#newnav a {
	float: left;
	padding: 21px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:21px; /* for IE5/Win */
	}
	
#newnav a:hover {
	background-position: 0 -21px;
	}

#newnav a:active {
	background-position: 0 -42px;
	}

#newnav a:selected {
	background-position: 0 -42px;
	}
	
#thome a  {
	width: 54px;
	background: url("../images/nav/home4.gif") top left no-repeat;
}

#home #thome a {
	background-position: 0 -42px;
}

#tcv a  {
	width: 61px;
	background: url("../images/nav/resume.gif") top left no-repeat;
}

#cvenglish #tcv a {
	background-position: 0 -42px;
}
#cvfrench #tcv a {
	background-position: 0 -42px;
}
#cvitalian #tcv a {
	background-position: 0 -42px;
}

#tshowreel a  {
	width: 71px;
	background: url("../images/nav/showreel.gif") top left no-repeat;
}

#showreel #tshowreel a {
	background-position: 0 -42px;
}

#tvoiceover a  {
	width: 132px;
	background: url("../images/nav/voiceover.gif") top left no-repeat;
}

#voiceover #tvoiceover a {
	background-position: 0 -42px;
}

#tprod a  {
	width: 90px;
	background: url("../images/nav/productions4.gif") top left no-repeat;
}

#prod #tprod a {
	background-position: 0 -42px;
}

#treviews a  {
	width: 62px;
	background: url("../images/nav/reviews.gif") top left no-repeat;
}

#reviews #treviews a {
	background-position: 0 -42px;
}

#tgallery a  {
	width: 59px;
	background: url("../images/nav/gallery4.gif") top left no-repeat;
}

#gallery #tgallery a {
	background-position: 0 -42px;
}

#tartwork a  {
	width: 62px;
	background: url("../images/nav/artwork.gif") top left no-repeat;
}

#artwork #tartwork a {
	background-position: 0 -42px;
}

#temail a  {
	width: 59px;
	background: url("../images/nav/email2.gif") top left no-repeat;
	float:right;
}
