#menu_header{font-family:arial;width:1240px;height:133px;}
#menu_logo{padding:20px 0px 0px 20px;float:left;}
#menu_headempty{width:737px;float:left;height:97px;float:left;}
#menu_search{height:97px;float:left;padding-right:10px;}
#menu_searchbox{padding:37px 0px 0px 0px;float:left;}
#menu_sbox{border:1px solid #b02923;height:24px;vertical-align: bottom;color:#404040;}
#menu_sbutt{background-color:#b02923;color:#fff;font-family:arial;height:28px;border:none;margin-left:2px;}
#menu_background{background-color:#000;color:#fff;width:1200px;margin-left:20px;margin-right:20px;height:34px;float:left;}
#menu_items{font-size:13px;text-align:center;margin:0px 60px 0px 10px;}
#menu_header ul {
 text-align: left;
  /* display: inline;  This line commented on 15-04-20. Because Firefox latest version 75 not renders menu properly. Hence changed as display block */
  display: block;
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
  border-right: none;
}
#menu_header ul a {
text-decoration:none;
}
ul.dropdown{ position: relative; }
ul.dropdown li{ font-weight:normal; float: left; zoom: 1; background: #000;color:#fff; }
ul.dropdown a:hover{ color: #fff; z-index:200; }
ul.dropdown a:active{ color: #fff;  z-index:200; }
ul.dropdown li a   { display: block; padding: 7px 25px;color: #fff;  z-index:200; }
ul.dropdown li >ul li a{ display: block; padding: 5px 25px;color: #fff;  z-index:200;border-bottom: 1px dotted #ef6f69;border-right:none; }
ul.dropdown li:last-child a { border-bottom: none; } /* Doesn't work in IE */
ul.dropdown li.hover{ background: #B02923; color: black; position: relative;  z-index:200; }
ul.dropdown li:hover { background: #B02923; color: black; position: relative;  z-index:200; }
/*my changes
ul.dropdown li >ul li .hover{ background: #B02923; color: black; position: relative;  z-index:200;margin-left:10px;margin-right:10px; }
ul.dropdown li >ul li :hover { background: #B02923; color: black; position: relative;  z-index:200;color:#fff;margin-left:10px;margin-right:10px;}
/*end*/
ul.dropdown li.hover a    {color: black;}
ul.dropdown ul { width: 255px; visibility: hidden; position: absolute; top: 100%;background-color: #9e1e18; left: 0;  z-index:200;}
ul.dropdown ul li { font-weight: normal;font-size:13px; background-color: #9e1e18; color: #000; 
			z-index:200;   float: none;
			padding:0px 0px 0px 0px;border-right: none; }
			/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{ border-right: none; display: inline-block;  z-index:200; } 
ul.dropdown ul ul  li{ background-color: #BA5E5E;padding-left:0px;}
ul.dropdown ul ul { left: 100%; top:0px; z-index:100;}
ul.dropdown li:hover > ul { visibility: visible;   z-index:200;}