/* ================================================================ 

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.

=================================================================== */



#navigation_container{

	float:left;

	width:1100px;

	height:37px;

	background:#888888;

	font-family:Arial, Helvetica, sans-serif;

}



.left_corner,

.right_corner{

	float:left;

	width:9px;

	height:37px;

	background:url(../images/left_corner_navi.gif) no-repeat;

}



.right_corner{

	background:url(../images/right_corner_navi.gif) no-repeat;

}



#navigation_container .small_navi{

	float:right;

	margin-right:10px;

	display:inline;

	width:215px; 

	height:37px;

}



#navigation_container .small_navi a{

	float:left;

	margin-left:5px;

	line-height:37px;

	text-decoration:none;

	color:#ffffff;

	font-size:11px;

}



#navigation_container .navigation{

	float:left;

	width:860px;

	height:37px;

}



#nav {

    padding:0;

    margin:0;

    list-style:none;

    height:37px;

    position:relative;

    z-index:500;

}



#nav li.top{

    display:block;

    float:left;

    height:37px;

    cursor:default;

	font-family:Arial, Helvetica, sans-serif;

}



#nav li a.top_link{

    display:block;

    float:left;

    line-height:41px;

    color:#FFFFFF;

    text-decoration:none;

    font-size:12px;

    cursor:default;

	font-family:Arial, Helvetica, sans-serif;

}



#nav li a.top_link span {

    float:left;

    display:block;

    height:37px;

}



#nav li a.top_link span.down{

    float:left;

    height:37px;

	font-size:12px;

	font-weight:normal;

    display:inline;

	line-height:37px;

	padding-left:11px;

	padding-right:11px;

}





#nav li a.top_link span.active {

    background:#ec1f2b;

    color:#ffffff;    

}



#nav li a.top_link span.last {

    padding-right:23px;

}



.no_dropdown{

    cursor:pointer;

}







/*----------------HOVER -----------*/



#nav li:hover a.top_link span.down {

    background:#ec1f2b;

    color:#ffffff;

}





/*--------------------------*/



/* Default list styling */



#nav li:hover{

    position:relative;

    z-index:200;

}







/*-----------izjema za ie -----------*/

















/*-----------------------------------*/

#nav li:hover ul.sub{

    left:0px;

    top:37px;

    background: #888888;

	border-top:none;

    width:100%;

    height:auto;

    z-index:300;

}



#nav li:hover ul.sub_first{

    width:160px;



}



#nav li:hover ul.sub_second{

    width:150px;

}



#nav li:hover ul.sub_third{

    width:130px;

}



#nav li:hover ul.sub_fourth{

    width:116px;

}







#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;

	padding-left:3px;

    display:block;

    font-size:11px;

    height:23px;

    width:auto;

    line-height:23px;

    text-indent:3px;

    color:#ffffff;

    text-decoration:none;

  

}



#nav li:hover ul.sub .last_a{

	padding-bottom:5px;

}



#nav li:hover ul.sub li a:hover {

     background:#ffffff;

    color:#000000;    

}





#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:15px;	

}






