/* ------------------------------ NAVIBAR ------------------------------ */

#navigation ul
{
	display: block;
	width: 700px;
	height: 102px;
	background: url(../images/navibar-fr.jpg) no-repeat left top;
}

#navigation ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
}

#navigation ul li a
{
	display: block;
}


#navibar li#nav1  {left: 132px; top: 24px;  width: 62px;  height: 16px; }
#navibar li#nav2  {left: 132px; top: 46px;  width: 62px;  height: 16px; }
#navibar li#nav3  {left: 132px; top: 67px;  width: 62px;  height: 16px; }
#navibar li#nav4  {left: 330px; top: 24px;  width: 61px;  height: 16px; }
#navibar li#nav5  {left: 330px; top: 46px;  width: 61px;  height: 16px; }
#navibar li#nav6  {left: 330px; top: 67px;  width: 61px;  height: 16px; }
#navibar li#nav7  {left: 515px; top: 24px;  width: 74px;  height: 16px; }
#navibar li#nav8  {left: 515px; top: 46px;  width: 74px;  height: 16px; }
#navibar li#nav9  {left: 515px; top: 67px;  width: 74px;  height: 16px; }
#navibar li#nav10 {left: 600px; top: 10px;  width: 100px; height: 85px; }

#nav1 a  { height: 16px; }
#nav2 a  { height: 16px; }
#nav3 a  { height: 16px; }
#nav4 a  { height: 16px; }
#nav5 a  { height: 16px; }
#nav6 a  { height: 16px; }
#nav7 a  { height: 16px; }
#nav8 a  { height: 16px; }
#nav9 a  { height: 16px; }
#nav10 a { height: 85px; }

#nav1 a:hover, #nav1.selected { background: url(../images/navibar-fr.jpg) -132px -127px; no-repeat; }
#nav2 a:hover, #nav2.selected { background: url(../images/navibar-fr.jpg) -132px -149px; no-repeat; }
#nav3 a:hover, #nav3.selected { background: url(../images/navibar-fr.jpg) -132px -169px; no-repeat; }
#nav4 a:hover, #nav4.selected { background: url(../images/navibar-fr.jpg) -330px -127px; no-repeat; }
#nav5 a:hover, #nav5.selected { background: url(../images/navibar-fr.jpg) -330px -149px; no-repeat; }
#nav6 a:hover, #nav6.selected { background: url(../images/navibar-fr.jpg) -330px -169px; no-repeat; }
#nav7 a:hover, #nav7.selected { background: url(../images/navibar-fr.jpg) -515px -127px; no-repeat; }
#nav8 a:hover, #nav8.selected { background: url(../images/navibar-fr.jpg) -515px -149px; no-repeat; }
#nav9 a:hover, #nav9.selected { background: url(../images/navibar-fr.jpg) -515px -169px; no-repeat; }
#nav10 a:hover, #nav10.selected { background: url(../images/navibar-fr.jpg) -600px -112px; no-repeat; }
