/* меню слева - навигация */
.p_menu {
	padding: 0px 2px 0px 10px;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;

   }
.p_menu a:link, .p_menu a:visited {
 color: #FFFFFF;
 text-decoration: none;
}
.p_menu a:hover, .p_menu a:active {
	color: #FFD700;
	background-color: #9933CC;
	background-image: url(/fm.gif);
	background-repeat: repeat;

}
/* подменю */
.p_submenu {
	font-size: 9px;
	font-weight : bold;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	}
.p_submenu a:link, .p_submenu a:visited {
 color: #999999;
 text-decoration: none;
}
.p_submenu a:hover, .p_submenu a:active {
	color: Yellow;
	background-repeat: repeat;
	background-color: #999999;



  }
/* выбранное подменю */
.p_submenu li {
 border-bottom: solid 1px #B8B8B8;
 padding: 0px 0px 0px 0px;
 }
li#thisitem a:link, li#thisitem a:visited {
 font-weight: bold;
 color: #0D649E;
}
li#thisitem a:hover, li#thisitem a:active {
 color: #004878;
}
