/*Вертикальное меню*/ .menunode { font-family: Arial Cyr,Arial,sans-serif; font-size: 13px; font-weight: bold; color: #FDE9F1; } .menunodeselect { font-family: Arial Cyr,Arial,sans-serif; font-size: 13px; font-weight: bold; color: #EC008C; } .bgcontent{ background-color: #FFFFff; layer-background-color: #FFFFFF; } .slctitem { background-color: #EC008C; layer-background-color: #EC008C; } .slctitemtxt { color: #FFFFff; } /*Выпадающее меню сверху*/ .upmenunode { font-family: Arial Cyr,Arial,sans-serif; font-size: 12px; font-weight: bold; color: #EC008C; background-color: #FDE9F1; layer-background-color: #FDE9F1; } .upmenunodeselect { font-family: Arial Cyr,Arial,sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #EC008C; layer-background-color: #EC008C; }