/* Start of CMSMS style sheet 'nav' */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at https://www.stunicholls.com/menu/hover_drop_1.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.
=================================================================== */

#outer {width:570px; height:24px; background:url(slike/greenbg.jpg) repeat-x; position:relative;text-align:center;}
.pad1 {width:51px; height:25px; background:#fc0; float:left; margin-top:3px; margin-right:3px; border:1px solid #000;}
.pad2 {width:auto; height:25px; background:#8DC70A; float:left; margin-top:3px; border:0px solid #000;}
.topline {width:100%; height:0px; border:0px solid #000; background:none; font-size:1px;}

#menu {list-style-type:none; padding:0; margin:0 0 0 0;font-family:"Trebuchet MS", sans-serif;background:#8dc70a url(slike/greenbg.jpg) repeat-x;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:url(slike/greenbg.jpg) repeat-x; margin:0; border-right:0px solid #fff; border-left:0; border-top:0; border-bottom:0px solid #fff; width:80px; height:25px;font-family:"Trebuchet MS";}
#menu li.sub {background:#898 /*url(slike/green1.jpg) no-repeat*/;border-top:1px solid #fff;border-bottom:0;}

#menu .menuactive {background:url(slike/green3.jpg) no-repeat;color:#D4EB9D;}
#menu .menuactive :hover {background:url(slike/green3.jpg) no-repeat;color:#D4EB9D;}
/* for IE5.5 and IE6 only */

#menu li a {display:block; color:#fff; height:24px; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:80px; text-decoration:none; text-align:center;}
#menu li a table {position:absolute; left:0; top:-1px; border-collapse:collapse; width:0; height:0;}

#menu :hover {color:#fff; background:/*#898*/url(slike/greenhov.jpg) no-repeat; position:relative;font-weight:700;}
#menu :hover > a {color:#fff; background:#898 url(slike/greenhov.jpg) no-repeat; font-weight:700;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}

#menu :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:80px; left:0px;top:25px; background:url(slike/transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:80px; padding:9px 3px; left:78px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:80px; padding:9px 3px; left:-10px; top:0;}

/* End of 'nav' */

