

/* siteMap page --------------------------------------------------------------*/


#mainWeb #siteMap{
	background-image:url('/javax.faces.resource/images/photo-sitemap.png.xhtml');
	background-position: top right;
	background-repeat:no-repeat;
}

#siteMap a label{
	cursor:pointer !important;
}
#siteMap a{
	text-decoration:none;
	cursor:pointer !important;
}
#siteMap li{
	padding-top:5px;
	padding-bottom:5px;
}

#siteMap a:hover{
	text-decoration:underline;
}