body {
 margin: 0;
 padding: 0;
 padding-bottom: 20px;
}

h1 {
 margin-top: 0;
 padding: 8px;
 width: 100%;
 margin-bottom: 0;
 font-family: verdana, sans-serif;
 font-size: 1.2em;
 font-weight: normal;
 color: #ffffff;
 background-color: #b2acac;
}

p.newsdate {
 margin-top: 10px;
 margin-bottom: 0;
 font-family: verdana, sans-serif;
 font-size: 0.7em;
 color: #666666;
}

p.newstitle {
 margin-top: 4px;
 margin-bottom: 6px;
 font-family: verdana, sans-serif;
 font-size: 0.7em;
 color: #666666;
 font-weight: bold;
 line-height:1.3em;
}

p.newsprev {
 margin-top: 0;
 margin-bottom: 15px;
 font-family: verdana, sans-serif;
 font-size: 0.7em;
 color: #1e541a;
 line-height:1.4em;
}

p.broad {
 margin-top: 10px;
 margin-bottom: 11px;
 font-family: verdana, sans-serif;
 font-size: 0.7em;
 color: #1e541a;
 line-height:1.4em;
}

p.all {
 text-align: justify;
 margin-top: 0.8em;
 margin-left: 0.8em;
 margin-right: 0.8em;
 /* line-height: 1.7em; */
 font-family: verdana;
 /* color: #25487a; */
 font-size: 0.8em;
}

p.bottommenu {
 margin-top: 0;
 margin-bottom: 15px;
 text-transform: uppercase;
 font-family: verdana, sans-serif;
 /* letter-spacing: 0px; */
 font-size: 0.55em;
 color: #666666;
 line-height:1.6em;
 font-weight: bold;
}

a.footerMenu {
 color: #666666;
 text-decoration: underline;
}

/* Выпадающее меню */

ul.mainmenu {
 margin: 0;
 padding: 0;
 list-style: none;
 /* width: 150px;  */
 border-bottom: 1px solid #cccccc;
}

ul li.mainmenu {
 position: relative;
}
	
li ul.mainmenu {
 position: absolute;
 left: 260px; /* Set 1px less than menu width */
 top: 0px;
 display: none;
 width: 300px;
}

/* Styles for Menu Items */
ul li a {
 display: block;
 text-decoration: none;
 color: #777;
 background-color: #666666;
 /* padding: 5px; */
 /* border: 1px solid #ccc; /* IE6 Bug */
 border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul li.mainmenu { float: left; height: 1%; }
 * html ul li a.mainmenu { height: 1%; }
/* End */

a.mainmenu {
 /* border-collapse: collapse; */
 border: 1px solid #ccc;
 border-bottom: 0;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-family: verdana;
 font-size: 0.8em;
 color: #ffffff;
}

a.MainMenuTop {
 border-bottom: 0;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-family: verdana;
 font-size: 0.8em;
 color: #ffffff;
 height: 36px;
 background-color: #b2acac;
}

a.MainMenuTop:hover {
 border-bottom: 0;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-family: verdana;
 font-size: 0.8em;
 color: #ffffff;
 height: 36px;
 background-color: #666666;
}

li:hover ul, li.over ul { 
 display: block;
}