Здравствуйте уважаемые форумчане, подскажите пожалуйста как сделать в меню аккордеон подпункты меню развернуты изначально.
Вот сайт http://zanevu.com/index.php?route=account/login
Вот код:
/****** MENU PLUS | ���� ��������� *******/
.box-category-plus ul, .list-item { list-style: none; margin: 0; padding: 0; }
.box-category-plus > ul > li, .list-item > li { border-top: 3px solid #eee; display: block; position: relative;}
.box-category-plus > ul > li:first-child, .list-item > li:first-child { border-top:0; }
.box-category-plus .down { top: 8px; right: 4px; position: absolute; cursor: pointer; width:16px; height:16px; padding: 2p; background: transparent url(../image/plusminus.png) 0px 0px no-repeat; opacity: 0.5; -moz-opacity: 0.5; }
.box-category-plus .down:hover { opacity: 1; -moz-opacity: 1;}
.box-category-plus ul li a, .list-item li a { padding: 8px 20px 8px 10px; display: block; color:#333; font-size:12px; }
.box-category-plus ul li.double a { display: inline-block; margin: 0; }
.box-category-plus ul li { position: relative; }
.box-category-plus > ul > li a.active + .down { background-position: 0px -16px; }
.box-category-plus > ul > li > a { color: #333; }
.box-category-plus > ul > li ul { display: none; padding-left: 10px; }
.box-category-plus > ul > li a.active { font-weight: bold; }
.box-category-plus > ul > li a.active + ul { display: block; }
.box-category-plus a:hover, .list-item a:hover { text-decoration:none; }
.box-category-plus > ul > li ul li { border-top: 1px dashed #eee; }
.box-category-plus > ul > li ul li a { margin-right: 16px; }
.box-category-plus > ul > li ul li a:hover, .list-item a:hover, .box-category-plus > ul > li > ul > li a.active {color:#303030;}
.box-category-plus > ul > li ul > li > a { text-decoration: none; }
.qty{margin-right:15px;}
.qty strong{margin-right:10px;}
.qty a{ background: url(../image/plusminus.png) no-repeat left top; display: inline-block; height: 16px; width: 16px; overflow: hidden; position: relative; text-indent: -9999px; border:1px solid #ccc; top:4px; opacity: 0.5;}
.qty a.mines{background-position:left bottom;}
.qty a:hover{opacity:1;}