Na ja, also ich habe das mit den ID`s auch noch nicht so verstanden.. es gibt noch nicht so ein Design mit diesen ID`s... ich würde es einfach wie beim Admin-Panel vom CMS machen..
Beispiel:
}
#menu ul li a#home {
width: 146px;
height: 29px;
padding: 0px 0px 0px 45px;
line-height: 29px;
display: block;
margin: 0px;
overflow: hidden;
color: #545248;
text-decoration: none;
background: #f9f8f6 url(../images/menu/home.gif) left no-repeat;
}
#menu ul li a:hover#home {
width: 146px;
height: 29px;
padding: 0px 0px 0px 45px;
line-height: 29px;
display: block;
margin: 0px;
overflow: hidden;
color: #545248;
text-decoration: none;
background: #efeeeb url(../images/menu/home_hover.gif) left no-repeat;
}
#menu ul li a#home.aktiv, #menu ul li a:hover#home.aktiv {
width: 146px;
height: 29px;
padding: 0px 0px 0px 45px;
line-height: 29px;
display: block;
margin: 0px;
overflow: hidden;
color: #545248;
text-decoration: none;
font-weight: bold;
background: #efeeeb url(../images/menu/home_hover.gif) left no-repeat;
}
LG Rico