@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {
	height:43px;
	position:relative;
	z-index:100;
	float: right;
	padding-right:10px;
}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}


/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:43px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:87px; background:url(../multi_level-files/home_1.jpg) no-repeat;}
.menu li.p2 {width:74px; background:url(../multi_level-files/onama_1.jpg) no-repeat;}
.menu li.p3 {width:86px; background:url(../multi_level-files/seminari_1.jpg) no-repeat;}
.menu li.p4 {width:113px; background:url(../multi_level-files/kreativnost_1.jpg) no-repeat;}
.menu li.p5 {width:105px; background:url(../multi_level-files/downloads_1.jpg) no-repeat;}
.menu li.p6 {width:83px; background:url(../multi_level-files/galerija_1.jpg) no-repeat;}
.menu li.p7 {width:87px; background:url(../multi_level-files/kontakt_1.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:87px; background:url(../multi_level-files/home_0.jpg) no-repeat;}
.menu li a#onama {width:74px; background:url(../multi_level-files/onama_0.jpg) no-repeat;}
.menu li a#seminari {width:86px; background:url(../multi_level-files/seminari_0.jpg) no-repeat;}
.menu li a#kreativnost {width:113px; background:url(../multi_level-files/kreativnost_0.jpg) no-repeat;}
.menu li a#downloads {width:105px; background:url(../multi_level-files/downloads_0.jpg) no-repeat;}
.menu li a#galerija {width:83px; background:url(../multi_level-files/galerija_0.jpg) no-repeat;}
.menu li a#kontakt {width:87px; background:url(../multi_level-files/kontakt_0.jpg) no-repeat;}



/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#onama:hover, .menu li:hover a#onama,
.menu li a#seminari:hover, .menu li:hover a#seminari,
.menu li a#kreativnost:hover, .menu li:hover a#kreativnost,
.menu li a#downloads:hover, .menu li:hover a#downloads,
.menu li a#galerija:hover, .menu li:hover a#galerija,
.menu li a#kontakt:hover, .menu li:hover a#kontakt {
background:transparent;
}



