/* CSS Document */
/* Таблица топ-меню */
table.topmenu tr.menu td.menu {
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	color:#303030;
	width:48px;
	font-family:Verdana;
	font-weight:bold;
	font-size:9px;
}
table.topmenu tr.menu td.menu a {
	font-family:Verdana;
	font-weight:bold;
	font-size:9px;
	color:#303030;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
}
table.topmenu tr.menu {
	height:14px;
}

table.topmenu {
	margin-bottom:2px;
	margin-right:2px;
}
/* script */
a.sample_attach, a.sample_attach:visited /*строка с ссылкой*/
{
  display: block;
/*  border-bottom: 1px solid #C29B74;*/
  padding: 2px 0px;
  background-color:#FFCB99;
  text-decoration: none;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color:   #95562d;
}

a.sample_attach:hover /*строка с ссылкой при наведении*/
{
  display: block;
/*  border-bottom: 1px solid #C49D76;*/
  padding: 2px 0px;
  background-color:#F0DFBF;
  text-decoration: none;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color:   #95562d;
}
div#about_child {
}
div#about_child a.sample_attach, a.sample_attach:visited
{
  background-color:#ff9a66;
}
div#about_child a.sample_attach:hover
{
  background-color:#F0DFBF;
  background-color:#ffba86;
	color:#303030;
/*  color:#ff9a66;*/
}

div#service_child a.sample_attach, a.sample_attach:visited
{
  background-color:#6599ff;
}
div#service_child a.sample_attach:hover
{
  background-color:#F0DFBF;
  background-color:#85b9ff;
	color:#303030;
/*  color:#6599ff;*/
}

div#gallery_child a.sample_attach, a.sample_attach:visited
{
  background-color:#ff679a;
}
div#gallery_child a.sample_attach:hover
{
  background-color:#F0DFBF;
  background-color:#ff87ba;
	color:#303030;
/*  color:#ff679a;*/
}

div#reviews_child a.sample_attach, a.sample_attach:visited
{
  background-color:#cc99fe;
}
div#reviews_child a.sample_attach:hover
{
  background-color:#F0DFBF;
  background-color:#ecb9fe;
	color:#303030;
/*  color:#cc99fe;*/
}

div#contacts_child a.sample_attach, a.sample_attach:visited
{
  background-color:#79ac47;
  background-color:#99cc67;
}
div#contacts_child a.sample_attach:hover
{
  background-color:#F0DFBF;
  background-color:#99cc67;
  background-color:#b9ec87;
	color:#303030;
/*  color:#99cc67;*/
}

div.topmenudiv /*выпадающий блок целиком*/
{
	display: block;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
div.topmenudiv span.topmenudiv {
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
/*выпадающие подменю*/
div#about_child, div#service_child, div#gallery_child, div#reviews_child, div#contacts_child {
	text-align:left;
	margin-top:0px;
	margin-left:-10px;
}
div#about_child {
	z-index:3;
	width:95px;
}
div#service_child {
	z-index:2;
	width:68px;
}
div#gallery_child {
	z-index:2;
	width:70px;
}
div#reviews_child {
	z-index:1;
	width:97px;
	width:68px;
}
div#contacts_child {
	z-index:0;
	width:97px;
}
div#about_child a, div#service_child a, div#gallery_child a, div#reviews_child a, div#contacts_child a {
	margin-left:10px;
	margin-right:10px;
}

