﻿.LinkPosition1
{
    margin-left:0px;
    left: 0px;
    top: 20px;
    width: 240px;
    list-style: none;
    padding-left:2px;
}
.nav_con
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    min-height:10px;
    font-size:14px;
    text-align: left;
}
.nav_con a
{
    display: block; /* to increase clickable area as a's default to inline */
    color: #333333;
    text-decoration: none;
    padding: 0 15px;
    line-height: 2;
    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;
    min-height: 20px;
    background-color: #CCCCCC;
}

.nav_con_link 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    min-height:20px;
}
.nav_con_link a
{
    color: #000000;
    text-decoration: none;
}
.nav_con_link a:hover
{
    color: #000000;
}
.nav_con_link_sel 
{
    text-decoration:underline;
    text-align: left;
}
.nav_con_link_sel a
{
    color: #000000;
    text-align: left;
}

.nav_con_sel
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    color: #000000;
    font-size:14px;
    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 */
    text-decoration: underline;
    padding: 0 15px;
    line-height: 2;
    text-align: left;
    color: #000000;
    background-color: #CCCCCC;
}

.grupacija
{
    list-style-type: none;
    width: 100%;
    float: left;
    color: #ffffff;
    text-decoration: none;
    line-height: 21px;
    font-weight: bold;
    text-transform: none;
    text-align: left;
}
.GrupacijaText
{
    font-size: 14px;
    position: relative;
    background-color: #333333;
    color: #FFFFFF;
    padding-top: -3px;
    padding-bottom: 3px;
    padding-left: 5px;
}
.GrupacijaText a
{
    color: Black;
    position: relative;
    font-size: 14px;color: #FFFFFF;
}
.GrupacijaText a:hover
{
    color: Black;color: #FFFFFF;
}
.grupacija_link 
{
    width: 100%;
    color: #0077C7;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
}
.grupacija_link a
{
    color: #0077C7;
    text-decoration: none;
}

.link_current
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    color: #007DC0;
}

.link_current li {
      margin: 0;
      padding: 0;
      float: left; /* This corrects the */
      width: 100%; /* IE whitespace bug */
      color: #007DC0;
}

.link_current a {    
      display: block;  /* to increase clickable area as a's default to inline */
      color: #510051;
      text-decoration: none;
      padding: 0 15px;
      line-height: 2;
}

.link_current a:hover {  
    background: #333333;
}