/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
.ja-megamenu a.over, .ja-megamenu a.active { color: #fff !important; }

/* lv - 0
-----------------------------------*/
/* Styling ---*/



.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
	background-image: url(../../images/menu_osvetlitev.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.ja-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
	background: none;
}

.ja-megamenu ul.level0 li.active {
	background-image: url(../../images/menu_osvetlitev.png);
	background-repeat: no-repeat;
	background-position: bottom;	
	
}

/* Okroglina in ozadje podmenija ---*/
.ja-megamenu .childcontent-inner {
	background-image: url(../../images/bg_nav1.png);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0px solid #000;
}
/* Odmik podmenija ---*/
.ja-megamenu li.mega .childcontent {
    padding-top: 11px;
    position: absolute;
}



.ja-megamenu ul.level1 li.mega a.mega {
    background: none;
    color: black;
    font-weight: normal;
    padding: 8px 5px;
}

.ja-megamenu ul.level0 li.mega a.mega {
    display: block;
    font-weight: inherit;
	font-family: "Lucida Sans Unicode","Lucida Grande",Helvetica,sans-serif;
    line-height: normal;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
	color: #808992;
	min-width: 60px;
	text-align: center;
	text-transform: uppercase;
	font-size: 95%;
}
/* Ozadje aktivnega gumba v podmeniju ---*/
.ja-megamenu ul.level1 li.active {
    background: none;
    background-color: #333333;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 0px solid #000;
}

/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.

.ja-megamenu ul.level1 li.mega {
	float: left;
}

.ja-megamenu ul.level1 li.mega {
border-top: none;
}
 /* CHILD CONTENT
-----------------------------------*/

