/*#nav ul li{border-right:none;border-bottom:1px solid #333333;width:168px;height:39px;display:block;visibility:visible}
#nav ul li a{border-right:none;color:#fff;}
#nav ul li:hover{background:#333333}
#nav ul{display:none;visibility:hidden;position:absolute;top:40px;z-index:1;background:#252525;border-bottom:1px solid #3e3e3e;border-right:1px solid #3e3e3e;border-left:1px solid #3e3e3e;border-radius:0 0 3px 3px;width:170px;padding:0}
#nav li:hover > ul{display:block;visibility:visible}
#nav{height:42px;font:12px Geneva, Arial, Helvetica, sans-serif;border-top:1px solid #555555;border-left:1px solid #393939;border-right:1px solid #393939;border-bottom:1px solid #252525;border-radius:3px;min-width:500px;margin-left:0;padding-left:0;margin-top:10px;
background: #383838;  Old browsers 
background: -moz-linear-gradient(top,  #383838 0%, #2d2d2d 50%, #101010 52%, #010101 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(50%,#2d2d2d), color-stop(52%,#101010), color-stop(100%,#010101));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  #383838 0%,#2d2d2d 50%,#101010 52%,#010101 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  #383838 0%,#2d2d2d 50%,#101010 52%,#010101 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top,  #383838 0%,#2d2d2d 50%,#101010 52%,#010101 100%);  IE10+ 
background: linear-gradient(to bottom,  #383838 0%,#2d2d2d 50%,#101010 52%,#010101 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#010101',GradientType=0 );  IE6-9 

}
#nav li{list-style:none;display:block;float:left;height:40px;position:relative;}
#nav li a{line-height:40px;text-decoration:none;height:40px;color:#EDCB20;display:block;margin:0;padding:0 29px; font-weight:bold;}
#nav .site-name,#nav .site-name:hover{padding-left:10px;padding-right:10px;color:#FFF;text-shadow:1px 1px 1px #66696B;font:italic 20px/38px Georgia, "Times New Roman", Times, serif;background:url(images/saaraan.png) no-repeat 10px 5px;width:160px;border-right:1px solid #52BDB5}
#nav .site-name a{width:129px;overflow:hidden}
#nav li{background:url(image/menuBorder.png) right no-repeat;}
#nav li.last{background: #690;}
#nav li:hover{background:#2e2e2e url(image/menuBorder.png) right no-repeat;}
#nav ul li:last-child,#nav ul li:last-child a{border-bottom:none}
#nav ul ul,#nav ul ul ul{top:0;left:170px;display:none;visibility:hidden;border:1px solid #3e3e3e;z-index:1}
<!--[if IE 7]>
<style>
#nav{
	margin-left:0px
}
#nav ul{
	left:-1px;
}
#nav ul ul{
	left:170px;
}
#nav ul ul ul{
	left:170px;
}
</style>
<![endif]-->*/

.menu-left-cube {
  display: block;
  width: 34px;
  height: 38px;
  background: url(hp_sprite.png) 0px 0px repeat-x #000;
  float: left;
}

#menu-wraper-body{float: left; width: 930px; height: 34px;overflow: hidden;}
#menu-wraper-body ul{display: table;width: 930px;height: 34px;background: url(hp_sprite.png) left -76px repeat-x #000; margin: 0; padding: 4px 0 0 0; list-style: none;}
#menu-wraper-body ul li{cursor: pointer;display: table-cell;height: 30px;background: url(hp_sprite.png) left -144px repeat-x;}
#menu-wraper-body ul li a{color: #eee;cursor: pointer;display: block;padding-right: 19px;font-family: "trebuchet MS";font-size: 14px;font-weight: bold;line-height: 30px;text-align: center;text-decoration: none;text-transform: none;text-shadow: 1px 1px black, 2px 2px black;filter: Shadow(Color=#000000, Direction=135, Strength=1);width: 100%;height: 30px; overflow: visible; background: url(hp_sprite.png) right -114px no-repeat;}
.blink_me{-webkit-animation-name: blinker;-webkit-animation-duration: 1s;-webkit-animation-timing-function: linear;-webkit-animation-iteration-count: infinite;-moz-animation-name: blinker;-moz-animation-duration: 1s;-moz-animation-timing-function: linear;-moz-animation-iteration-count: infinite;animation-name: blinker;animation-duration: 1s;animation-timing-function: linear;animation-iteration-count: infinite;color: #ffff00;}
#menu-wraper-body ul li:hover a{color: rgba(255,255,255,0.6)}