На сайте
http://impuls-oskol.ru Joomla нормально отбражает активный родительский элемент меню, но активный пункт подменю ОБЪЕКТЫ отображается также как и глобальный id=current. Как его прописать в CSS чобы он отображался другими свойствами?!
вот css:
.menu{
margin:0px;
margin-left:27px;
padding:0px;
list-style-type:none;
font-weight:700;
}
ul.menu li{
margin:0px;
padding:0px;
padding-top:7px;
min-height:31px;
text-align:center;
background:url(../images/main_menu.png) no-repeat;
font-weight:700;
}
ul.menu li:hover{
margin:0px;
padding:0px;
padding-top:7px;
min-height:31px;
background:url(../images/main_menu_2.png) no-repeat;
color:#141D44;
text-decoration:none;
font-weight:700;
}
ul.menu li a:link{
margin:0px;
padding:0px;
min-height:31px;
color:white;
text-decoration:none;
font-weight:700;
}
ul.menu li a:visited{
margin:0px;
padding:0px;
min-height:31px;
color:white;
text-decoration:none;
font-weight:700;
}
ul.menu li a:hover{
margin:0px;
padding:0px;
min-height:31px;
color:#141D44;
text-decoration:none;
font-weight:700;
}
#current {
margin:0px;
padding:0px;
padding-top:7px;
min-height:31px;
background:url(../images/main_menu_2.png) no-repeat;
font-weight:700;
}
#current a:visited{
color:#141D44;
font-weight:700;
}
ul.menu ul li{
margin:0px;
margin-top:10px;
padding:0px;
padding-top:7px;
padding-left:20px;
min-height:24px;
text-align:center;
background:url(../images/menu_pod.png) no-repeat;
list-style-type:none;
font-size:10px;
font-weight:700;
}
ul.menu ul li:hover{
margin:0px;
margin-top:10px;
padding:0px;
padding-top:7px;
padding-left:20px;
min-height:24px;
text-align:center;
background:url(../images/menu_pod_2.png) no-repeat;
font-weight:700;
}
ul.menu ul li a:link,ul.menu ul li a:visited{
color:white;
}
ul.menu ul li a:hover{
color:#141D44;
}