/* ================================================================ 
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:45px;
    position:relative;
    z-index:500;
}

#nav li.top{
    display:block;
    float:left;
    height:200px;
    cursor:default;
}

#nav li a.top_link{
    display:block;
    float:left;
    text-decoration:none;
    font-size:12px;
    cursor:default;
	text-align:left;
}

#nav li a.top_link span {
    float:left;
    display:block;
    height:35px;
}

#nav li a.top_link span.down1,
#nav li a.top_link span.down2,
#nav li a.top_link span.down3,
#nav li a.top_link span.down4,
#nav li a.top_link span.down5{
    float:left;
    height:200px;
    text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#b43b21;
	text-align:center;
    display:inline;
}


span.margin-top1{
	margin-top:165px;
	width:181px;
}

span.margin-top2{
	margin-top:165px;	
	width:133px;
}

span.margin-top3{
	margin-top:165px;	
	width:183px;
}

span.margin-top4{
	margin-top:165px;	
	width:108px;
}

span.margin-top5{
	margin-top:165px;
	width:148px;
}


#nav li a.top_link span.first {
    margin-left:7px;
}



#nav li a.top_link span.last {
    padding-right:23px;
}

.no_dropdown{
    cursor:pointer;
}


#nav li:hover a.top_link span.down1,
#nav li:hover a.top_link span.down2,
#nav li:hover a.top_link span.down3,
#nav li:hover a.top_link span.down4,
#nav li:hover a.top_link span.down5{
    background:url(images/glava1.jpg) no-repeat;
    text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
}

#nav li:hover a.top_link span.down2 {
    background:url(images/glava2.jpg) no-repeat;

}

#nav li:hover a.top_link span.down3 {
    background:url(images/glava3.jpg) no-repeat;

}

#nav li:hover a.top_link span.down4 {
    background:url(images/glava4.jpg) no-repeat;

}

#nav li:hover a.top_link span.down5 {
    background:url(images/glava5.jpg) no-repeat;

}

/* Default list styling */

#nav li:hover{
    position:relative;
    z-index:200;
}

#nav li:hover ul.sub{
    left:0px;
    top:199px;
    background: #ffffff;
    padding:3px;
    white-space:nowrap;
    width:155px;
    height:auto;
    z-index:300;
}

/*-----------izjema za ie -----------*/


*html #nav li:hover ul.sub{
    width:140px;
}


/*-----------------------------------*/

#nav li:hover ul.sub_first{
    width:132px;
}

#nav li:hover ul.first_margin{
    margin-left:6px;
}

#nav li:hover ul.sub li{
    display:block;
    height:20px;
    position:relative;
    float:left;
    width:150px;
    font-weight:normal;
}

#nav li:hover ul.sub li a{
    padding-right:2px;
    display:block;
    font-size:11px;
    height:18px;
    width:150px;
    line-height:18px;
    text-indent:5px;
    color:#000;
    text-decoration:none;
    border:1px solid #f2f2f2;
	text-align:left;
}

#nav li:hover ul.sub li a:hover {
    background:#b43b21;
    color:#fff;
    border-color:#fff;
}


#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:150px;
    height:0;
    margin:0;
    padding:0;
    list-style:none;
}



