/* 
    Theme Name: LCL
    Description: Corporate website
    Version: 2.1
    Author: Serge Hufkens
    Contact: serge@mediatower.be

*/

/* navigation french */

#nav {
	font-size:0.9em;
	width:840px;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	background:url(../images/nav_fr.gif) no-repeat;
	}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	text-indent:-300em;
	}

#nav li, #nav a {
	height:30px;
	display:block;
	}

#nav01 {
	overflow:hidden;
	left:0px;
	width:140px;
	}
#nav02 {
	overflow:hidden;
	left:140px;
	width:140px;
	}
#nav03 {
	overflow:hidden;
	left:280px;
	width:140px;
	}
#nav04 {
	overflow:hidden;
	left:420px;
	width:140px;
	}
#nav05 {
	overflow:hidden;
	left:560px;
	width:140px;
	}
#nav06 {
	overflow:hidden;
	left:700px;
	width:140px;
	}
	
#nav01 a:hover {
	background:url(../images/nav_fr.gif) 0px -30px no-repeat;
	}
#nav02 a:hover {
	background:url(../images/nav_fr.gif) -140px -30px no-repeat;
	}
#nav03 a:hover {
	background:url(../images/nav_fr.gif) -280px -30px no-repeat;
	}
#nav04 a:hover {
	background:url(../images/nav_fr.gif) -420px -30px no-repeat;
	}
#nav05 a:hover {
	background:url(../images/nav_fr.gif) -560px -30px no-repeat;
	}
#nav06 a:hover {
	background:url(../images/nav_fr.gif) -700px -30px no-repeat;
	}

	
#nav01on {
	background:url(../images/nav_fr.gif) 0px -60px no-repeat;
	left:0px;
	width:140px;
	}
#nav02on {
	background:url(../images/nav_fr.gif) -140px -60px no-repeat;
	left:140px;
	width:140px;
	}
#nav03on {
	background:url(../images/nav_fr.gif) -280px -60px no-repeat;
	left:280px;
	width:140px;
	}
#nav04on {
	background:url(../images/nav_fr.gif) -420px -60px no-repeat;
	left:420px;
	width:140px;
	}
#nav05on {
	background:url(../images/nav_fr.gif) -560px -60px no-repeat;
	left:560px;
	width:140px;
	}
#nav06on {
	background:url(../images/nav_fr.gif) -700px -60px no-repeat;
	left:700px;
	width:140px;
	}

