/* MENU LEVEL 1 */

#mainmenu { text-align: left; }

.navigation { margin: 0; padding: 0; font-size: 10px; position: relative; left: 36px; width: 211px; list-style: none; }

.navigation li { list-style: none; margin: 0px; padding: 0px; height: 21px; background: url(../grf/but-nor.png) no-repeat; }
.navigation li:hover { background: url(../grf/but-ro.png) no-repeat; }
.navigation li a { display: block; text-decoration: none; color: #eddf9d; text-align: left; hight: 20px; padding: 4px 0 4px 25px;}
.navigation li a:hover { color: #55342e; }

.navigation li.cur { list-style: none; margin: 0px; padding: 0px; height: 21px; background: url(../grf/but-ro.png) no-repeat; }
.navigation li.cur:hover { background: url(../grf/but-ro.png) no-repeat; }
.navigation li.cur a { display: block; text-decoration: none; color: #55342E; text-align: left; hight: 20px; padding: 4px 0 4px 55px;}
.navigation li.cur a:hover { color: #55342e; }

.africa { position: absolute; width: 27px; height: 31px; left: 10px; top: -5px; background-image: url(../grf/but-africa.png); z-index: 2;}
.positioner { position: relative; }

/* MENU LEVEL 2 */

.navigation2 { margin: 0; padding: 0; font-size: 10px; font-weight: bold; position: relative; width: 211px; list-style: none; }

.navigation2 li { list-style: none; margin: 0px; padding: 0px; height: 21px; background: url(../grf/but-act.png) no-repeat; }
.navigation2 li:hover { background: url(../grf/but-ro.png) no-repeat; }
.navigation2 li a { display: block; text-decoration: none; color: #55342E; text-align: left; hight: 20px; padding: 4px 0 4px 55px;}
.navigation2 li a:hover { color: #55342e; }

.navigation2 li.cur { list-style: none; margin: 0px; padding: 0px; height: 21px; background: url(../grf/but-act.png) no-repeat; }
.navigation2 li.cur:hover { background: url(../grf/but-ro.png) no-repeat; }
.navigation2 li.cur a { display: block; text-decoration: none; color: #55342E; text-align: left; hight: 20px; padding: 4px 0 4px 55px;}
.navigation2 li.cur a:hover { color: #55342e; }