
/*Navigacija*/

.b2 {
width: auto;
padding: 0 0 0 0;
margin-bottom: 1.5px;
font-size: 12px;
font-weight: normal;
font-family: tahoma, Lucida, Geneva, Helvetica, Arial, sans-serif;	  	  
background-color: #ECF8FF;
color: #0069D2;
}
.b2 ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}		
.b2 li {
border-bottom: 1px dotted #b9e3f5;
margin: 0;
width: auto;
}
.b2 li a {
display: block;
padding: 4px 0px 4px 10px;
background: #ECF8FF;
color: #0069D2;
text-decoration: none;
width: auto;
}
.b2 li a:hover {
background: #F9FDFF url(../images/arrmenu.gif) no-repeat 0% 50%;
color: #ff3300;
}

.menubg {
background:#e2f4ff url(../images/categories_bottom.gif) no-repeat center bottom;
color: #004A95;
font-size: 11px;
font-weight: normal;
font-family: verdana, arial, helvetica, sans-serif;
text-decoration: none;
padding:5px;
margin-bottom:7px;
}

.menubg h3{
	background:#8bb3ee url(../images/menuh3.gif) no-repeat;
	color:#fff;
	margin:10px 0 0 0;
	padding:3px;
	text-align:center;
	font-size:13px;
}


/*=================================================================== */
#menuContainer {width:1000px; position:absolute; left:0; top:100px; overflow:hidden; background:url(../images/ulback.gif) repeat-x;}
#menu {padding:0; margin:0; list-style:none; float:left; height:40px; position:relative; left:50%;}
#menu li {float:left; position:relative; right:50%; margin:0 2px;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 15px 0 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 15px; cursor:pointer;}
#menu li a:hover
{background:url(../images/button.png) no-repeat right top; line-height:36px;}
#menu li a:hover b
{background:url(../images/button.png) no-repeat left top; line-height:36px;}

#menu li#aktivan{
	 display:block; background:url(../images/button.png) no-repeat right top; height:40px; line-height:36px; padding:0 15px 0 15px; float:left; color:#fff; }