﻿/*linkovi u zaglavlju - vodoravni*/


.LinksTop
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: relative;
}

.LinksTop li
{
    margin: 0;
    list-style: none;
    display:inline-table;
    text-align: center;
}

.LinksTop a
{
    color: #219AD9;
    padding: 0 20px 0 0;
    text-decoration: none;
    background-color:#23537B;
    text-align: center;
}

.LinksTop a:hover
{
    color: #219AD9;
    background-color:#E1E9F4;
}

/* ++++++++++++++++++++++++++          ++++++++++++++++++++++++++++++++++  */

.mainNav {
	width: 960px;
	font-weight:normal;	
	font-size: 12px;
	margin-bottom: 4px;
	
	margin-top :-25px;
    *margin-top :-25px;
	padding:0px;
	}

.mainNav ul {  background: #fff url(/Templates/T1/Images/mainNavbg.gif) top right; 
               overflow: hidden; 
               padding-top: 0px; 
               height: 30px;
               list-style: none;
               margin-left:0px;
               padding-left:2px;
               }
.mainNav ul li { line-height: 30px; float: left; width:189px; text-align: center;}
.mainNav ul li.separator {width: 2px; height: 30px;background: url(/Templates/T1/Images/mainNavSep.gif) no-repeat left top; } 
.mainNav ul li a {color: #fff; display: block; text-decoration: none;}
.mainNav ul li .active {color: #000000;background: url(/Templates/T1/Images/mainNavHover.gif) repeat-x top left;}
.mainNav ul li:hover a {background: url(/Templates/T1/Images/mainNavHover.gif) repeat-x top left;text-decoration: none;color: #000000;}


/* ----------------------------------------- */

/* ++++++++++++++++++++++++++          ++++++++++++++++++++++++++++++++++  */

.mainNav2 {
	width: 220px;
	font-weight:normal;	
	font-size: 14px;
	float:right;
	margin-top :25px;
	*margin-top :20px;
	padding:  0px; 
	
	}
.mainNav2 ul {  

               padding-top: 2px; 
               height: 30px;
               list-style: none;
               margin-left:0px;
               padding-left:2px;
               }
.mainNav2 ul li { line-height: 30px; float:left; text-align: center;}
.mainNav2 ul li.separator
{
    border-color: #fff;
    border-width: 0px;
    width: 2px;
    height: 30px;
    border-left-style: solid;
    margin-left: 15px;
} 
.mainNav2 ul li a
{
    color: #fff;
    display: block;
    text-decoration: none;
}
.mainNav2 a
{
    color: #103271;
    display: block;
    text-decoration: none;
}
.mainNav2 ul li .active {color: #fff;text-decoration:underline;}
.mainNav2 a:hover
{
    text-decoration: underline;
    color: #C0C0C0;
}
/* ----------------------------------------- */

