/* TOP */
#top {
    position: relative;
    width: 100%;
    height: 110px;
    margin-bottom: 10px; 
    z-index: 100;
}

#top img {
    float: left;
}

#top .offset {
    margin-top: 10px;
}

#top .right {
    margin-left: 15px;
}

/* TOP_NAV */


/*
 *    Horizontal, top-2-bottom menu
 *    Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */

/*    ------  Basic style  ------    */

#top_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  z-index: 9991;
}

#top_nav li {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 9991;
}

#top_nav li li {
  width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#top_nav li li ul {
  top: 0;
  left: 0;
}

/* ...and then place it where it should be when shown */
#top_nav li li:hover ul {
  left: 100%;
}

/* initialy hide all sub menus */
#top_nav li.top_item ul {
  display: none;
  position: absolute;
  z-index: 9991;
  visibility: hidden;
}

/* display them on hover */
#top_nav li.top_item:hover ul {
  display: block;
  visibility: visible;
}

#top_nav ul#top_navList li {
  width: 104px;
}

/* this is needed if you want to style #top_nav div - force containment of floated LIs inside of main UL */
#top_navList:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

/* Fix for IE5/Mac \*//*/
#top_nav a {
  float: left;
}

#top_navList {
  display: inline-block;
}

/*  */

/*    ------   Make-up  --------      */

#top_nav {
    display: block;
    position: absolute;
    width: 740px;
    bottom: 0;
    left: 0;
    background-color: #878787;
    z-index: 9991;
}

#top_nav li {
    width: 98px;
    height: 36px; 
    line-height: 36px;

    list-style-type: none;
    border-right: 1px solid #ffffff;

    font-family: Verdana;
    font-size: 14px;
    text-align: center;
}

#top_nav .top_nav_last {
    border-right-style: none;
}

#top_nav li a,
#top_nav li a:visited {
    text-decoration: none;
    color: #ffffff;
}

#top_nav li a:hover,
#top_nav li a:active {
    color: #d60a0a !important;
}

#top_nav li ul {
    top: 36px;
    left: -1px;
    width: 160px;
    height: auto;
    padding: 0 11px;

    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background-color: #878787;
}
#top #top_nav li ul li {
    width: 160px;
}

#top_nav ul#top_navList ul.inner,
#top_nav ul#top_navList ul.inner li {
    width: 110px;
    z-index: 9992;
}

#top_nav li ul.top_sub_nav_events {
    width: 160px;
}

#top_nav li li {
    position: relative;
    display: block;

    height: auto;
    padding: 4px 0;

    line-height: 14px;
    text-align: left;
    border-style: none;
    /*border-bottom: 1px solid #aecccc;*/
}
#top_nav li li p {
    line-height: 18px;
}
#top_nav ul#top_navList ul li img.box {
  border-style: none;
  border-bottom: 1px solid #aecccc;

  float: none;

  line-height: 4px;
  margin: 0;
  margin-top: 4px;
  padding: 0;
  /*margin-bottom: 4px;
  margin-top: 4px;*/

  height: 1px;
  width: 70%;
}

#top_nav li li a,
#top_nav li li a:visited {
    color: #000;
}

#top #top_nav li ul li.top_sub_nav_last {
    border-bottom-style: none;
}
#top #top_nav li ul li.top_sub_nav_last img.box {
    display: none;
}

/* COLOR BAR */
#color_bar {
  position: relative;
  width: 100%;
  height: 15px;

  background-color: #aecccc;
}

body.index #color_bar {
  display: none;
}

