/* MEMBERS MENU *********************************************************/
ul#members_menu {
width: 461px;
height: 33px;
margin:0;
padding:0;
background: url('menu/submenu_chlenove.png');
position:relative;
}

/*We want li as block and to be as tall as image*/
ul#members_menu li {
display:block;
height:33px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 33px tall*/
ul#members_menu li a {
display:block;
height:33px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#i1 {
left: 0px;
width: 135px;
}

li#i2 {
left: 135px;
width: 132px;
}

li#i3 {
left: 267px;
width: 194px;
}

#i1 a:hover , #i1 a.selected {
background: transparent url(menu/submenu_chlenove.png) 0 -33px no-repeat;
}
#i2 a:hover , #i2 a.selected {
background: transparent url(menu/submenu_chlenove.png) -135px -33px no-repeat;
}
#i3 a:hover , #i3 a.selected {
background: transparent url(menu/submenu_chlenove.png) -267px -33px no-repeat;
}

/*and for hiding the text */
ul#members_menu li a {
text-indent:-9000px; background-color:transparent; }

/* PROJECTS MENU ************************************************************/

ul#projects_menu {
width: 299px;
height: 33px;
margin:0;
padding:0;
background: url('menu/submenu_projects.png');
position:relative;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu li {
display:block;
height:33px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 33px tall*/
ul#projects_menu li a {
display:block;
height:33px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#j1 {
left: 0px;
width: 133px;
}

li#j2 {
left: 134px;
width: 165px;
}

#j1 a:hover ,#j1 a.selected {
background: transparent url(menu/submenu_projects.png) 0 -33px no-repeat;
}
#j2 a:hover ,#j2 a.selected {
background: transparent url(menu/submenu_projects.png) -134px -33px no-repeat;
}

/*and for hiding the text */
ul#projects_menu li a {
text-indent:-9000px; background-color:transparent; }

/* PROJECTS_MENU9 ************************************************************/

ul#projects_menu9 {
width: 435px;
height: 19px;
margin:0;
padding:0;
background: url('menu/projects_menu9.png');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu9 li {
display:block;
height:19px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu9 li a {
display:block;
height:19px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#pm91 {
left: 0px;
width: 71px;
}

li#pm911 {
left: 77px;
width: 160px;
}

li#pm92 {
left: 245px;
width: 125px;
}

li#pm93 {
left: 380px;
width: 60px;
}

li#pm94 {
left: 435px;
width: 54px;
}

li#pm95 {
left: 495px;
width: 61px;
}

#pm91 a:hover ,#pm91 a.selected {
background: transparent url(menu/projects_menu9.png) 0 -19px no-repeat;
}
#pm911 a:hover ,#pm911 a.selected {
background: transparent url(menu/projects_menu9.png) -77px -19px no-repeat;
}
#pm92 a:hover ,#pm92 a.selected {
background: transparent url(menu/projects_menu9.png) -245px -19px no-repeat;
}
#pm93 a:hover ,#pm93 a.selected {
background: transparent url(menu/projects_menu9.png) -378px -19px no-repeat;
}
#pm94 a:hover ,#pm94 a.selected {
background: transparent url(menu/projects_menu9.png) -435px -19px no-repeat;
}
#pm95 a:hover ,#pm95 a.selected {
background: transparent url(menu/projects_menu9.png) -495px -19px no-repeat;
}

/*and for hiding the text */
ul#projects_menu9 li a {
text-indent:-9000px; background-color:transparent; }

/* PROJECTS_MENU8 ************************************************************/

ul#projects_menu8 {
width: 435px;
height: 19px;
margin:0;
padding:0;
background: url('menu/projects_menu8.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu8 li {
display:block;
height:19px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu8 li a {
display:block;
height:19px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#pm81 {
left: 0px;
width: 71px;
}

li#pm811 {
left: 77px;
width: 160px;
}

li#pm82 {
left: 245px;
width: 125px;
}

