@font-face {
 font-family: Roboto-bold;
	 src: url(../fonts/RobotoSlab-Bold.ttf);
 
}
@font-face {
 font-family: Roboto-light;
	 src: url(../fonts/RobotoSlab-Light.ttf);
}
@font-face {
 font-family: Roboto-regular;
	 src: url(../fonts/RobotoSlab-Regular.ttf);
 }
@font-face {
 font-family: Roboto-thin;
	 src: url(../fonts/RobotoSlab-Thin.ttf);	
}

@font-face {
 font-family: Roboto-medium;
	 src: url(../fonts/Roboto-Medium.ttf);	
}
@font-face {
 font-family: RobotoSlab-Regular;
	 src: url(../fonts/RobotoSlab-Regular.ttf);	
}
@font-face {
 font-family: RobotoSlab-Thin;
	 src: url(../fonts/RobotoSlab-Thin.ttf);	
}
@font-face {
 font-family: RobotoCondensed-Regular;
	 src: url(../fonts/RobotoCondensed-Regular.ttf);	
}
@font-face {
 font-family: RobotoCondensed-LightItalic;
	 src: url(../fonts/RobotoCondensed-LightItalic.ttf);	
}








@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  position: relative;
}
#cssmenu {
 /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
  border: 1px solid #ccc;
	margin-top: 15px;
	background-color: #FAF8F2;
	padding-bottom: 15px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  /*background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;*/
  
}
#cssmenu > ul > li:first-child > a {
  
  /*background: url(../images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;*/
  /*font-family:Arial, Helvetica, sans-serif;
  text-align:left;
  font-size: 19px;
  font-weight: 300; 
  text-shadow: 0 -1px 1px #000000;
  
  padding-left:20px;*/
  
  padding-left: 20px;
padding-top: 0px!important;
background-repeat: no-repeat;
color: #fff;
font-family: Roboto-regular!important;
font-size: 17px;
font-weight: bold;
text-align: left;
background:#5C3321!important;
border-bottom: none!important;
padding-left: 40px;
background-image: url("../images/article-arrow.png")!important;
background-repeat: no-repeat!important;
background-position: 18px center!important;
text-transform: uppercase;
font-family: Roboto-regular;
padding-top: 9px!important;
padding-bottom: 9px!important;
margin-left: 0px!important;
margin-right: 0px!important;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  /*background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);*/
}

#cssmenu > ul > li {
  /*background: linear-gradient(#F7F7F7 0%, #ECECEC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
 /* background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);*/
  margin:0px;
}
#cssmenu > ul > li:hover {
 /* background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);*/
  
}
#cssmenu > ul > li > a {
  	font-size: 13px;
	display: block;
	border-bottom: 1px dashed #999;
	color: #761F13;
	border-top: none;
	/* font-family: Arial,Helvetica,sans-serif; */
	font-family: Roboto-regular!important;
	margin-left: 2%;
	margin-right: 2%;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
 background: url(../images/icon_plus.png) 5% center no-repeat;padding-left: 31px;}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 3% center no-repeat;
}

#cssmenu ul ul {
  display: none;
  background: #fff;
  
}
#cssmenu ul ul h3{ 
	font-size: 13px;
    line-height: 20px;
    margin: 5px 0 5px 10px;
	}

#cssmenu ul ul li {
  padding: 0;
  padding-left:25px;
  border-top: none;
  background:#FCFAF2;
 /* background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);*/
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 20px;
	display: block;
	color: #000;
	font-size: 11px;
	font-family: Roboto-regular!important;

}
#cssmenu ul ul a:before {
 
  /*content: '\00BB';*/
  content: '\203A';
/* background-image: url(../images/arrow-.png); */
background-repeat: no-repeat;
position: absolute;
font-size: 23px;
top: 0;
left: 7px;
color: #96291A;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}

.result-menu{list-style-type: none;  margin:0;  border:1px solid #ccc; /*padding-bottom:10px;*/background-color: #FAF8F2;}
.result-menu ul{ list-style:none;margin-top: 0px!important;}
.result-menu ul li{border-top: medium none;
width: auto!important;
font-weight: bold;
color: #000;
font-size: 12px;}
li#delete a span{ border:1px solid #ddd; padding:5px 10px; }
li#delete a.icon-delete{background: url("../images/sidebar_mode_icons.png") repeat scroll 120px 102px rgba(0, 0, 0, 0);  height: 13px; width: 13px;}
li#delete a.icon-delete:hover{background: url("../images/sidebar_mode_icons.png") repeat scroll 107px 102px rgba(0, 0, 0, 0);  height:13px; width: 13px; }
li#delete span{ color:#000; border: 1px solid #d0d0d0; margin-top:1px; padding-left:5px; border-radius: 3px;}
.result-menu span.result-title {display: block; }
#delete span { display: inline-flex; /* width: auto!important; */ /* overflow: hidden; */ }
#delete span label{ float: left;
margin-right: 10px;
text-transform: capitalize;
/* max-width: 205px; */
width: auto!important;
color: #79241D;
font-size: 12px;
font-weight: bold;}


li.delete a span{ border:1px solid #ddd; padding:5px 10px; }
li.delete a.icon-delete{background: url("../images/sidebar_mode_icons.png") repeat scroll 120px 102px rgba(0, 0, 0, 0);  height: 13px; width: 13px;}
li.delete a.icon-delete:hover{background: url("../images/sidebar_mode_icons.png") repeat scroll 107px 102px rgba(0, 0, 0, 0);  height:13px; width: 13px; }
li.delete span{ color:#000; border: 1px solid #d0d0d0; margin-top:1px; padding-left:5px; border-radius: 3px;}
.result-menu span.result-title {display: block; }
.delete span { display: inline-flex; /* width: auto!important; */ /* overflow: hidden; */ }
.delete span label{ float: left;
margin-right: 10px;
text-transform: capitalize;
/* max-width: 205px; */
width: auto!important;
color: #79241D;
font-size: 12px;
font-weight: bold;}



/*------------------------neha----------------------------*/

.result-menu ul li label a {
font-weight:normal;
font-size: 18px;
background: url("../images/arrow=.png") no-repeat scroll right center rgba(0, 0, 0, 0)!important;
color: #79241d!important;
text-decoration: none !important;
padding-left: 35px;
/* padding-bottom: 10px!important; */
background-position: 24px center!important;
line-height: 47px;
/* background-size: 10%!important; */
font-family:Roboto-regular!important;
}

.result-menu ul li label a:hover {
font-weight:normal;
font-size: 18px;
text-decoration:none;
color:#000;
}

/*:hover{
color: #000!important;
}*/
#delete span label:hover{color:#000!important}
.delete span label:hover{color:#000!important}


