/* -------------------------------
   =PRIMARY NAVIGATION
   ------------------------------- */

.dropdownv {
    position: relative;
    font-family: Arial, sans-serif;
    text-align: left;
    z-index: 10;
}

* html .dropdownv {
    height: 1%;
}

.dropdownv ul {
    position: absolute; 
    left: 0px;
    top: 0;
    
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 12;
}

.dropdownv ul li {
    position: relative;
    z-index: 11;
    font-weight: bold;
}

.dropdownv ul ul li a{
    display: block;
    border-bottom: 1px solid #6b91c4;
    text-decoration: none;
    width: 150px;
    overflow: hidden;
    background: #7CBFDF;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
}

/* Erste Ebene */
.dropdownv ul ul{
    border: 1px solid #555;
}

.dropdownv ul li a:hover, .dropdownv ul li a.hover {
  background-color: #003c8c; 
  color: #fff;
}

.dropdownv ul ul{
    left: 163px;
    display: none;
}

.dropdownv ul li {
    position: relative;
    clear:left;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 14;
}

/* subnav arrow images */
.dropdownv a.has-subnav {
  background-image: url(subarrows.gif);
  background-repeat: no-repeat; 
  background-position: 98% 0px;
}

.dropdownv a.has-subnav:hover, .dropdownv ul li a.hover{
  background-image: url(subarrows.gif);
  background-position: 98% -60px !important;
  background-color: #003c8c !important;
  color: #fff !important;
}

.dropdownv ul ul a.active-has-subnav,
.dropdownv ul ul a.active-has-subnav:hover{
  color: #000;
  background:  #DBE4EF url(subarrows.gif) no-repeat 98% -120px;
}

/* Hides from IE-mac \*/
* html ul,
* html ul ul li {
    height: 1%;
}
/* End hide from IE-mac */  

/* -------------------------------
   =IFRAME HACK for hiding select box in IE
   ------------------------------- */
.iframe {
     display:none;/* hide from IE5*/
     display/**/:block;/* show for other than IE5*/
     position:absolute;
     top:0;
     left:0;
     margin-left: -1px;
     z-index:-1;
     filter:mask();
}
.dropdownv .iframe {
  width: 172px;
}

.clr {
  clear: both;
}
