﻿/*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: #ffffff;
    padding: 0 20px 0 0;
    text-decoration: none;
    background-color:#23537B;
    text-align: center;
}

.LinksTop a:hover
{
    color: #23537B;
    background-color:#E1E9F4;
}
/* ++++++++++++++++++++++++++          ++++++++++++++++++++++++++++++++++  */
.mainNav {
	height: 25px;
	width: 960px;
	font-weight: bold;	
	font-size: 12px;
	margin-bottom: 4px;
	margin-top :-8px;
	position: relative;
	padding: 0 0px;
	}
.mainNav ul {  background: #fff url(/Templates/T1/Images/mainNavbg.gif)  top right; 
               overflow: hidden; 
               padding-top: 2px; 
               height: 32px;
               list-style: none;
               margin-left:0px;
               padding-left:2px;
               }
               
.mainNav ul li { line-height: 30px; float: left; width:134px; 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: #000;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: #000;
	}

/* ----------------------------------------- */