hey leute,

ich habe das f2accordion menü auf meiner seite(www.bbr-consultants.com) im einsatz und verstehe nicht wie ich das mit dem #current hinbekomme! also das die aktive site im menü hevorgehoben wird durch farbe oder pfeil...
hier der css-code:
Code:
@charset "utf-8";

/* CSS Document */

.urbangreymenu{

width: 110px; /*width of menu*/

}

.urbangreymenu .accordionHead{

font: bold 12px arial,sans-serif;

color: white;

background: #FFFFFF  url(../images/arrowstop.png) no-repeat 10px 10px; /*last 2 values are the x and y coordinates of bullet image*/

margin-bottom: 2px; /*bottom spacing between header and rest of content*/

text-transform: uppercase;

padding: 7px 0 7px 0px; /*31px is left indentation of header text*/

}

.urbangreymenu .accordionHead a{

text-decoration: none;

color: #9182b6;

display: block;

}

.urbangreymenu ul{

list-style-type: none;

margin: 0;

padding: 0;

margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

}

.urbangreymenu ul li{

padding-bottom: 2px; /*bottom spacing between menu items*/

}

.urbangreymenu ul li a{

font: normal 11px Arial,sans-serif;

color: #9182b6;

background: #FFFFFF;

display: block;

padding: 5px 0;

line-height: 17px;

padding-left: 8px; /*link text is indented 8px*/

text-decoration: none;

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/

color:#9182b6;

background:#FFF9DC;

}

ul.f2cnoshow,
ul.f2cnoshow li,
ul.f2cnoshow li a{

display:none !important;

height:0 !important;

position:absolute !important;

left:-10000px !important;

}
weiß jemand wie das geht??
mit der "anleitung" auf selfhtml komme ich nicht zurecht :(

danke schonmal