html, body {
color: #000;
background-color:#fffff0;
margin:3px;
font-size: 12px;
font-family: tahoma;
}
.f_input {
border: 1px solid #C0C0C0;
}
.textin {
height:20px
}
.f_textarea {
border: 1px solid #C0C0C0;
}
a {
color:#999966;
}

a:hover {
color:#000;
}

#menu_a {float:left; width:20%; text-align:left;}
#menu_b {float:left; width:20%; text-align:left;}
#menu_c {float:left; width:20%; text-align:left;}
#menu_d {float:left; width:20%; text-align:left;}
#menu_e {float:left; width:20%; text-align:left;}



#menu_a a{
color: #0099ff;
font-size: 10pt;
font-weight: bolder;
}
#menu_a a:hover{
color: #509f43;
font-size: 10pt;
font-weight: bolder;
}
#menu_b a{
color: #0099ff;
font-size: 9pt;
font-weight: bolder;
}
#menu_b a:hover{
color: #509f43;
font-size: 9pt;
font-weight: bolder;
}
#menu_c a{
color: #0099ff;
font-size: 9pt;
font-weight: bolder;
}
#menu_c a:hover{
color: #509f43;
font-size: 9pt;
font-weight: bolder;
}
#menu_d a{
color: #0099ff;
font-size: 9pt;
font-weight: bolder;
}
#menu_d a:hover{
color: #509f43;
font-size: 9pt;
font-weight: bolder;
}
#menu_e a{
color: #0099ff;
font-size: 9pt;
font-weight: bolder;
}
#menu_e a:hover{
color: #509f43;
font-size: 9pt;
font-weight: bolder;
}

ul {
	list-style: none;
}
div.topmenu, div.topmenu_bot {
    float: left;
    clear: both;
    width: 100%;
}

div.topmenu {
    background-color: #3c3c3c;
    background: url( ../images/menu-bg.png ) repeat-x;
    height: 30px;
}

ul.topmenu {
    float: left;
    margin: 0px 5px 0 0px;
}

* html ul.topmenu {
    margin: 0px 5px 0 0px;
}

.topmenu li, .topmenu_bot li {
    float: left;
}

.topmenu li a {
    color: #fffefe;
    font-size: 12px;
    text-decoration: none;
    margin-right: 19px;
    height: 22px;
    float: left;
    padding: 8px 3px 0;
}

.topmenu li a:hover {
    background-color: #f47a20;
    background: url( ../images/menu-bg-2.jpg ) repeat-x;
}




#menu_a ul_li {
list-style:none;
margin:0;
padding:0 0px 0px 3em;
text-indent:-0.2em;
}
#menu_a ul_li  a{
color:#666666;
}
#menu_a ul_li  a:hover{
color:#3e2e7e;
}
#menu_a li {

list-style-type: disc;
list-style-image: url(../images/bullet_b.png);
}

#menu_b ul_li {
list-style:none;
margin:0;
padding:0 0px 0px 3em;
text-indent:-0.2em;
}
#menu_b ul_li  a{
color:#666666;
}
#menu_b ul_li  a:hover{
color:#3e2e7e;
}
#menu_b li {

list-style-type: disc;
list-style-image: url(../images/bullet_b.png);
}

#menu_c ul_li {
list-style:none;
margin:0;
padding:0 0px 0px 3em;
text-indent:-0.2em;
}
#menu_c ul_li  a{
color:#666666;
}
#menu_c ul_li  a:hover{
color:#3e2e7e;
}
#menu_c li {

list-style-type: disc;
list-style-image: url(../images/bullet_b.png);
}

#menu_d ul_li {
list-style:none;
margin:0;
padding:0 0px 0px 3em;
text-indent:-0.2em;
}
#menu_d ul_li  a{
color:#666666;
}
#menu_d ul_li  a:hover{
color:#3e2e7e;
}
#menu_d li {

list-style-type: disc;
list-style-image: url(../images/bullet_b.png);
}

#menu_e ul_li {
list-style:none;
margin:0;
padding:0 0px 0px 3em;
text-indent:-0.2em;
}
#menu_e ul_li  a{
color:#666666;
}
#menu_e ul_li  a:hover{
color:#3e2e7e;
}
#menu_e li {

list-style-type: disc;
list-style-image: url(../images/bullet_b.png);
}
/*------------------------------------------------------------*
**  Навигация по страницам
**------------------------------------------------------------*/

.navigation {
	color: #555555; 
	border: 0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #555555;
	background-color: #ededed;

	padding: 3px 6px;
	font-size: 11px
}

.navigation a:hover {
	background-color: #5078d5;
	color: #ffffff;

}

.navigation span {
	text-decoration: none;
	background-color: #ffffff;
	padding: 3px 6px;
	color: #555555;
	font-size: 11px;
}

.navigation span.nav_ext {
        border: none;
        background: transparent;
}

/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
	margin-bottom:10px;
	padding-bottom:10px;
}
#comment-top {
	font-size:11px;
}
.comment-date {
	float:left;
	padding-right:10px;
}
#comment-bottom {
	margin:5px;
	font-size:11px;
	paddding-top:5px;
	clear:left;
}
.comment-s {
	padding-left:10px;
	overflow:hidden;
	clear:right;
}
#com-l {
	width:100px;
	height:100px;
	float:left;
}
#com-r {
	width:80%;
	float:right;
}
#com {
	margin-bottom:20px;
	border-top:1px dashed #e6e6e6;
	background:url('../images/img10000.gif') no-repeat left bottom;
	padding-bottom:20px;
	padding-left:10px;
	padding-top:10px;
}


