/**
 *********************************************
 * 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:41px;
    background:url(images/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 5px;
    list-style: none;
    float: left;
   border-radius: 10px;
  
}
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;
  margin-left: 30px;
  top: 45px !important;
padding: 3px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font-family: arial;
font-weight: bold;
font-size: 15px;

}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
width: 95% !important;
background: #505050;
margin-right: 2px;
border-radius: 5px;
margin-bottom: 4px;
height: 30px;
 }
div#menu ul ul li:hover {
    border: 1px solid black;
background-image: -webkit-gradient(linear, center top, center bottom, from(#747474), to(#858585), color-stop(50%, #6d6d6d), color-stop(50%, #7e7e7e));
background-image: -webkit-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: -moz-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: -o-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: -ms-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
box-shadow: 0 1px 5px rgba(0,0,0,0.75);

 }

div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: #BDCE86;
    margin-top:1px;
margin-left: 30px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: #fff;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
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: -50px 0 0 160px !important;
    margin-left:172px;
    background: #BDCE86;
    top: 40px;
    width: 99% ;
}

/* colors */
div#menu ul ul ul {  background: #BDCE86; }
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: 70px;
    z-index: 8;
    position: absolute;
    margin: -1px 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: 44px;
    margin-right: 8px;
}




div#menu2 {
    height:41px;
    background:url(images/main-bg.png) repeat-x;
}

div#menu2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
div#menu2 ul.menu2 {
    padding-left: 30px;
    margin-top: 5px;
}

div#menu2 li {
    margin-right: 5px !important;

    position: relative;
    z-index: 9;
    margin: 0;
    display: block;
    float: right;
	background-color: #33BEFF;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px rgba(0,0,0,1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: -o-linear-gradient(90deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: linear-gradient(90deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
}

div#menu2 li:hover {
    margin-right: 5px !important;

    position: relative;
    z-index: 9;
    margin: 0;
    display: block;
    float: right;
	background-color: #33BEFF;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 2px rgba(0,0,0,1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: -o-linear-gradient(-100deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: -moz-linear-gradient(-100deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: -webkit-linear-gradient(-100deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: -ms-linear-gradient(-100deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
	background-image: linear-gradient(-100deg , rgb(180,212,68) 0%, rgb(237,245,210) 100%);
}

div#menu2 li:hover>ul {
    left: -20px !important;
    width: 100px;
    text-align: right;
border-radius:10px;
height: 112px;

}

div#menu2 a {
    position: relative;
    z-index: 10;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    text-decoration: none;
font-family: arial;
font-weight: bold ;
font-size: 18px;

}
div#menu2 a:hover, div#menu2 a:hover span { color: #000 !important; }
div#menu2 li.current a {
}

div#menu2 span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu2 ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
div#menu2 ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif);
}

/* menu2::level1 */
div#menu2 a {
    padding: 0 10px 0 10px;

    color: #e5e5e5;
}
div#menu2 span {
    margin-top: 5px;
}/**@replace#1*/
div#menu2 li { }
div#menu2 li.last { background: none; }

/* menu2::level2 */
div#menu2 ul ul li {
    padding-right: 4px;
width: 90% !important;
background: #505050;
margin-right: 2px;
border-radius: 5px;
     margin-bottom: 4px;
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
 }


div#menu2 ul ul li a:hover {
    color: silver;
 }

div#menu2 ul ul li:hover {
    border: 1px solid black;
background-image: -webkit-gradient(linear, center top, center bottom, from(#747474), to(#858585), color-stop(50%, #6d6d6d), color-stop(50%, #7e7e7e));
background-image: -webkit-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: -moz-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: -o-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: -ms-linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
background-image: linear-gradient(top, #747474, #6d6d6d 50%, #7e7e7e 50%, #858585);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
box-shadow: 0 1px 5px rgba(0,0,0,0.75);

 }
div#menu2 ul ul {
    position: absolute;
    top: 27px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: #BDCE86;
    margin-top:1px;
}
div#menu2 ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: #fff;
font-family: arial;
font-weight: bold;
font-size: 15px;
}
div#menu2 ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu2 ul ul a:hover span {
    color: #000;
}
div#menu2 ul ul li.last { background: none; }
div#menu2 ul ul li {
    width: 100%;
}

/* menu2::level3 */
div#menu2 ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu2 ul ul ul { background: rgb(41,41,41); }
div#menu2 ul ul ul ul { background: rgb(38,38,38); }
div#menu2 ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu2 li.back {
    background: url(images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu2 li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}