ul.cisg {
list-style-type: none;
margin-left:0;
padding-left:0;
}

ul.cisg li ul{
margin-left:0px;
}

ul.cisg li ul li a {
display:inline-block;
font-size: small;
margin-right:5px;
padding-top:2px;
padding-bottom:2px;
}
/* change orientation of margins for arabic only */
ul.cisg:lang(ar) li a {
margin-right:0px;
margin-left:5px;
}
/* preventing line height anomality for arabic */
ul.cisg li {
font-size:small;
}
/* prventing line height anomality for arabic inside of tables in ie6 */
ul.cisg li td{
line-height: 1.4;
}



ul.cisg li
{
display: inline;
}

ul.cisg h1, ul.cisg h2, ul.cisg h3 {
display:block;
font-size: small;
font-family:Verdana,Tahoma,Arial;
font-weight:normal;
color:black;
}

ul.cisg h1 {
margin:40px 0px 10px 0px;
padding-left:10px;
padding-right:10px;
background-color:#E3EBF3;
}

ul.cisg h2 {
margin: 30px 0px 5px 0px;
border-bottom-width:3px; 
border-bottom-style:solid; 
border-bottom-color:#E3EBF3;
}
ul.cisg h3 {
margin: 20px 0 0px 0px;
}

ul.cisg td {
padding:3px 6px !important;
}

/* the hr element behaves inconsistently in firefox and internet explorer */
hr.cisg {
margin: 5px 0px 5px 0px !important;
/* remove the ugly border */
border: 0px !important;
/* create a plain unicolor line for internet explorer */
color: #E3EBF3 !important;
/* creat a plain uniclor line for firefox */
background-color: #E3EBF3 !important;
height: 3px !important;
}