﻿/*--------------------------------------- Accordion---------------------------------------------------------*/

ul#menuu, ul#menuu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#menuu a {
  display: block;
  text-decoration: none;	
   /*background: url("../images/Button.png") no-repeat scroll right top transparent;*/
}
#link2  {

    background: url("../images/Button.png") no-repeat scroll left top transparent;

}

.newid {

        border-bottom:2px solid #003669;width: 96.4%;
margin-top: 1.6%;

    }
   .newid2 {
     border-bottom:2px solid #888786;width: 96.4%;
margin-top: 1.6%;
    
    }

.mycss {

    background: url("../images/more-.png") no-repeat scroll 9px 1px transparent;
         background-position: 9px 1px; 

}
.linksimg {
background-image: url("/App_Themes/ThemeAr/images/ArrowWhite.png");
background-repeat: no-repeat;
background-position: left;
}
.linksimg2 {
background-image: url("/App_Themes/ThemeAr/images/ArrowWhite2.png");
        background-repeat: no-repeat;
background-position: left;
}

.mycss2 {
    background: url("../images/normal.png") no-repeat scroll 9px 7px transparent;
     background-position: 9px 7px;
}

ul#menuu li {
  margin-top: 4px;
  
  }

ul#menuu li a {
 font-size:22px;
  padding: 0.5em;
}

ul#menuu li a:hover {
    
}

ul#menuu li ul li a {
  /*background: #ccc;*/
  color: #000;
  padding-left: 20px;
  outline:0px ;
}

ul#menuu li ul li a:hover,ul#menuu li ul .current a {
  /*background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;*/
 
}
.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.MouseHover {
    cursor:pointer
}
@media screen and (max-width: 767px) {

    .newid {

        border-bottom:2px solid #003669;
width: 95%;
margin-top: 2.6%;

    }
   .newid2 {
     border-bottom:2px solid #888786;
width: 95%;
margin-top: 2.6%;
    
    }

        /*.linksimg{
     background: url("../images/link-hover.png") no-repeat scroll 205px 2px transparent !important;
         background-position: 205px 2px !important;
}
.linksimg2 {
     background: url("../images/links.png") no-repeat scroll 205px 2px transparent !important;
         background-position: 205px 2px !important;
}*/
    }
    @media screen and (max-width: 500px) {

.newid {

        border-bottom:2px solid #003669;
        
width: 92.4%;
margin-top: 3.6%;

    }
   .newid2 {
     border-bottom:2px solid #888786;
width: 92.4%;
margin-top: 3.6%;
    
    }


        /*.linksimg{
     background: url("../images/link-hover.png") no-repeat scroll 205px 2px transparent;
         background-position: 205px 2px;
}
.linksimg2 {
     background: url("../images/links.png") no-repeat scroll 205px 2px transparent;
         background-position: 205px 2px;
}*/
    }