li#pm83 {
left: 380px;
width: 60px;
}

li#pm84 {
left: 435px;
width: 54px;
}

li#pm85 {
left: 495px;
width: 61px;
}

#pm81 a:hover ,#pm81 a.selected {
background: transparent url(menu/projects_menu8.jpg) 0 -19px no-repeat;
}
#pm811 a:hover ,#pm811 a.selected {
background: transparent url(menu/projects_menu8.jpg) -77px -19px no-repeat;
}
#pm82 a:hover ,#pm82 a.selected {
background: transparent url(menu/projects_menu8.jpg) -245px -19px no-repeat;
}
#pm83 a:hover ,#pm83 a.selected {
background: transparent url(menu/projects_menu8.jpg) -378px -19px no-repeat;
}
#pm84 a:hover ,#pm84 a.selected {
background: transparent url(menu/projects_menu8.jpg) -435px -19px no-repeat;
}
#pm85 a:hover ,#pm85 a.selected {
background: transparent url(menu/projects_menu8.jpg) -495px -19px no-repeat;
}

/*and for hiding the text */
ul#projects_menu8 li a {
text-indent:-9000px; background-color:transparent; }



/* PROJECTS_MENU7 ************************************************************/

ul#projects_menu7 {
width: 555px;
height: 19px;
margin:0;
padding:0;
background: url('menu/projects_menu7.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu7 li {
display:block;
height:19px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu7 li a {
display:block;
height:19px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#pm71 {
left: 0px;
width: 71px;
}

li#pm711 {
left: 77px;
width: 59px;
}

li#pm72 {
left: 142px;
width: 154px;
}

li#pm73 {
left: 303px;
width: 126px;
}

li#pm74 {
left: 435px;
width: 54px;
}

li#pm75 {
left: 495px;
width: 61px;
}

#pm71 a:hover ,#pm71 a.selected {
background: transparent url(menu/projects_menu7.jpg) 0 -19px no-repeat;
}
#pm711 a:hover ,#pm711 a.selected {
background: transparent url(menu/projects_menu7.jpg) -77px -19px no-repeat;
}
#pm72 a:hover ,#pm72 a.selected {
background: transparent url(menu/projects_menu7.jpg) -142px -19px no-repeat;
}
#pm73 a:hover ,#pm73 a.selected {
background: transparent url(menu/projects_menu7.jpg) -303px -19px no-repeat;
}
#pm74 a:hover ,#pm74 a.selected {
background: transparent url(menu/projects_menu7.jpg) -435px -19px no-repeat;
}
#pm75 a:hover ,#pm75 a.selected {
background: transparent url(menu/projects_menu7.jpg) -495px -19px no-repeat;
}

/*and for hiding the text */
ul#projects_menu7 li a {
text-indent:-9000px; background-color:transparent; }


/* PROJECTS_MENU6 ************************************************************/

ul#projects_menu6 {
width: 550px;
height: 21px;
margin:0;
padding:0;
background: url('menu/projects_menu6.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu6 li {
display:block;
height:21px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu6 li a {
display:block;
height:21px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#pm61 {
left: 0px;
width: 77px;
}

li#pm62 {
left: 83px;
width: 157px;
}

li#pm63 {
left: 247px;
width: 127px;
}

li#pm64 {
left: 380px;
width: 60px;
}



#pm61 a:hover ,#pm61 a.selected {
background: transparent url(menu/projects_menu6.jpg) 0 -20px no-repeat;
}
#pm62 a:hover ,#pm62 a.selected {
background: transparent url(menu/projects_menu6.jpg) -83px -20px no-repeat;
}
#pm63 a:hover ,#pm63 a.selected {
background: transparent url(menu/projects_menu6.jpg) -247px -20px no-repeat;
}
#pm64 a:hover ,#pm64 a.selected {
background: transparent url(menu/projects_menu6.jpg) -380px -20px no-repeat;
}


