/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
         height:30px;
		 background-color:#5b61a1;
}

div#menu ul {
padding-left:15px;
float: right;
}
div#menu ul.menu {
 padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 35px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 14px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #FFFFFF; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu em {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 90% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/item-pointer.gif);
	 color: #2554C7;
}
div#menu ul ul a.parent { color: #2554C7;}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/item-pointer-mover.gif);
}

div#menu ul ul a.parent em {
    background-position:95% 8px;
	font-style:normal;
    background: url(../images/item-pointer.gif) no-repeat right;
	 color: #2554C7;
}
div#menu ul ul a.parent { color: #2554C7;}
div#menu ul ul a.parent:hover { color: #ffffff;}
div#menu ul ul a.parent:hover em {
    background-image: url(../images/item-pointer-mover.gif);
	color:#FFF;
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 22px;
    color: #ffffff;
	
	
	
}
div#menu span {
    margin-top: 5px;
	
	
}/**@replace#1*/
div#menu li.superator { background: url(../images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position:absolute;
    *top: 30px;
	top: 28px;
    left: -999em;
    width: 250px;
    padding: 5px 0 0 0;
    background: #fff;
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 10px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: #2554C7;
	
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 20px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover  {
    color: #fff;
	background-color:#5b61a1;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
	margin-top:-28px;
    margin-left:-119px;
}

/* colors */
div#menu ul ul ul { background: #FFFFFF; }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    /*background: url(../images/lava.png) no-repeat right -44px !important;
    background-image: url(../images/lava.gif);*/
    width: 13px;
    height: 30px;
    z-index: 8;
    position: absolute;
   /* margin: -5px 0 0 -5px;*/
}
div#menu li.back .left {
   /* background: url(../images/lava.png) no-repeat top left !important;
    background-image: url(../images/lava.gif);*/
    height:30px;
    /*margin-right: 8px;*/
}









/* menu Hindi */

div#menu_hindi {
         height:35px;
		 background-color:#5b61a1;
}

div#menu_hindi ul {
padding-left:15px;
float: right;
margin:0;
}
/*div#menu_hindi ul.menu_hindi {
 padding-left: 30px;
}*/

div#menu_hindi li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 5px; 15px 0 0;
    display: block;
    float: left;
}
div#menu_hindi li:hover>ul {
    left: -2px;
}

div#menu_hindi a {
    position: relative;
    z-index: 10;
    height: 30px;
    display: block;
    float: left;
    text-decoration: none;
    font-size:14px;
}
div#menu_hindi a:hover, div#menu_hindi a:hover span { color: #FFFFFF; }
div#menu_hindi li.current a {}

div#menu_hindi span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu_hindi em {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 90% 0;
}
div#menu_hindi ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/item-pointer.gif);
	 color: #2554C7;
}
div#menu_hindi ul ul a.parent { color: #2554C7;}
div#menu_hindi ul ul a.parent:hover span {
    background-image: url(../images/item-pointer-mover.gif);
}

div#menu_hindi ul ul a.parent em {
    background-position:95% 5px;
	font-style:normal;
    background: url(../images/item-pointer.gif) no-repeat right;
	 color: #2554C7;
}
div#menu_hindi ul ul a.parent { color: #2554C7;}
div#menu_hindi ul ul a.parent:hover { color: #ffffff;}
div#menu_hindi ul ul a.parent:hover em {
    background-image: url(../images/item-pointer-mover.gif);
	color:#FFF;
}

/* menu::level1 */
div#menu_hindi a {
    padding: 0 10px 0 10px;
    line-height: 22px;
    color: #ffffff;
	font-weight:bold;
	font-size:16px;	
}
div#menu_hindi span {
    margin-top: 5px;
	
	
}/**@replace#1*/
div#menu_hindi li.superator { background: url(../images/main-delimiter.png) 98% 4px no-repeat; }
div#menu_hindi li.last { background: none; }

/* menu::level2 */
div#menu_hindi ul ul li { background: none; padding:0; }
div#menu_hindi ul ul {
    position:absolute;
    *top: 35px;
	top: 33px;
    left: -999em;
    width: 250px;
    padding: 5px 0 0 0;
    background: #fff;
	margin:0;
}
div#menu_hindi ul ul a {
    padding: 0 0 0 10px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: #2554C7;
	font-weight:normal;
	
}
div#menu_hindi ul ul span {
    margin-top: 0;
    padding-right: 20px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu_hindi ul ul a:hover  {
    color: #fff;
	background-color:#5b61a1;
}
div#menu_hindi ul ul li.last { background: none; }
div#menu_hindi ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu_hindi ul ul ul {
    padding: 0;
	margin-top:-28px;
    margin-left:-119px;
}

/* colors */
div#menu_hindi ul ul ul { background: #FFFFFF; }
div#menu_hindi ul ul ul ul { background: rgb(38,38,38); }
div#menu_hindi ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu_hindi li.back {
    /*background: url(../images/lava.png) no-repeat right -44px !important;
    background-image: url(../images/lava.gif);*/
    width: 13px;
    height: 30px;
    z-index: 8;
    position: absolute;
   /* margin: -5px 0 0 -5px;*/
}
div#menu_hindi li.back .left {
   /* background: url(../images/lava.png) no-repeat top left !important;
    background-image: url(../images/lava.gif);*/
    height:30px;
    /*margin-right: 8px;*/
}
