/* Menu Stylings */
.w2bmenu *{
	margin: 0;
	padding: 0;
}
ul.w2bmenu {
	list-style: none;
	line-height: 1;
	overflow: visible !important;
	width:1000px;
	margin:auto;
}
ul.w2bmenu:after{
	margin: 0;
	padding: 0;
	content: ' ';
	display: block;
	height: 0px;
	clear: both;
}
ul.w2bmenu li{
	list-style: none;
	/*position:relative;*/
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul.w2bmenu li a{
	margin: 0 4px 0 0;
	padding: 12px 18px !important;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	color: #000;
	/*text-shadow: 0 1px 0 #fff;*/
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	display: block !important;
	border-bottom: 3px solid #D8DADB;
}
ul.w2bmenu li .aloLiveNav{background:#cc0000; color:#fff;}
ul.w2bmenu li a:hover,
ul.w2bmenu li a.hoverover{
	 background: #f5f5f5;
	 border-bottom:3px solid #cc0000;
}
ul.w2bmenu li .aloLiveNav:hover{background:#fff; color:#cc0000;}
ul.w2bmenu li .facebookIcon:hover, ul.w2bmenu li .homeIcon:hover, ul.w2bmenu li .twitterIcon:hover{background: #fff;}
ul.w2bmenu ul{
	position: absolute;
	display: none;
	top: 100%;
	border:1px solid #ccc;
}
ul.w2bmenu li:hover > ul{
	display: block;
}
ul.w2bmenu ul li{
	float: none;
	min-width: 160px;
	background:#f5f5f5;
	text-shadow: none;
}
ul.w2bmenu ul li a{
	padding: 12px 14px; 
	text-transform: none;
	font-weight: normal;
}
ul.w2bmenu ul li a:hover,
ul.w2bajaxmenu ul li a.hoverover{
	background: #fff !important;
	color:#cc0000;
}
ul.w2bmenu ul ul{
	/*display: none;*/
	left: 100%;
	top: 0;
}

/* AJAX Menu Stylings */
ul.w2bajaxmenu li div.submenu {
	visibility:hidden;
	position: absolute;
	width: 1000px;
	z-index: 90;
	left: -1px;
	top: 100%;
	overflow: hidden;
	min-height: 225px;
	background: #fff;
	border:1px solid #cccccc;
	border-top: 0 none;
	opacity:0;
	transition:opacity 0.2s linear;
        padding-bottom: 10px;
        border-bottom: 3px solid #000;
}
ul.w2bajaxmenu li:hover div.submenu {
	visibility:visible;
	opacity:1;
}
ul.w2bajaxmenu ul ,
ul.w2bajaxmenu ul li{
	display: block !important;
	border: 0 none !important;
	margin: 0 !important;
	padding:0 !important;
}
ul.w2bajaxmenu ul li{
	background: none !important;
	float: none !important;
}
ul.w2bajaxmenu ul.verticlemenu{
	position: absolute;
	/*width: 33%;*/
	width:200px;
	left:0;
	top:0;
	bottom: 0;
	/*background: #f5f5f5;*/
}
ul.w2bajaxmenu ul.verticlemenu a{border-bottom:1px solid #ccc;}
ul.w2bajaxmenu ul.verticlemenu a:hover{color:#cc0000;}
ul.w2bajaxmenu ul.postslist {
	position: relative;
	display: block;
	width:780px;
	float: right;
	margin: 8px 0 !important;
	background: none;
}
ul.w2bajaxmenu ul.postslist li{
	/*display: block;*/
	display:inline-block!important;
	float:left!important;
	width:100px;
	overflow: hidden;
	/*position: relative;*/
	min-height: 60px;
	padding: 0px 8px 8px 20px !important;
}
ul.w2bajaxmenu ul.postslist li:last-child{
	border-bottom: none 0;
}
ul.w2bajaxmenu ul.postslist li .imgCont{
	/*position: absolute;
	left: 0;
	top:8px;*/
	width: 100px;
	height: 60px;
	overflow: hidden;
	border:1px solid #dcdcdc;
	font-size: 0;
	line-height: 0;
}
ul.w2bajaxmenu ul.postslist li .imgCont img{
	/*position: relative;
	top:-20px;*/
	padding: 0;
	/*width: 100px;*/
	/*height: 100px;*/
	display: block;
}
ul.w2bajaxmenu ul.postslist li a{
	display: block;
	line-height: 1.4;
	padding: 0 !important;
	border-bottom:none;
}
ul.w2bajaxmenu .loader{
	background:url('ajax-loader.gif') no-repeat scroll 0 0 transparent;
	width:22px;
	height:22px;
	position: absolute;
	top:20px;
	margin-top: -11px;
	right:-30px;
	z-index:100;
}
ul.w2bajaxmenu .menuArrow {
	/*border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid #999999;
	display: block;
	height: 0;
	margin-top: -4px;
	position: absolute;
	right: 11px;
	top: 50%;
	width: 0;*/
	display:none;
}

#w2bajaxmenu {
	/*background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #ededed 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0',GradientType=0 );*/
	border-top: 1px solid #D8DADB;
	position:relative;
}
/* SOCIAL ICONS */
.facebookIcon, .twitterIcon{
    overflow: hidden;
    text-indent: -99999px;
    position: relative;
    width: 10px;
    height: 14px;
}
.homeIcon span{color: #cc0000;}

ul.w2bmenu li a{
    font-size: 12px !important;
    padding: 12px 16px !important;
}
.facebookIcon, .twitterIcon{
    height: 12px;
}
ul.w2bmenu .alomobilniIcon {
    padding: 2px !important;
    display:block;
    width:50px;
    height:32px;
    background: #FFF;
}
.alomobilniIcon > span {
    background: url("icons/alomobilni-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    overflow: hidden;
    position: absolute;
    text-indent: -999999px;
    width: 50px;
}
/* alo nagradna igra, obrisati ispod ove linije kad skidamo :) */
ul.w2bmenu .alonagradnaigra
{
    background-color: #ffffff;
    display: block;
    height: 32px;
    padding: 2px !important;
    width: 50px;
}
.alonagradnaigra > span
{
    background: url("icons/nagradna-igra-icon.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    overflow: hidden;
    position: absolute;
    text-indent: -999999px;
    width: 50px;
}
ul.w2bmenu li a
{
    padding: 12px 13px !important
}