/* Topmenu */

.topmenumodule {
  width: 100%;
  background-color: #005cb2;
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.topmenumodule ul {
  width: 1160px;
  display: table;
  padding: 0;
  margin: 0;
}

.topmenumodule ul li {
  display: table-cell;
  text-align: center;
  height: 55px;
  vertical-align: middle;
  position: relative;
}

.topmenumodule ul li ul {
    position: absolute;
    width: 100%;
    left: -1px;
    background-color: #fff;
    display: none;
    z-index: 5;
    min-width: 170px;
    border: 1px solid #005CB2;
    border-top: none;
}

.topmenumodule ul li:hover ul {
	display: block;
}

.topmenumodulebody ul li ul li {
    width: auto !important;
    padding: 0;
    display: block;
    height: auto;
    text-align: left;
}

.topmenumodulebody ul li ul li:first-child a {
    background: none;
    color: #005CB2;
    letter-spacing: 0;
    width: auto;
}

.topmenumodulebody ul li ul li:first-child a:hover {
    letter-spacing: 0;
    width: auto;
}

.topmenumodulebody ul li ul li a {
	background: none;    
    padding: 10px 10px;
    font-size: 16px;
    text-transform: inherit;
    height: auto;
    line-height: 16px;
	color: #000;
}


.topmenumodule ul li:hover ul li a{
  background: none !important;     
  color: #000;
}

.topmenumodule ul li ul li a:hover{  
  color: #005CB2;
}


.topmenumodule ul li:hover a{
  background: #fff;
  color: #000;
}


.topmenumodule ul li.selected a {
  background: #fff;
  color: #000;
}

.topmenumodule ul li:first-child {
  width: 50px;
}

.topmenumodule ul li:first-child a {
  width: 50px;
  color: transparent;
  letter-spacing: -8px;
  background: url(/images/icons/homeactiv.png) center center no-repeat;
}

.topmenumodule ul li:first-child a:hover {
  background: #fff url(/images/icons/home.png) center center no-repeat;
}

.topmenumodule ul li.selected:first-child a {
  background: #fff url(/images/icons/home.png) center center no-repeat;
}

.topmenumodule ul li a {
  display: block;
  font-family: PF Din Text Cond Pro Medium;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;

  padding: 17.5px 0px;
}

/* Leftmenu */

.leftmenumodule ul {
  padding: 0;
  margin: 0;
}

.leftmenumodule ul li {
  list-style: none;
  overflow: hidden;
}
.leftmenumodule ul li a {
  font-family: PF Din Text Cond Pro;
  font-weight: bold;
  font-size: 17px;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
}

.leftmenumodule ul li a:hover {
  color: #006acd;
}

.leftmenumodule ul li ul {
  padding-left: 30px;
  /*height: 0;*/
}

.leftmenumodule ul li ul li a {
  font-family: PF Din Text Cond Pro;
  font-weight: normal;
  font-size: 18px;
  color: #006acd;
  text-transform: none;
}