 
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
} 
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
  text-align:left;
  font-size:9pt;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
} 
.menulist li {
 float: left;
 display: block;
 position: relative;
 background-color: #760404;
 border: 1px solid #A80204;
 margin-right: -1px;
 text-align:left;
 background:url(http://hindi.filmychai.com/images/user/drop_bullet_type.jpg) #760404;
 background-position:left;
 background-repeat:no-repeat;
 padding-left:20px;
 line-height:25px;
} 
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 text-align:left;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration: none;
} 
 .menulist a.highlighted:hover{
	color:#F70909;
	background-color:#FFF;
}
.menulist a:hover, .menulist a:focus {
 color: #FFF701 ;
 background-color: #760404;
}
.menulist a.highlighted {
 color: #FFF;
 /*background-color: #760404;*/
}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
.menu_parent_class,.menu_parent_class a:focus ,.menu_parent_class:hover ,  a.menu_parent_class_a:hover{
	color:#F70909!important;
	background-color:#FFF!important;	
	background:none!important;
}
a.menu_parent_class_a, a.menu_parent_class_a.highlighted {
	color:#000;
	margin:0px 15px 0px 3px;
}
a.menu_parent_class_a.highlighted {
	color:#F70909!important;
}
li.menu_parent_class{
	width:125px;
	 border: 1px solid #F1F1F1;
	 line-height:12px;
}
