/* Start of CMSMS style sheet 'menu' */
@charset "utf-8";

* { margin: 0; padding:	0;}

#nav {
	margin: 	        0;
	padding: 			0;
	list-style: 		none;
	float: 				left;
	clear:				both;
}

#nav li { 
	float: 				left;
}

#nav li a { 
	text-indent: 		-999999px; 
	overflow: 			hidden; 
	display: 			block; 
	height: 			40px;
}

#nav #home { background: url(/style/images/menu_home.gif); width: 134px; margin: 0 0 0 59px; }
#nav #home:hover, #nav #home.active:hover { background: url(/style/images/menu_home.gif) -134px 0; }
#nav #home.active { background: url(/style/images/menu_home.gif) -268px 0; }

#nav #programme { background: url(/style/images/menu_programme.gif); width: 200px; margin: 0 0 0 29px; }
#nav #programme:hover, #nav #programme.active:hover { background: url(/style/images/menu_programme.gif) -200px 0; }
#nav #programme.active { background: url(/style/images/menu_programme.gif) -400px 0; }

#nav #info { background: url(/style/images/menu_info.gif); width: 216px; margin: 0 0 0 19px; }
#nav #info:hover, #nav #info.active:hover { background: url(/style/images/menu_info.gif) -216px 0; }
#nav #info.active { background: url(/style/images/menu_info.gif) -432px 0; }

#nav #about { background: url(/style/images/menu_about.gif); width: 151px; margin: 0 0 0 33px; }
#nav #about:hover, #nav #about.active:hover { background: url(/style/images/menu_about.gif) -151px 0; }
#nav #about.active { background: url(/style/images/menu_about.gif) -302px 0; }

/* End of 'menu' */

