/* ######### Default class for drop down menus ######### */

#header ul {
margin:0;
padding:0;
float:left;
width:100%;
font-size:14px;
font-weight:bold;
margin-top:8px;
color:#FFFFFF;
}
#header ul li {
display:inline;
}

#header ul li a {
padding:0.2em 1em;
float:left;
border-right: 1px solid #0099CC;
color:#FFFFFF;
}
#header ul li a:hover {
color:#0099CC;
text-decoration:none;
background: transparent url(../images/pointer-dolje.gif) no-repeat center top;
}
.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#eee;
width: 230px; /* default width for menu */
}
.anylinkcss a {
color:#FFFFFF;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}
.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background: url(../images/trans-bg.png);
color:#FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color:#FFFFFF;
text-decoration:none;
}

.strelica {
background: transparent url(../images/pointer.gif) no-repeat center left;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/*Vertikalni lijevi meni*/

div#navcontainer { margin-left:7px;}
ul#navlist {
width: 176px;
\width: 178px;
w\idth: 176px;
padding: 0px;
border-bottom: 1px dashed #808080;
border-top: 0px;
margin: 0px;
font: bold 12px verdana,helvetica,arial,sans-serif;
/*background: #2a323d;*/
}

ul#navlist li  {
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px dashed #808080;
}

ul#navlist li a
{
display: block;
width: 150px;
\width: 186px;
w\idth: 150px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 10px solid #2a323d;
/*background: #2a323d;*/
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #2a323d; }
div#navcontainer li a:visited { color: #2a323d; }
ul#navlist li a:hover {
border-color: #fff;
color: #ffffff;
background: #000d33;
}
 #navcontainer h2 {
	margin: 0;
	background: url(../images/leftnav_h2_bg.gif) repeat-x;
	height: 15px;
	width: 178px;
	padding: 5px 0 0 5px;
	color: #fff;
	border-bottom: 1px solid #334050;
	font-size:1.1em;
}