разобраться с проблемой. Перечитала много чего, но никак не получается. Есть меню, у последнего пункта нужно убрать нижнии border. Указание даже класса для последнего пункта не помогает. Подскажите в чем проблема?
.module_menu ul, .module_menu ul li
{
background-image : none;
list-style :none;
display : block;
width : auto !important;
width : 100%;
margin : 8px 0;
font-size : 12px;
padding-left : 3px;
padding-right: 5px;
text-indent : 0px;
}
ul.menu, ul.menu li
{
background-image : none;
list-style :none;
}
.module_menu ul li a, .module_menu ul li a:link, .module_menu ul li a:visited
{
display : block;
font-size : 11px;
font-weight : normal;
padding : 2px 0;
color : #616161;
padding-left : 20px;
border-bottom : 1px dashed #dfdfdf;
text-decoration : none;
background: url(../images/bul.jpg) no-repeat;
background-position: 10px 7px;
}
[b].module_menu li.item27
{
padding-bottom:8px;
border:none;
}[/b]
.module_menu ul li a:hover
{
font-size : 11px;
font-weight : normal;
color : #616161;
text-decoration : none;
padding-left : 20px;
text-decoration : none;
}
.module_menu ul li.active a:link, .module_menu ul li.active a:visited
{
font-size : 11px;
font-weight : normal;
color : #616161;
text-decoration : none;
}
.module_menu ul li.active ul li a:hover, .module_menu ul li.active ul li ul li a:hover
{ background:none;
font-size : 11px;
font-weight : normal;
color : #333333;
}
.module_menu ul li ul li a:link, .module_menu ul li ul li a:visited, .module_menu ul li ul li ul li a:link, .module_menu ul li ul li ul li a:visited
{
display : block;
font-size : 11px;
font-weight : bold;
color : #333333;
padding : 3px 1px 3px 5px;
margin : 3px;
text-decoration : none;
padding-left : 5px;
border: none;
}
.module_menu ul li ul li a:hover, .module_menu ul li ul li ul li a:hover
{ background:none;
font-size : 11px;
font-weight : normal;
color : #d84156;
text-decoration : none;
padding-left : 5px;
}
.module_menu ul li.active ul li a:link, .module_menu ul li.active ul li a:visited, .module_menu ul li.active ul li ul li a:link, .module_menu ul li.active ul li ul li a:visited
{
background : none;
font-size : 11px;
font-weight : normal;
color : #d84156;
text-decoration : none;
padding-left : 40px;
background-image : url(../images/bullet.jpg) ;
background-repeat: no-repeat;
background-position: 20px 5px;
}
ul.menu li.parent ul li#current a
{ background : none;
font-size : 11px;
font-weight : bold;
color : #d84156;
text-decoration : none;
padding-left : 40px;
background-image : url(../images/bullet.jpg) ;
background-repeat: no-repeat;
background-position: 20px 5px;
}