#ozadje1 {
	position: relative;
	z-index: 10;
}
.menu {
font-family: arial;
position:relative;
left: 40px;
top: 1px;
margin:0 auto;

}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0 ;
list-style-type: none;
z-index: 10;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
width:110px;
height:26px;
bottom:1px;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none;  
width:120px; 
height:26px;
font-weight:bold;
color:white;
background:url(../images/dizajn/meni.png); 
text-align: center; 
line-height:26px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:120px;
w\idth:110px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:11px;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#f3f30a;

}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:16px;
margin-top:11px;
left:0; 
width:110px;
background:transparent;
border:1px solid #2e2e2e;
border-top:0;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(../images/dizajn/down.png);  
color:#000; 
border:0;
margin:0;
color:white;
font-weight:normal; 
font-size:11px;
height:26px; 
line-height:26px; 
padding:0;
text-align:center; 
width:110px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:transparent url(../images/dizajn/downh.png);  
color:#f3f30a;
width:110px;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:120px; /* for IE5.5 faulty box model */
w\idth:110px; /* for IE6 */
}