.CB{clear:both;}
#wrap{width:610px; margin:auto;}


/* Demo 01 */
/*
MENU | Icon Size : 128px x 128px 
*/
.navigation01{ /*background-image:url(../img/bgNavDiv.png);
background-repeat:repeat-x;
background-position:0 bottom;*/
margin: 0 0 0 15px;
align:center;

}

#navDemo01{ 
width:336px; 
height:80px; /*max height depend of max size icon (mouseOver) and size of navActive Background. Here no activeNav => ex: 128px+0px = 128px */
margin:0 auto;
/*background-image:url(../img/bgMenu.png);
background-repeat:repeat-x;
background-position:0 bottom;*/

padding:8px;
}


#navDemo01 li{
*float:left; /*IE 7 Hack with Float + Margin-Top */
	text-align: left;

}


#navDemo01 li.navActive a{ background-image:url(../img/navActive.png); background-repeat:no-repeat; background-position:center bottom; }
#navDemo01 li a{
position:relative;
 display:block;
float:left;
 width:48px; /* size of the icon when mouse is out */
 height:48px; /* size of the icon when mouse is out */
 /*margin-top:32px; *//*result of (iconSize_Over - iconSize_Out) => ex : 128px - 64px = 64px*/
margin:32px 0 0 0;
text-decoration:none;
padding-bottom:7px;
background-image:url(../img/bgMenu1.png); background-repeat: no-repeat; background-position: center bottom;
}
#navDemo01 li a img{ width:90%; }


/*TIPS */
#navDemo02 li span.tips{position: absolute; display:block; top:10px; left:70px; padding:5px; background-color:#F0F0F0; color:#448ab0; text-decoration:none; font-weight:bold; }


/*AJAX CONTENT*/
div.ajaxContent{ border:1px dotted  #999;margin: 0 6px 0 20px;}
div.ajaxContent h2{ font-size:18px; font-weight:bold;margin: 16px 20px 16px 35px;font-variant: normal; border-bottom:1px solid #333;padding:0 0 6px 0;}
div.ajaxContent p{ line-height:1.3;margin: 16px 20px 16px 35px; font-style: normal; color:#333; }
