/* Begin List Children container */

#listChildrenContainer{
    background-color:#F5F5F5;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

div.listChildrenList {
    width:218px;
    overflow:hidden;
    font-family: Arial;
    font-size: 100%;
    line-height: 0;
}

div.listChildrenList h5.rootItem {
    background: url("listchildren/images/leftNav_bg.png") repeat-x scroll 0 0 #e1e1e2;
	border: 0;
    border-top: 1px solid #999;
    margin: 0;
    padding: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    font-weight: bold;
}

div.listChildrenList h5.rootItem:hover {
    background-color: #d3d3d7;
    background-image:none;
    text-decoration:none;

}

span.ui-icon.ui-icon-triangle-1-e, .ui-icon-triangle-1-s{
	display: none;
}

div.ui-accordion-content{
    padding-bottom:10px;
}

div.listChildrenList h5.rootItem a {
    color: #194872;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0 7px 10px;
}

div.listChildrenList h5.rootItem a:hover {
    text-decoration:none;
}

div.listChildrenList h5.rootItem div.arrowButtonContainer {
    display: block;
    float: left;
    padding: 0px 0px 7px 5px;
    margin-top: 5px;
    width: 21px;
    height: 15px;
}

div.listChildrenList div.listChildrenList0 {
    padding:0;
    font-size:100%;
    font-family: Arial;
    border-radius: 0;
    border: 0;
    background: transparent;
}

div.listChildrenList div.listChildrenList0 h5.childItem {
    padding-left: 2px;
    padding-right: 10px;
    font-weight:bold;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

div.listChildrenList div.listChildrenList0 div.listChildrenList1{
	padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;

}

div.listChildrenList div.listChildrenList0 div.listChildrenList1 h5.childItem {
    background: url("listchildren/images/navLine5_bg.png") no-repeat scroll center bottom;
    font-weight: normal;
    line-height: 12px;
    margin-left: 20px;
    margin-right: 15px;
    padding-bottom: 2px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.listChildrenList0 h5.childItem div.arrowButtonContainer {
    display: block;
    float: left;
    height: 15px;
    margin-left: 9px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
    width: 21px;
}

div.listChildrenList0 h5.childItem.parentNode div.arrowButtonContainer div.arrowButton {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

div.listChildrenList div.listChildrenList0 div.listChildrenList1 h5.childItem a:hover {
    font-weight: normal;
    background-color: #bbb;
    color:#fff;
}


div.listChildrenList h5.childItem a {
    font-size: 12px;
    padding: 5px 0 5px 18px;
    display: block;
    padding-left:35px;
    color:#7a7979;
}

div.listChildrenList h5.rootItem.parentNode div.arrowButtonContainer div.arrowButton {
    padding-left: 10px;
    width: 16px;
    height: 16px;
}

div.listChildrenList div.listChildrenList0 div.listChildrenList1 h5.childItem {
    background: url("listchildren/images/navLine5_bg.png") no-repeat scroll center bottom;
    font-weight: normal;
    line-height: 12px;
    margin-left: 20px;
    margin-right: 15px;
    padding-bottom: 2px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.listChildrenList0 h5.childItem a:hover {
    text-decoration:none;
    font-weight:bold;
    /* background-color: #e6eaee; */
    background-color: rgb(217,221,224); 
}

/* Root navigation arrows */

div.listChildrenList h5.rootItem.parentNode div.arrowButtonContainer div.arrowButton {
    background: url("listchildren/images/subBullet.png") no-repeat scroll left center;
}

div.listChildrenList h5.rootItem.parentNode div.arrowButtonContainer div.arrowButton.hover {
    background: url("listchildren/images/subBullet_hover.png") no-repeat scroll left center;
}

div.listChildrenList h5.rootItem.parentNode div.arrowButtonContainer div.arrowButton.selected {
    background: url("listchildren/images/subBullet_hover_down.png") no-repeat scroll left center;
}

div.listChildrenList h5.rootItem.parentNode div.arrowButtonContainer div.arrowButton.selected.hover {
    background: url("listchildren/images/subBullet_hover_down.png") no-repeat scroll left center;
}

div.listChildrenList div a {
    color: #FFFFFF;
    
}

/* Child navigation arrows */

div.listChildrenList0 h5.childItem.parentNode div.arrowButtonContainer div.arrowButton {
    background: url("listchildren/images/subBullet.png") no-repeat scroll left center ;
}

div.listChildrenList0 h5.childItem.parentNode div.arrowButtonContainer div.arrowButton.hover {
    background: url("listchildren/images/subBullet_hover.png") no-repeat scroll left center;
}

div.listChildrenList0 h5.childItem.parentNode div.arrowButtonContainer div.arrowButton.selected {
    background: url("listchildren/images/subBullet_hover_down.png") no-repeat scroll left center ;
}

div.listChildrenList0 h5.childItem.parentNode div.arrowButtonContainer div.arrowButton.hover.selected {
    background: url("listchildren/images/subBullet_hover_down.png") no-repeat scroll left center ;
}

/* End list children container */

