 

.active
{	text-decoration:none;
	background:#f7f7f7;
	font-weight:bold;
	}



#aside2{
float:right;
width:2%;
}  

#menu-icon{
cursor:pointer;
display:none;
}

.selected{
padding:10px;
border-bottom:1px solid #d8d8d8;
cursor:pointer;
color:#782959;
font-weight:bold;
}

   
ul{
margin:0px;
padding:0px;
list-style:none;

}

#d{
margin:0px;
padding:0px;
list-style:none;
background:white;
font-size:14px;
}

#no{
padding:0px;
background:white;
}

#no1{
padding:0px;
background:white;
}




#l{

border-bottom:1px solid #d8d8d8;
cursor:pointer;
font-size:14px;
color:#595959;
}

a,a:visited,a:link,a:active
{	
	color:inherit;
	}









#n{
text-decoration:none;
padding:10px;
display:block;
}


#open{
padding:10px;

display:block;
}


.selected:hover{
background: -webkit-linear-gradient(left,rgba(220,220,220,0),rgba(220,220,220,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(220,220,220,0),rgba(220,220,220,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(220,220,220,1),rgba(220,220,220,0));/*Fx 3.6-15*/
  background: linear-gradient(to right,rgba(220,220,220,0),rgba(220,220,220,1)); /*Standard*/
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5D4D4', endColorstr='#FFFFFFFF',GradientType=1  );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5D4D4', endColorstr='#FFFFFFFF', GradientType=1)";  
-ms-linear-gradient(left, #D5D4D4, #fff 45%); 

}


#l:hover{
  background: -webkit-linear-gradient(left,rgba(220,220,220,0),rgba(220,220,220,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(220,220,220,0),rgba(220,220,220,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(220,220,220,1),rgba(220,220,220,0));/*Fx 3.6-15*/
  background: linear-gradient(to right,rgba(220,220,220,0),rgba(220,220,220,1)); /*Standard*/
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5D4D4', endColorstr='#FFFFFFFF',GradientType=1  );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5D4D4', endColorstr='#FFFFFFFF', GradientType=1)";  
-ms-linear-gradient(left, #D5D4D4, #fff 45%); 
}



@media only screen and (max-width : 1224px) {

}

@media only screen and (max-width : 1024px) {


}
@media only screen and (min-width: 801px) and (max-width : 940px){

}
@media only screen and (max-width : 800px) {



#menu-icon{
cursor:pointer;
display:block;
float:right;
width:30px;
height:30px;
font-size:24px;
color:#782959;
margin-right:5%;
margin-top:2%;
}


#d{
display:none;
}


}

@media only screen and (max-width : 480px) {

#menu-icon{
cursor:pointer;
display:block;
float:right;
width:30px;
height:30px;
font-size:24px;
color:#782959;
margin-right:5%;
margin-top:2%;
}


#d{
display:none;
}

}
