/* ================================================================ 
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
{float:right;}


#topnav a
{width:140px;
padding-top:6px;
padding-left:10px;
color: #FFFFFF;
font-family: HelveticaNeueLTStd57Condensed;
font-size: 15px;
float:left;
display:block;
padding-bottom:6px;
color:#fff;
background: #000;}

#topnav ul ul a
{font-family: Arial;border-bottom: 1px solid #51504f;
font-size: 11px;padding-bottom:6px;}


#topnav {position:relative; z-index:3;}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topnav 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:36px; left:0px; width:156px; padding: 3px 0 3px 0; background: #51504f;  }

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

/* style the second level links */
#topnav ul ul li { background: #51504f; padding: 0 3px; width:150px; height:auto; border: 0;}

#linkovi #topnav ul ul .topsub_last a
{border-bottom: 0; }

#topnav ul ul .topsub_last a, #topnav .topnav_last ul .topsub_last a { border: none; }

#topnav ul ul .topsub_last, #topnav .topnav_last ul .topsub_last { padding-bottom: 3px;  border: none;}


#topnav :hover > a { color: #FFF;  }


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

#topnav ul ul a:hover, #topnav .topnav_last ul a:hover  { background: #232323;  border: none; color: #fff; width:140px; border-bottom: 1px solid #51504f; }

#topnav ul ul :hover > a, #topnav .topnav_last ul :hover > a { background: #232323;  border: none; color: #fff; width:140px; border-bottom: 1px solid #51504f; }

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


#topnav ul
{margin:0px;
padding:0px;
list-style:none;
float:left;}