/* Ссылки на дочерние сайты */
#children_sites
{
 padding: 10px;
}

#children_sites ul
{
 margin: 10px 0px 0px 0px;
 padding: 0;
 list-style: none;
}

#children_sites li:hover
{
 background-color: #ffffee;
}

#children_sites li
{
 margin: 0px 0px 3px 0px;
 padding: 0;
 font-size: 14px;
 font-weight: bold;
}

#children_sites li a
{
 text-decoration: none;
 color: #4b6d89;
 font-family: 'tahoma';
 font-size: 12px;
 font-weight: normal;
}

#children_sites .submenu
{
 left: -1000px;
 top: -1000px;
 overflow: hidden;
 position: absolute;
 background-color: #ffffff;
 padding: 10px;
 margin: 0px 0px 0px 30px;
 border: 1px solid #bbbbbb;
}

#children_sites .submenu ul
{
 list-style-image: none;
 list-style-position: outside;
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}

#children_sites .submenu ul li
{
 padding: 1px 5px;
 font-family: 'tahoma';
 font-size: 12px;
 color: #4B6D89;
 font-weight: normal;
}