/*and for hiding the text */
ul#projects_menu6 li a {
text-indent:-9000px; background-color:transparent; }


/* PROJECTS_MENU5 ************************************************************/

ul#projects_menu5 {
width: 550px;
height: 20px;
margin:0;
padding:0;
background: url('menu/projects_menu5.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu5 li {
display:block;
height:20px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu5 li a {
display:block;
height:20px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#pm1 {
left: 0px;
width: 77px;
}

li#pm11 {
left: 83px;
width: 90px;
}

li#pm2 {
left: 178px;
width: 157px;
}

li#pm3 {
left: 341px;
width: 129px;
}

li#pm4 {
left: 476px;
width: 60px;
}


#pm1 a:hover ,#pm1 a.selected {
background: transparent url(menu/projects_menu5.jpg) 0 -20px no-repeat;
}
#pm11 a:hover ,#pm11 a.selected {
background: transparent url(menu/projects_menu5.jpg) -83px -20px no-repeat;
}
#pm2 a:hover ,#pm2 a.selected {
background: transparent url(menu/projects_menu5.jpg) -178px -20px no-repeat;
}
#pm3 a:hover ,#pm3 a.selected {
background: transparent url(menu/projects_menu5.jpg) -341px -20px no-repeat;
}
#pm4 a:hover ,#pm4 a.selected {
background: transparent url(menu/projects_menu5.jpg) -476px -20px no-repeat;
}


/*and for hiding the text */
ul#projects_menu5 li a {
text-indent:-9000px; background-color:transparent; }

/* PROJECTS_MENU4 ************************************************************/

ul#projects_menu4 {
width: 550px;
height: 21px;
margin:0;
padding:0;
background: url('menu/projects_menu4.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu4 li {
display:block;
height:21px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu4 li a {
display:block;
height:21px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#pm41 {
left: 0px;
width: 77px;
}

li#pm42 {
left: 83px;
width: 157px;
}

li#pm43 {
left: 247px;
width: 127px;
}

li#pm44 {
left: 380px;
width: 60px;
}



#pm41 a:hover ,#pm41 a.selected {
background: transparent url(menu/projects_menu4.jpg) 0 -20px no-repeat;
}
#pm42 a:hover ,#pm42 a.selected {
background: transparent url(menu/projects_menu4.jpg) -83px -20px no-repeat;
}
#pm43 a:hover ,#pm43 a.selected {
background: transparent url(menu/projects_menu4.jpg) -247px -20px no-repeat;
}
#pm44 a:hover ,#pm44 a.selected {
background: transparent url(menu/projects_menu4.jpg) -380px -20px no-repeat;
}


/*and for hiding the text */
ul#projects_menu4 li a {
text-indent:-9000px; background-color:transparent; }



/* PROJECTS_MENU1 ************************************************************/

ul#projects_menu1 {
width: 587px;
height: 19px;
margin:0;
padding:0;
background: url('menu/projects_menu1_1.png');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu1 li {
display:block;
height:19px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu1 li a {
display:block;
height:19px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#m1 {
left: 0px;
width: 73px;
}

li#m11 {
left: 77px;
width: 86px;
}

li#m2 {
left: 171px;
width: 128px;
}

li#m3 {
left: 302px;
width: 57px;
}

li#m4 {
left: 362px;
width: 162px;
}

li#m5 {
left: 530px;
width: 55px;
}

#m1 a:hover ,#m1 a.selected {
background: transparent url(menu/projects_menu1_1.png) 0 -19px no-repeat;
}
#m11 a:hover ,#m11 a.selected {
background: transparent url(menu/projects_menu1_1.png) -77px -19px no-repeat;
}
#m2 a:hover ,#m2 a.selected {
background: transparent url(menu/projects_menu1_1.png) -171px -19px no-repeat;
}
#m3 a:hover ,#m3 a.selected {
background: transparent url(menu/projects_menu1_1.png) -302px -19px no-repeat;
}
#m4 a:hover ,#m4 a.selected {
background: transparent url(menu/projects_menu1_1.png) -362px -19px no-repeat;
}
#m5 a:hover ,#m5 a.selected {
background: transparent url(menu/projects_menu1_1.png) -530px -19px no-repeat;
}

