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

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

#cvcontainer {
	position: relative;
	height: 18px;
	padding: 0;
	background: #EEEEEE;
	margin-left: 20px;
	top: 4px;
	z-index: 4;
	width: 204px;
}

#cvnav {
	position: relative;
	list-style: none;
	padding: 0;
	height: 18px;
	display: inline;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#cvnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

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

#cvnav a:active {
	background-position: 0 -36px;
	}

#cvnav a:selected {
	background-position: 0 -36px;
	}
	
#tactingcv a  {
	width: 68px;
	background: url("../images/nav/english.gif") top left no-repeat;
}

#cvacting #tactingcv a {
	background-position: 0 -36px;
}

#tenglishcv a  {
	width: 68px;
	background: url("../images/nav/english.gif") top left no-repeat;
}

#cvenglish #tenglishcv a {
	background-position: 0 -36px;
}

#titaliancv a  {
	width: 68px;
	background: url("../images/nav/italiano.gif") top left no-repeat;
}

#cvitalian #titaliancv a {
	background-position: 0 -36px;
}

#tfrenchcv a  {
	width: 68px;
	background: url("../images/nav/francais.gif") top left no-repeat;
}

#cvfrench #tfrenchcv a {
	background-position: 0 -36px;
}
