#nav a, #nav a:active, #nav a:visited {
	display:block;
	float:left;
	padding:5px 10px 0 10px;
	height:25px;
	background: url('../../img/leftmenulibg.png') top left repeat-x;
	color:#000;
	border:1px solid #000;
	/* font:1em normal georgia , geneva , times , serif; */
	margin-right:0px;
	text-decoration:none;
	outline:none;
}

#nav a.selected, #nav a.selected:active, #nav a.selected:visited {
	background:#000;
	color:#fff;
	height:25px;
	background: url('../../img/leftmenuh3bg.png') top left repeat-x;
	text-decoration:none;
	outline:none;
}

.hiddencontent {
    width:90%;
	padding:12px;
	border:1px solid #000;
}

.visiblecontent{
    
}
	
.clear {
	clear:both;
}
