﻿ul#cssmw {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position:relative;
}
ul#cssmw ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw ul li {
  background-image: none;
  float: none;
}
ul#cssmw li {
  background-image: none;
  display:inline-block;
  padding: 0 0 0 0;
  /*position: relative;*/
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw li ul {
  display: none;
  top: 0;
}
ul#cssmw li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw span {
  color: #7A7A7A;
}
ul#cssmw li.current > ul {
  position: absolute;
}
ul#cssmw > li {
    /*margin:0 0 0 42px;
    padding-right:42px;*/
    text-align:center;
}
ul#cssmw > li:hover {
    background-color:#DAEEF9;
}
ul#cssmw > li:first-child {
    margin-left:0;
}
ul#cssmw > li:last-child {
    background-image:none;
}
ul#cssmw > li > a, ul#cssmw > li > a:link {
  background-image: none;
  color: #003173;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 0;
  padding:8px 35px;
/*  padding: 0px 15px 0px 15px;*/
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  outline-style: none;
}
ul#cssmw .bip {
	padding: 0px 15px 0px 15px;
}
ul#cssmw > li > a:active, ul#cssmw > li > a:focus {
  color: #003173;
  font-weight: normal;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw > li:hover > a, ul#cssmw > li:hover > a:link {
  color: #003173;
  font-weight: normal;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw > li.hover > a, ul#cssmw > li.hover > a:link {
  color: #003173;
  font-weight: normal;
  text-decoration: none;
  outline-style: none;
}

ul#cssmw > li.current > a.current, ul#cssmw > li.current > a.current:link {
  color: #003173;
  font-weight: normal;
  text-decoration: none;
  outline-style: none;
}
ul#cssmw ul.level-1 {
  left: 0px;
  top: 100%;
  width:100%;
  padding:40px 65px;
  background-color:#DAEEF9;
  z-index:999;
}
ul#cssmw ul.level-1 > li {
  border-bottom:1px solid #e9e9e9;
  display:block;
  text-align:left;
}
ul#cssmw ul.level-1 > li:last-child {
  border-bottom:none;
}
ul#cssmw ul.level-1 > li > a, ul#cssmw ul.level-1 > li > a:link {
  display: block;
  width: 100%;
  padding:4px 10px 4px 0;
  color: #003173;
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
ul#cssmw ul.level-1 > li > a:active, ul#cssmw ul.level-1 > li > a:focus {
  /*color:#069;*/
}
ul#cssmw ul.level-1 > li:hover > a, ul#cssmw ul.level-1 > li:hover > a:link {
  /*color:#069;*/
}
ul#cssmw ul.level-1 > li.current > a.current, ul#cssmw ul.level-1 > li.current > a.current:link {

}

.menuFR ul#cssmw > li {
    /*margin-left:12px;
    padding-right:14px;*/
}

.menuFR ul#cssmw > li > a, ul#cssmw > li > a:link {
    padding-left:12px;
    padding-right:12px;
}