.menuTop
{
  height: 6px;
  padding: 0px;
  margin: 0px;
  border: none;
  font-size: 0px;
  line-height: 0px;
}

.menuContainer
{
  height: 39px;
  padding: 0px;
  margin: 0px;
  border: none;
}

.menu
{
  margin: 0px;
  padding: 0px;
  border: none;
  float: left;
}

.menu a
{
  color:#FFFFFF;
  line-height:38px;
  font-family:Verdana;
  letter-spacing: -0.5px;
}

.selected, .selected a
{
  float:left;
  width:116px;
  height:38px;
  text-align: center;
  background-image: url(../images/structure/select.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

.clientSelected, .clientSelected a
{
  float:left;
  width:116px;
  height:38px;
  text-align: center;
  background-image: url(../images/structure/selectClient.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

.notSelected, .notSelected a
{
  float:left;
  width:116px;
  height:38px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/structure/unselect.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

.clientNotSelected, .clientNotSelected a
{
  float:left;
  width:116px;
  height:38px;
  text-align: center;
  background-image: url(../images/structure/unselectClient.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

.notSelected a:hover
{
  float:left;
  width:116px;
  height:38px;
  text-align: center;
  background-image: url(../images/structure/select.gif);
  background-position:left top;
  background-repeat:no-repeat;
}

.clientNotSelected a:hover
{
  float:left;
  width:116px;
  height:38px;
  text-align: center;
  background-image: url(../images/structure/selectClient.gif);
  background-position:left top;
  background-repeat:no-repeat; 
}

.inter
{
  float:left;
  margin: 0px;
  width: 5px;
  height: 38px;
  border: none;
}

/*.selected a, .clientSelected a
{
  background-color: #FFFFFF;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline; 
}



.selected a:hover, .clientSelected a:hover, .boutiqueSelected a:hover
{
  background: #FFFFFF;
  color: #666666;
}

.clientNotSelected a:hover
{
  display: block;
  margin: 0px;
  height: 21px;
  line-height: 21px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #D6E7F9;
  color: #666666;
}

tr.subtr
{
  height: 1px;
}

td.subtd
{
  height: 1px;
}

.menuContainerSub
{
  width: 100%;
  height: 5px;
  padding: 0px;
  margin: 0px;
  border: none;
  font-size: 1px;
  line-height: 1px;
}

.selectedSubLR
{
  display: block;
  margin: 0px;
  width: 1px;
  height: 4px;
  border: none;
  border-top: 1px solid #666666;
  background-color: #ffffff;
  font-size: 1px;
  line-height: 1px;
}

.selectedSub
{
  display: block;
  margin: 0px;
  height: 5px;
  border: none;
  background-color: #ffffff;
  font-size: 1px;
  line-height: 1px;
}

.notSelectedSub
{
  display: block;
  margin: 0px;
  height: 4px;
  border: none;
  border-top: 1px solid #666666;
  background-color: #ffffff;
  font-size: 1px;
  line-height: 1px;
}

.interSub
{
  display: block;
  margin: 0px;
  width: 3px;
  height: 4px;
  border-top: 1px solid #666666;
  background-color: #ffffff;
}
*/