.CB{clear:both;}
#wrap{width:910px; 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;

}

#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:15px;
}


#navDemo01 li{
*float:left; /*IE 7 Hack with Float + Margin-Top */

}


#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%; }



/* Demo 02 */
/*
MENU | Icon Size : 128px x 128px 
*/

.navigation02 { BACKGROUND-IMAGE: url(../img/bgNavDiv.png); BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0 bottom; MARGIN: 0 0 0 15px; }

#navDemo02{ 
width:450px;
height:143px; /*max height depend of max size icon (mouseOver) and size of navActive Background. ex: 128px+15px = 143px */
margin:0 auto;

}


#navDemo02 li{
*float:left; /*IE 7 Hack with Float + Margin-Top */

}

#navDemo02 li.navActive a{ background-image:url(../img/navActive.png); background-repeat:no-repeat; background-position:center bottom; }
#navDemo02 li a{
position:relative;
 display:block;
float:left;
 width:64px; /* size of the icon when mouse is out */
 height:64px; /* size of the icon when mouse is out */
 margin-top:60px; /*result of (iconSize_Over - iconSize_Out) => ex : 128px - 64px = 64px*/
padding-bottom:15px; /* to display the navActive Background */
text-decoration:none;
}
#navDemo02 li a img{ width:100%;}

/*TIPS */
#navDemo02 li span.tips { TOP: 10px; LEFT: 0px; PADDING: 0px; COLOR: #326581; FONT-WEIGHT: bold; FONT-FAMILY: tahoma; FONT-SIZE: 10px;  TEXT-DECORATION: none; POSITION: absolute; WIDTH:100%; TEXT-ALIGN:center }


/*AJAX CONTENT*/
div.ajaxContent{ border:1px dotted  #999;margin: 0 6px 0 20px; font-family:Tahoma; font-size:12px; direction:rtl; text-align:right; text-align:justify; line-height:60px;}
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; }