/*and for hiding the text */
ul#projects_menu1 li a {
text-indent:-9000px; background-color:transparent; }


/* PROJECTS_menu2 ************************************************************/

ul#projects_menu2 {
width: 376px;
height: 19px;
margin:0;
padding:0;
background: url('menu/projects_menu2.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu2 li {
display:block;
height:19px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu2 li a {
display:block;
height:19px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#n1 {
left: 0px;
width: 73px;
}

li#n2 {
left: 77px;
width: 57px;
}

li#n3 {
left: 138px;
width: 175px;
}

li#n4 {
left: 319px;
width: 59px;
}

#n1 a:hover ,#n1 a.selected {
background: transparent url(menu/projects_menu2.jpg) 0 -20px no-repeat;
}
#n2 a:hover ,#n2 a.selected {
background: transparent url(menu/projects_menu2.jpg) -77px -20px no-repeat;
}
#n3 a:hover ,#n3 a.selected {
background: transparent url(menu/projects_menu2.jpg) -138px -20px no-repeat;
}
#n4 a:hover ,#n4 a.selected {
background: transparent url(menu/projects_menu2.jpg) -319px -20px no-repeat;
}

/*and for hiding the text */
ul#projects_menu2 li a {
text-indent:-9000px; background-color:transparent; }

/* PROJECTS_MENU3 ************************************************************/

ul#projects_menu3 {
width: 559px;
height: 19px;
margin:0;
padding:0;
background: url('menu/projects_menu3.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#projects_menu3 li {
display:block;
height:19px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#projects_menu3 li a {
display:block;
height:19px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#o1 {
left: 0px;
width: 73px;
}

li#o2 {
left: 77px;
width: 129px;
}

li#o3 {
left: 209px;
width: 59px;
}

li#o4 {
left: 273px;
width: 57px;
}

li#o5 {
left: 333px;
width: 162px;
}

li#o6 {
left: 501px;
width: 55px;
}

#o1 a:hover ,#o1 a.selected {
background: transparent url(menu/projects_menu3.jpg) 0 -21px no-repeat;
}
#o2 a:hover ,#o2 a.selected {
background: transparent url(menu/projects_menu3.jpg) -77px -21px no-repeat;
}
#o3 a:hover ,#o3 a.selected {
background: transparent url(menu/projects_menu3.jpg) -209px -21px no-repeat;
}
#o4 a:hover ,#o4 a.selected {
background: transparent url(menu/projects_menu3.jpg) -273px -21px no-repeat;
}
#o5 a:hover ,#o5 a.selected {
background: transparent url(menu/projects_menu3.jpg) -333px -21px no-repeat;
}
#o6 a:hover ,#o6 a.selected {
background: transparent url(menu/projects_menu3.jpg) -501px -21px no-repeat;
}

/*and for hiding the text */
ul#projects_menu3 li a {
text-indent:-9000px; background-color:transparent; }


/* bulletin_menu ************************************************************/

ul#bulletin_menu {
width: 284px;
height: 18px;
margin:0;
padding:0;
background: url('menu/bulletin_menu.png') no-repeat;
position:relative;
float:right;
right:28px;
top:8px;
}

/*We want li as block and to be as tall as image*/
ul#bulletin_menu li {
display:block;
height:18px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#bulletin_menu li a {
display:block;
height:18px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#p1 {
left: 0px;
width: 76px;
}

li#p2 {
left: 82px;
width: 202px;
}

#p1 a:hover ,#p1 a.selected {
background: transparent url(menu/bulletin_menu.png) 0 -18px no-repeat;
}
#p2 a:hover ,#p2 a.selected {
background: transparent url(menu/bulletin_menu.png) -82px -18px no-repeat;
}

