@charset "utf-8";
.mnu {
	padding-left: 5px;
	margin-left: 0px;
}

.mnu ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:0;
	width:150px;
	list-style:none;
}
.mnu ul li
{
	padding:0;
	height:16px;
	display:block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.mnu ul li a
{
	text-align:left;
	height:16px;
	color: #000;
	display:block;
	text-decoration:none;
	padding-left: 24px;
	font-size: 12px;
}

.mnu ul li a:hover
{
	text-decoration: underline;
	color: #00F;
}

.mnu ul li a.active, .menu li a.active:hover
{
	background-color:#C39;
}

.mnu ul li a span
{
	line-height:12px;
}

.miNovice 
{
	background-image: url(../Resource/Icons/news.png);
	background-repeat: no-repeat;
}

.miZgodovina
{
	background-image: url(../Resource/Icons/history.png);
	background-repeat: no-repeat;
}

.miGalerija
{
	background-image: url(../Resource/Icons/gallery.png);
	background-repeat: no-repeat;
}

.miImenik
{
	background-image: url(../Resource/Icons/contacts.png);
	background-repeat: no-repeat;
}

.miInternaObvestila 
{
	background-image: url(../Resource/Icons/internal.png);
	background-repeat: no-repeat;
}

.miPublikacije
{
	background-image: url(../Resource/Icons/books.png);
	background-repeat: no-repeat;
}

.miPovezave
{
	background-image: url(../Resource/Icons/links.png);
	background-repeat: no-repeat;
}

.miAktivnosti
{
	background-image: url(../Resource/Icons/mountain.png);
	background-repeat: no-repeat;
}
.miVreme {
	background-image: url(../Resource/Icons/weather.png);
	background-repeat: no-repeat;
}
.miDonatorji {
	background-image: url(../Resource/Icons/money.png);
	background-repeat: no-repeat;
}
