Hi
you must set class suffix for poll menu, example is “_poll”
Then add those line into template.css
div.module_poll h3
{
margin: 0 -15px 5px;
padding: 0 0 0 15px;
color: #FFFFFF;
font-weight: bold;
font-size: 100%;
text-transform: uppercase;
background: url(../images/h3-l.gif) no-repeat top left #262626;
position: relative;
}
div.module_poll h3 span {
display: block;
padding: 8px 10px 8px 0;
background: url(../images/h3-r.gif) no-repeat top right;
}
div.module_poll{
margin-bottom: 20px;
padding: 0;
float: left;
clear: both;
width: 100%;
background: url(../images/box-br.gif) no-repeat bottom right black;
color: #CCCCCC;
overflow: hidden;
}
div.module_poll div{
padding: 0;
background: url(../images/box-bl.gif) no-repeat bottom left;
}
div.module_poll div div {
padding: 0;
background: url(../images/box-tr.gif) no-repeat top right;
}
div.module_poll div div div
{
padding: 0 15px 15px;
background: url(../images/box-tl.gif) no-repeat top left;
}
div.module_poll div div div div
{
margin: 0;
padding: 0;
background: none;
}