/* Styles for Example #1 */
#example1 {
    margin:0;
    padding:0;
    width:auto;
    list-style-type:none;
    /*line-height:120%;*/
}

#example1 .closed {
	height:25px;
    /*background-image:url(../images/btn_next.jpg);*/
}

#example1 .closed, #example1 .opened {
    padding-right:0px;
    background-position:98% 50%;
    background-repeat:no-repeat;
}

#example1 .header {
	height:25px;
}

#example1 .opened {
	/*background-image:url(../images/btn_prev.jpg);*/
}

#example1 a {
    display:block;
    text-decoration:none;
	bodrer:0px;
}

#example1 a.hover {
    text-decoration:none;
	bodrer:0px;
}

#example1 ul {
    overflow: hidden;
    /*background-color:gold;*/
}

#example1 li {
    list-style-type:none;
	bodrer:0px;
}

#example1 li a {
    text-decoration:none;
	bodrer:0px;
}

#example1 li.active a, #example1 li li.active a {   
    text-decoration:none; 
	bodrer:0px;
}

#example1 li.active li a, #example1 li li a {   
    text-decoration:none;
	float:left; 
	padding:2px;
	bodrer:0px;
}