﻿.LinkPosition1
{
    margin-left:0px;
    left: 0px;
    top: 0px;
    width: 170px;
    list-style: none;
    padding-left:2px;
}
.nav_con
{
    margin: 0;
    padding: 0;
    background: #DEE8F2;
    list-style-type: none;
    width: 100%;
    float: left;
    border-bottom: 2px solid #FFf;
    min-height:10px;
    font-size:12px;
    text-align: left;
}
.nav_con a
{
    display: block; /* to increase clickable area as a's default to inline */
    color: #000000;
    text-decoration: none;
    padding: 0 15px;
    line-height: 2;
    border-bottom: 2px solid #FFF;
    text-align: left;
}

.nav_con a:hover
{
    display: block; /* to increase clickable area as a's default to inline */
    color: #000000;
    text-decoration: none;
    padding: 0 15px;
    background: #889BB9;
    border-bottom: 2px solid #FFF;
    min-height:20px;
}

.nav_con_link 
{
    margin: 0;
    padding: 0;
    background: #A8B9FD;
    list-style-type: none;
    width: 100%;
    border-bottom: 2px solid #FFF;
    border-bottom-width: 2px;
    min-height:20px;
}
.nav_con_link a
{
    color: #000000;
    text-decoration:none;
}
.nav_con_link a:hover
{
    background: #889BB9;
    color: #ffffff;
}
.nav_con_link_sel 
{
    text-decoration:underline;
    background: #889BB9;
    border-bottom: 2px solid #FFF;
    border-bottom-width: 2px;
    color:White;
    text-align: left;
}
.nav_con_link_sel a
{

    color:White;
    text-align: left;
}

.nav_con_sel
{
    margin: 0;
    padding: 0;
    background: #889BB9;
    list-style-type: none;
    width: 100%;
    float: left;
    border-bottom: 2px solid #FFF;
    border-bottom-width: 2px;
    color:White;
    font-size:12px;
    font-weight:normal;
    text-align: left;
}

.nav_con_sel li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}

.nav_con_sel a
{
    display: block; /* to increase clickable area as a's default to inline */
    color: #ffffff;
    text-decoration: none;
    padding: 0 15px;
    line-height: 2;
    text-align: left;
}

.grupacija
{
    background-position: #346895;
    background: #346895;
    list-style-type: none;
    width: 100%;
    float: left;
    border-bottom: 3px solid #A8B9FD;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 21px;
    font-weight: bold;
    text-transform: none;
    text-align: left;
}
.GrupacijaText
{
    font-size: 12px;
    position: relative;
    left: 7px;
    width: 150px;
}
.GrupacijaText a
{
    color: #FFFFFF;
    position: relative;
    left: 1px;
    font-size: 12px;
}
.grupacija_link 
{
    background-color: #5076B1;
    width: 100%;
    border-bottom: 2px solid #FFF;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
}
.grupacija_link a
{
    color: #FFFFFF;
    text-decoration: none;
}

.link_current
{
    margin: 0;
    padding: 0;
    background: #889BB9;
    list-style-type: none;
    width: 100%;
    float: left;
    border-bottom: 2px solid #FFF;
}

.link_current li {
      margin: 0;
      padding: 0;
      float: left; /* This corrects the */
      width: 100%; /* IE whitespace bug */
}

.link_current a {    
      display: block;  /* to increase clickable area as a's default to inline */
      color: #FFF;
      text-decoration: none;
      padding: 0 15px;
      line-height: 2;
}

.link_current a:hover {  
    background: #5076B1;
}