/* CSS Document */

#navbar {
   white-space:nowrap;
}

#navOverview, #navServices, #navClients, #navCases, #navPubs, #navIntl {
   float: left;
   height: 25px!important;
}

/* horizontal submenus */
.anylinkcss {
   position:absolute;
   visibility:hidden;
   border:1px solid #FFFFFF;
   border-bottom-width: 0;
   font-family:Arial;
   font-size:10px;
   font-weight:bold;
   line-height:18px;
   z-index:100;
   background-color:#63a8f2;
   width:282px;
   color:#FFFFFF;
   text-transform:uppercase;
   text-align:left;
}

.anylinkcss a {
   width: 100%;
   display: block;
   text-indent: 25px;
   border: 1px solid #FFFFFF;
   padding: 0px 0;
   text-decoration: none;
   font-weight: normal;
   background-image:url(/_resources/images/navbar/bullet.gif);
   background-repeat:no-repeat;
   background-position:left center;
   color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
   background-color: #143b8c;
   color: white;
}