/*Отрисовывает границы меню*/
.panasmenu {
	BORDER-RIGHT: #2B677D 1px solid; BORDER-TOP: #2B677D 1px solid; BORDER-LEFT: #2B677D 1px solid; BORDER-BOTTOM: #2B677D 1px solid; POSITION: absolute;
}
/*Стиль текущей страницы, т.е. при отсутствии в таблице ссылки*/
.panasmenu_currentLink {
	font-weight: bold; FONT-SIZE: 11px; COLOR: #145167; FONT-FAMILY: verdana,arial,helvetica,sans-serif; layer-background-color: #007FE2
}

/*Стиль ссылок в выпадающем меню*/
#panasmenu       {font-family: verdana,tahoma,arial; font-size : 8pt; color: #ffffff; text-decoration: none;font-weight: normal; margin: 0 0 0 0; padding: 0 0 0 0;}
#panasmenu:hover {color: #F89C0B; text-decoration: underline;font-weight: normal;}
#panasmenu:active {color: #F89C0B; text-decoration: none;font-weight: normal;}