div#second-nav {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	width: 384px;
	clear: both;
	height: 33px;
	/* border: 1px solid #ccc; */
}

#nav2 {
	margin: 0;
	padding: 0;
	height: 33px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 384px;
	}

#nav2 li {
	margin: 0; 
	padding: 0;
  	list-style: none;
	display: inline;
	}

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

#nav2 a:active, #nav2 a.selected {
	background-position: 0 -66px;
	}
	
	
/* rules */

#tpencat a  {
	width: 85px;
	background: url(/images/pen_nav_pen.gif) top left no-repeat;
	}
	
#tactiv a  {
	width: 76px;
	background: url(/images/pen_nav_activitats.gif) top left no-repeat;
	}
	
#tcomit a  {
	width: 65px;
	background: url(/images/pen_nav_comites.gif) top left no-repeat;
	}
	
#tsocis a  {
	width: 85px;
	background: url(/images/pen_nav_socis.gif) top left no-repeat;
	}

#tcontact a  {
	width: 73px;
	background: url(/images/pen_nav_contactar.gif) top left no-repeat;
	}
