﻿/*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 {
	width: 960px;
	font-weight: bold;	
	font-size: 12px;
	margin-bottom: 0px;
	 margin-bottom:-10px;
	 *margin-bottom:-17px;
	margin-top :5px;
  *margin-top :2px;
	padding:  0px; text-transform:uppercase;
	}
.mainNav ul {  
               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:90px; text-align: center;}
.mainNav ul li.separator {width: 2px; height: 30px;} 
.mainNav ul li a {color: #000; display: block; text-decoration: none;}
.mainNav ul li .active {color: #6E1A72; text-decoration:underline;}
.mainNav ul li:hover a {text-decoration: underline;color: #6E1A72;}
/* ----------------------------------------- */

/* ++++++++++++++++++++++++++          ++++++++++++++++++++++++++++++++++  */

.mainNav2
{
    
    width: 720px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-top: 0px;
    padding: 0px;
}
.mainNav2 ul 
{  
    overflow: hidden; 
    padding-top: 2px; 
    height: 35px;
    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: #C0C0C0;
    border-width: 0px;
    width: 2px;
    height: 30px;
    border-left-style: solid;
    margin-left: 15px;
} 
.mainNav2 ul li a
{
    color: #000080;
    display: block;
    text-decoration: none;
    border: 1px solid #000080;
    width:220px;
}
.mainNav2 ul li .active {text-decoration:underline;background-color: #CCCCCC;}
.mainNav2 ul li:hover a
{
    text-decoration: none;
    color: #000080;
    background-color: #CCCCCC;
}
/* ----------------------------------------- */


