/* ================================================================ 
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:50px;
    position:relative;
    z-index:500;
}

#nav li.top{
    display:block;
    float:left;
    height:50px;
    cursor:default;
}

#nav li a.top_link{
    display:block;
    float:left;
    line-height:50px;
    color:#080808;
    text-decoration:none;
    font-size:12px;
    cursor:default;
}

#nav li a.top_link span {
    float:left;
    display:block;
    height:30px;
	font-weight:bold;
}

#nav li a.top_link span.down_ena,
#nav li a.top_link span.down_dva,
#nav li a.top_link span.down_tri,
#nav li a.top_link span.down_stiri,
#nav li a.top_link span.down_pet{
    float:left;
    height:50px;
	font-size:12px;
	font-weight:normal;
    display:inline;
    padding-right:35px;
    padding-left:35px;
	line-height:15px;
}




#nav li a.top_link span.first {
    margin-left:7px;
}

#nav li a.top_link span.active_ena {
    background:#ff0d0c;
    color:#ffffff;
}

#nav li a.top_link span.active_dva {
    background:#ffb719;
    color:#ffffff;
}

#nav li a.top_link span.active_tri {
    background:#32cb33;
    color:#ffffff;
}

#nav li a.top_link span.active_stiri {
    background:#01a6ff;
    color:#ffffff;
}

#nav li a.top_link span.active_pet {
    background:#6619ff;
    color:#ffffff;
}

#nav li a.top_link span.last {
    padding-right:23px;
}

.no_dropdown{
    cursor:pointer;
}


#nav li:hover a.top_link span.down_ena {
    background:#ff0d0c;
    color:#ffffff;
}

#nav li:hover a.top_link span.down_dva {
    background:#ffb719;
    color:#ffffff;
}

#nav li:hover a.top_link span.down_tri {
    background:#32cb33;
    color:#ffffff;
}

#nav li:hover a.top_link span.down_stiri {
    background:#01a6ff;
    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:131px;
}

* html #nav li:hover ul.sub_second{
    width:127px;
}


* html #nav li:hover ul.last{
    width:127px;
}



/*-----------------------------------*/
#nav li:hover ul.sub{
    left:0px;
    top:50px;
    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:123px;
}

#nav li:hover ul.sub_second{
    width:119px;
}

#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:10px;	
}

.margin_bigger_top_span{
	margin-top:20px;	
}



