/* ================================================================ 
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.stunicholls.com/menu/pro_drop_2.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.
=================================================================== */


#nav {
    padding:0;
    margin:0;
    list-style:none;
    height:46px;
    position:relative;
    z-index:500;
}

#nav li.top{
    display:block;
    float:left;
    height:46px;
    cursor:default;
}

#nav li a.top_link{
    display:block;
    float:left;
    line-height:46px;
    color:#080808;
    text-decoration:none;
    font-size:16px;
    cursor:default;
	text-align: center;
}

#nav li a.top_link span {
    float:left;
    display:block;
    height:35px;
	font-weight:bold;
	text-align: center;
}

#nav li a.top_link span.down_ena
{
    float:left;
    height:46px;
	width: 220px;
	font-size:14px;
	font-weight:normal;
	margin-left:0px;
    display:inline;
	line-height:46px;
	color: #FFF;
	background: url('../images/nav_ena.png') no-repeat;
}
#nav li a.top_link span.down_dva
{
    float:left;
    height:46px;
	font-size:14px;
	font-weight:normal;
    display:inline;
	line-height:46px;
	color: #FFF;
	background: url('../images/nav_dva.png') no-repeat;
	width: 219px;
}
#nav li a.top_link span.down_tri
{
    float:left;
    height:46px;
	font-size:14px;
	font-weight:normal;
    display:inline;
	line-height:46px;
	color: #FFF;
	background: url('../images/nav_tri.png') no-repeat;
	width: 220px;
}
#nav li a.top_link span.down_stiri
{
    float:left;
    height:46px;
	font-size:14px;
	font-weight:normal;
    display:inline;
	line-height:46px;
	color: #FFF;
	background: url('../images/nav_stiri.png') no-repeat;
	width: 216px;
}




#nav li a.top_link span.first {
    margin-left:7px;
}

#nav li a.top_link span.active_ena {
    background: url('../images/nav_ena.png') no-repeat;
    color:#ffffff;
	font-weight: bold;
}

#nav li a.top_link span.active_dva {
    background: url('../images/nav_dva.png') no-repeat;
    color:#ffffff;
	font-weight: bold;
}

#nav li a.top_link span.active_tri {
    background: url('../images/nav_tri.png') no-repeat;
    color:#ffffff;
	font-weight: bold;
}

#nav li a.top_link span.active_stiri {
    background: url('../images/nav_stiri.png') no-repeat;
    color:#ffffff;
	font-weight: bold;
}


#nav li a.top_link span.last {
    padding-right:23px;
}

.no_dropdown{
    cursor:pointer;
}


#nav li:hover a.top_link span.down_ena {
    background: url('../images/nav_ena.png') no-repeat;
    color:#ffffff;
}

#nav li:hover a.top_link span.down_dva {
    background: url('../images/nav_dva.png') no-repeat;
    color:#ffffff;
}

#nav li:hover a.top_link span.down_tri {
    background: url('../images/nav_tri.png') no-repeat;
    color:#ffffff;
}

#nav li:hover a.top_link span.down_stiri {
    background: url('../images/nav_stiri.png') no-repeat;
    color:#ffffff;
}

#nav li:hover a.top_link span.down_pet {
    background:#6619ff;
    color:#ffffff;
}

/* Default list styling */

#nav li:hover{
    position:relative;
    z-index:200;
}



/*-----------izjema za ie -----------*/


* html #nav li:hover ul.sub_first{
    width:206px;
}

* html #nav li:hover ul.sub_second{
    width:206px;
}

* html #nav li:hover ul.sub_third{
    width:204px;
}


* html #nav li:hover ul.last{
    width:127px;
}



/*-----------------------------------*/
#nav li:hover ul.sub{
    left:0px;
    top:46px;
    background: #efefef;
	border-top:none;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
    padding:3px;
    white-space:nowrap;
    height:auto;
    z-index:300;
}

#nav li:hover ul.sub_first{
    width:198px;
}

#nav li:hover ul.sub_second{
    width:198px;
	margin-left: 6px;
}

#nav li:hover ul.sub_third{
    width:198px;
	margin-left: 6px;
}

#nav li:hover ul.last{
    width:119px;
}

#nav li:hover ul.first_margin{
    margin-left:7px;
}

#nav li:hover ul.sub li{
    display:block;
    height:20px;
    position:relative;
    float:left;
    width:100%;
    font-weight:normal;
}

#nav li:hover ul.sub li a{
    padding-right:2px;
    display:block;
    font-size:11px;
    height:18px;
    width:auto;
    line-height:18px;
    text-indent:3px;
    color:#080808;
    text-decoration:none;
  
}

#nav li:hover ul.sub li a:hover {
    background:#d7d7d7;
	color:#080705;
}


#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul{
    position:absolute;
    left:-9999px;
    top:-9999px;
    width:0;
    height:0;
    margin:0;
    padding:0;
    list-style:none;
}

.margin_top_span{
	margin-top:20px;	
}

.margin_bigger_top_span{
	margin-top:30px;	
}