/*and for hiding the text */
ul#bulletin_menu li a {
text-indent:-9000px; background-color:transparent; }


/* cpo_menu  ************************************************************/

ul#cpo_menu {
width: 567px;
height: 22px;
margin:0;
padding:0;
background: url('menu/cpo_menu.jpg');
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#cpo_menu li {
display:block;
height:22px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#cpo_menu li a {
display:block;
height:22px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#r1 {
left: 0px;
width: 263px;
}

li#r2 {
left: 272px;
width: 148px;
}

li#r3 {
left: 429px;
width: 138px;
}

#r1 a:hover ,#r1 a.selected {
background: transparent url(menu/cpo_menu.jpg) 0 -20px no-repeat;
}
#r2 a:hover ,#r2 a.selected {
background: transparent url(menu/cpo_menu.jpg) -272px -20px no-repeat;
}
#r3 a:hover ,#r3 a.selected {
background: transparent url(menu/cpo_menu.jpg) -429px -20px no-repeat;
}

/*and for hiding the text */
ul#cpo_menu li a {
text-indent:-9000px; background-color:transparent; }

/* cpoedu_menu  ************************************************************/

ul#cpoedu_menu {
width: 787px;
height: 22px;
margin:0;
padding:0;
background: url('menu/cpoedu_menu.jpg') no-repeat;
position:relative;
left: 0px;
}

/*We want li as block and to be as tall as image*/
ul#cpoedu_menu li {
display:block;
height:22px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 20px tall*/
ul#cpoedu_menu li a {
display:block;
height:22px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#s1 {
left: 0px;
width: 101px;
}

li#s2 {
left: 107px;
width: 80px;
}

li#s3 {
left: 193px;
width: 103px;
}

li#s4 {
left: 302px;
width: 97px;
}

li#s5 {
left: 405px;
width: 114px;
}

li#s6 {
left: 526px;
width: 111px;
}
li#s7 {
left: 645px;
width: 142px;
}

#s1 a:hover ,#s1 a.selected {
background: transparent url(menu/cpoedu_menu.jpg) 0 -20px no-repeat;
}
#s2 a:hover ,#s2 a.selected {
background: transparent url(menu/cpoedu_menu.jpg) -107px -20px no-repeat;
}
#s3 a:hover ,#s3 a.selected {
background: transparent url(menu/cpoedu_menu.jpg) -193px -20px no-repeat;
}
#s4 a:hover ,#s4 a.selected {
background: transparent url(menu/cpoedu_menu.jpg) -302px -20px no-repeat;
}
#s5 a:hover ,#s5 a.selected {
background: transparent url(menu/cpoedu_menu.jpg) -405px -20px no-repeat;
}
#s6 a:hover ,#s6 a.selected {
background: transparent url(menu/cpoedu_menu.jpg) -526px -20px no-repeat;
}
#s7 a:hover ,#s7 a.selected {
background: transparent url(menu/cpoedu_menu.jpg) -645px -20px no-repeat;
}

/*and for hiding the text */
ul#cpoedu_menu li a {
text-indent:-9000px; background-color:transparent; }


/* CONSULT MENU ************************************************************/

ul#consult_menu {
width: 227px;
height: 33px;
margin:0;
padding:0;
background: no-repeat url('menu/submenu_consult.png');
position:relative;
}

/*We want li as block and to be as tall as image*/
ul#consult_menu li {
display:block;
height:33px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 33px tall*/
ul#consult_menu li a {
display:block;
height:33px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#k1 {
left: 0px;
width: 121px;
}

li#k2 {
left: 122px;
width: 106px;
}

#k1 a:hover ,#k1 a.selected {
background: transparent url(menu/submenu_consult.png) 0 -33px no-repeat;
}
#k2 a:hover ,#k2 a.selected {
background: transparent url(menu/submenu_consult.png) -122px -33px no-repeat;
}

