/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#topnav {width:1000px; position:relative; z-index:100;}
#clanak_kraj_right {width:200px; position:relative; z-index:100; float: left;}

/* remove all the bullets, borders and padding from the default list styling */
#topnav ul ul, #clanak_kraj_right ul ul {width:200px;}

#clanak_kraj_right ul { list-style: none; margin: 0; padding: 0; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topnav li, #clanak_kraj_right li {float:left; position:relative;}
/* style the links for the top level */

/* hide the sub levels and give them a positon absolute so that they take up no room */
#topnav ul ul {visibility:hidden; position:absolute; height:0; top:40px; left:0; width:200px; }

#clanak_kraj_right ul ul {visibility:hidden; position:absolute; height:0; top:30px; left:0; width:200px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav table, #clanak_kraj_right table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#topnav ul ul li, #clanak_kraj_right ul ul li { background: #3e3e3e; padding: 0 15px; width: 170px; height: auto;}

#clanak_kraj_right ul ul li { background: #d8d8d8; font-size: 0.9em; border-bottom:1px solid #BCBCBC; padding: 7px 10px; width: 180px;}

#topnav ul ul a, #topnav ul .topnav_current ul a, #topnav #topnav_last ul a { color:#AFAFAF; text-align: left; height: auto; padding: 8px 0; width:170px; font-size: 0.9em; border-top: 0; border-right: 0; border-left: 0; border-bottom: 1px solid #5F5F5F; text-transform: none; background: none;}

#clanak_kraj_right ul ul a { text-transform: none; }

#topnav ul ul .topsub_last a, #clanak_kraj_right ul ul .topsub_last a { border: none; padding: 8px 0 10px }

#topnav ul ul .topsub_last {  }

#topnav a:hover, #clanak_kraj_right a:hover { background: url(../../images/topnav_h.gif) repeat-x top; }
#topnav :hover > a, #clanak_kraj_right :hover > a { background: url(../../images/topnav_h.gif) repeat-x top; border-left: 0; border-right: 0; border-top: 1px solid #6d6d6d; text-decoration: none; width: 111px; }

#topnav #topnav_last ul :hover > a { width: 170px; }

#topnav #topnav_last :hover > a, #topnav #topnav_last a:hover { width: 112px; }

/* make the second level visible when hover on first level list OR link */
#topnav ul li:hover ul, #topnav ul a:hover ul, #clanak_kraj_right ul li:hover ul, #clanak_kraj_right ul a:hover ul {visibility:visible; }

#topnav ul ul a:hover { background: none; color: #d92b2b; border: 0; width:170px; border-bottom: 1px solid #5F5F5F;}

#clanak_kraj_right ul ul a:hover { background: none; border: 0; text-decoration: none;}

#topnav ul ul :hover > a { background: none; color: #d92b2b; border: 0; width:170px; border-bottom: 1px solid #5F5F5F; text-decoration: none;}

#clanak_kraj_right ul ul :hover > a { background: none; border: 0;}

#topnav ul ul .topsub_last a:hover, #clanak_kraj_right ul ul .topsub_last a:hover { border-bottom: 0; }