Спасибо
Сделал
#leftcolumn li.item22 a:active{
background: transparent url(../images/row_hover_left_col.png) top left no-repeat;
font-weight: bold;
font-size: 12px;
font-family: Tahoma, Arial,sans-serif;
color: #fff;
text-transform: uppercase;
}
не помогает
active нигде нет, только a:link есть. при этом другие пункты меню подсвечиваются когда нахожусь в этом разделе:
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link {
width:230px;
display:block;
height:27px;
line-height:26px;
padding: 0 0 0 26px;
margin:0 0 0 0px;
text-decoration: none;
color: #284a90;
text-transform: none;
font-weight: bold;
font-size: 12px;
font-family: Tahoma, Arial,sans-serif;
background: transparent url(../images/menu_arrow.gif) top left no-repeat;
}
#leftcolumn ul.menu li a:hover{
background: transparent url(../images/row_hover_left_col.png) top left no-repeat;
font-weight: bold;
font-size: 12px;
font-family: Tahoma, Arial,sans-serif;
color: #fff;
text-transform: uppercase;
}
/* CURRENT LINKS */
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link {
background: transparent url(../images/row_hover_left_col.png) top left no-repeat;
font-weight: bold;
font-size: 12px;
font-family: Tahoma, Arial,sans-serif;
color: #fff;
text-transform: uppercase;
}
#leftcolumn ul.menu li#current a:hover {
background: transparent url(../images/row_hover_left_col.png) top left no-repeat;
font-weight: bold;
font-size: 12px;
font-family: Tahoma, Arial,sans-serif;
color: #fff;
text-transform: uppercase;
}
/* SUB MENU LINKS */
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
display:block;
text-decoration: none;
color: #666;
font-size: 11px;
font-weight: normal;
font-family:Tahoma, Arial,sans-serif;
height:22px;
line-height: 21px;
border: none;
padding: 0 0 0 40px;
margin:0;
background: transparent url(../images/sub_row_right_col.png) top left no-repeat;
}
#leftcolumn ul.menu li ul li{
background:none;
}
#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
display:block;
text-decoration: none;
color: #666;
font-size: 11px;
font-weight: normal;
font-family:Tahoma, Arial,sans-serif;
height:22px;
line-height: 21px;
border: none;
padding: 0 0 0 40px;
margin:0;
background: transparent url(../images/sub_row_hover_left_col.png) top left no-repeat;
}