/*and for hiding the text */
ul#consult_menu li a {
text-indent:-9000px; background-color:transparent; }

/* ABOUTUS MENU *********************************************************/
ul#aboutus_menu {
width: 291px;
height: 33px;
margin:0;
padding:0;
background: url('menu/submenu_aboutus.png');
position:relative;
}

/*We want li as block and to be as tall as image*/
ul#aboutus_menu li {
display:block;
height:33px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

/*a should also be block and 33px tall*/
ul#aboutus_menu li a {
display:block;
height:33px;
}

/*This is the boring part, every link has to be positioned according to the image*/
li#l1 {
left: 0px;
width: 126px;
}

li#l2 {
left: 129px;
width: 57px;
}

li#l3 {
left: 189px;
width: 102px;
}

#l1 a:hover ,#l1 a.selected {
background: transparent url(menu/submenu_aboutus.png) 0 -33px no-repeat;
}
#l2 a:hover ,#l2 a.selected {
background: transparent url(menu/submenu_aboutus.png) -129px -33px no-repeat;
}
#l3 a:hover ,#l3 a.selected {
background: transparent url(menu/submenu_aboutus.png) -189px -33px no-repeat;
}

/*and for hiding the text */
ul#aboutus_menu li a {
text-indent:-9000px; background-color:transparent; }

/**********ENGLISH MENUS ******************************************************/

/**********LANGUAGE MENUS ******************************************************/

ul#language_menu {
width: 45px;
height: 12px;
margin:0;
padding:0;
/* background: url('menu/bgflagzz.jpg'); */
position:relative;
}

ul#language_menu li {
display:block;
height:12 px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 6px;
}

ul#language_menu li a {
display:block;
height:12px;
}

li#z1 {
left: 0px;
width: 21px;
background: url('menu/bg.jpg') no-repeat;}

li#z2 {
left: 24px;
width: 21px;
background: url('menu/en.jpg') no-repeat;}

/*and for hiding the text */
ul#language_menu li a {
text-indent:-9000px; background-color:transparent; }





div#gallerymain a {display: block; float: left; height:187px; width:132px; text-indent:-5000px; margin-left:25px; margin-bottom:6px;}
#gallerymain a#gallerylink1 {background: url('menu/raven_6ans.jpg') no-repeat; }
#gallerymain a#gallerylink1:hover {background: url('menu/raven_6ans.jpg') 0px -187px no-repeat; }
#gallerymain a#gallerylink2 {background: url('menu/oby4enie.jpg') no-repeat; }
#gallerymain a#gallerylink2:hover {background: url('menu/oby4enie.jpg') 0px -187px no-repeat; }
#gallerymain a#gallerylink3 {background: url('menu/ekip_isperih_septemvri.jpg') no-repeat; }
#gallerymain a#gallerylink3:hover {background: url('menu/ekip_isperih_septemvri.jpg') 0px -187px no-repeat; }
#gallerymain a#gallerylink4 {background: url('menu/roditeli_isperih.jpg') no-repeat; }
#gallerymain a#gallerylink4:hover {background: url('menu/roditeli_isperih.jpg') 0px -187px no-repeat; }
#gallerymain a#gallerylink5 {background: url('menu/roditeli_krumovgrad.jpg') no-repeat; }
#gallerymain a#gallerylink5:hover {background: url('menu/roditeli_krumovgrad.jpg') 0px -187px no-repeat; }
#gallerymain a#gallerylink6 {background: url('menu/ekipna_rabota_krumovgrad.jpg') no-repeat; }
#gallerymain a#gallerylink6:hover {background: url('menu/ekipna_rabota_krumovgrad.jpg') 0px -187px no-repeat; }
#gallerymain a#gallerylink7 {background: url('menu/otkrivane.jpg') no-repeat; }
#gallerymain a#gallerylink7:hover {background: url('menu/otkrivane.jpg') 0px -187px no-repeat; }
