/*Начало меню*/
#nav, #nav table {
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  background: #712515;
  width: 100%;
  font-size:13px;
  border:1px solid #be8769;
}
#nav td {

  background: #515151;
  behavior:url(/css/iemustdie.htc); /*для ie6 особое разъяснение*/
  back\ground: none;
}

#nav a {
  text-align:center;
  color: #fff;
  text-decoration: none;
  display: block;
   padding: 6px 23px;
}
#nav a:hover {
  color: #532410;
  background: #fac498;
}
#nav td:hover,
#nav td.jshover {
  background: #fac498;
}

#nav td table {
  display: none;
  position: absolute;
  background: #712515;
  padding: 0 0;
  width: auto!important;
}
#nav td td a {
  background: none;
}
#nav td:hover table,
#nav td.jshover table {
  display: block;
}

#nav td:hover td table,
#nav td.jshover td table {
  display: none;
  width: auto;
  top: 27px;
  /*left: 118px;
  lef\t: 133px;*/
}

#nav td:hover td:hover table,
#nav td.jshover td.jshover table {
  display: block;
}

/*Конец Меню*/




/*Начало Нижнего меню*/
.botmenu {margin-bottom:5px!important;}

.botmenu td:hover table,
.botmenu td.jshover table {
  display: block;
  margin-top:-58px!important;}
  





/*Конец Нижнего Меню*/



#counter  {}
#counter a,#counter a:visited {text-decoration:none;color:#FBC49B;}

#counter #create { display:block; float:right;font-size: 10px!important; width:180px; text-align:right; margin-right: 20px;}
#counter #copy { display:block; float:none!important;font-size: 10px!important; width:240px; text-align:center; margin: 0 auto;}
#counter #count { display:block; float:left;font-size: 10px!important; width:200px; text-align:left; margin-left: 20px;}

