/**
 *********************************************
 * 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>
 *              <div><ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <div><ul><li><a href="#"><span>level 3</span></a></li></ul></div>
 *                  </li>
 *              </ul></div>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */
 
#logo
 {
     float: right;
     position: relative;
     right: 14px;
     top: -60px;
     width: 171px;
     -webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.5);
     z-index: 17;
 }
 
#title
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 64px;
    background-image: linear-gradient(bottom, #505050 9%, #949BA3 100%);
    background-image: -o-linear-gradient(bottom, #505050 9%, #949BA3 100%);
    background-image: -moz-linear-gradient(bottom, #505050 9%, #949BA3 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 9%, #949BA3 100%);
    background-image: -ms-linear-gradient(bottom, #505050 9%, #949BA3 100%);
    z-index: -1;
    padding: 14px 0 0 0;
    font: bold 2.0em Arial;
    color: whitesmoke;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

#pageContent
{
    border-top: 1px solid gray;
    padding: 20px 210px 0 50px;
}

/* menu::base */
body
{
    background-image: linear-gradient(bottom, white 0%, #C9F2FF 65%);
    background-image: -o-linear-gradient(bottom, white 0%, #C9F2FF 65%);
    background-image: -moz-linear-gradient(bottom, white 0%, #C9F2FF 65%);
    background-image: -webkit-linear-gradient(bottom, white 0%, #C9F2FF 65%);
    background-image: -ms-linear-gradient(bottom, white 0%, #C9F2FF 65%);
    background-attachment: fixed;
    margin:0px;
}
div#menu {
    height:55px;
    background:url(images/nav-bg.png) repeat-x;
    _background:url(images/nav-bg.gif) repeat-x;
    background-image: linear-gradient(bottom, rgb(214,214,214) 7%, rgb(245,245,245) 49%, rgb(245,245,245) 100%, rgb(255,255,255) 100%, rgb(247,247,247) 49%, rgb(230,230,230) 7%, rgb(255,255,255) 0%, rgb(214,214,214) 6%);
    background-image: -o-linear-gradient(bottom, rgb(214,214,214) 7%, rgb(245,245,245) 49%, rgb(245,245,245) 100%, rgb(255,255,255) 100%, rgb(247,247,247) 49%, rgb(230,230,230) 7%, rgb(255,255,255) 0%, rgb(214,214,214) 6%);
    background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 7%, rgb(245,245,245) 49%, rgb(245,245,245) 100%, rgb(255,255,255) 100%, rgb(247,247,247) 49%, rgb(230,230,230) 7%, rgb(255,255,255) 0%, rgb(214,214,214) 6%);
    background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 7%, rgb(245,245,245) 49%, rgb(245,245,245) 100%, rgb(255,255,255) 100%, rgb(247,247,247) 49%, rgb(230,230,230) 7%, rgb(255,255,255) 0%, rgb(214,214,214) 6%);
    background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 7%, rgb(245,245,245) 49%, rgb(245,245,245) 100%, rgb(255,255,255) 100%, rgb(247,247,247) 49%, rgb(230,230,230) 7%, rgb(255,255,255) 0%, rgb(214,214,214) 6%);
    margin:60px 0px auto;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
div#menu ul.menu {
    padding-right: 13px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

div#menu ul a:hover {
    background-image: linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -o-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -moz-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -webkit-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -ms-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
}
   
div#menu li:hover>ul {
    left: -2px;
}

div#menu li div {
    list-style: none;
    float: right;
    position: absolute;
    top: 55px;
    right: 0;
    width: 200px;
    z-index: 11;
    visibility: hidden;
    padding: 0 0 9px 7px;
    _padding: 0 0 9px 3px;
    background: url(images/submenu-bottom.png) no-repeat 7px bottom;
    _background-image: url(images/submenu-bottom.gif);
    margin: 0 0 0 -9px;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu li.current a {}

/* menu::level1 */
div#menu a {
    position: relative;
    z-index: 10;
    height: 55px;
    display: block;
    float: right;	
    padding: 0px;
    line-height: 55px;
    text-decoration: none;
    width: 120px;
    text-align: center;
}
div#menu span {
    font: normal 1.4em Arial;
    padding-top: 18px;
    color: #787878;
    font-weight:bold;
    text-transform:uppercase;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;		
}
div#menu ul a:hover span {
    
    color: #1c750e;
}

div#menu li { background: url(images/nav_separator.png) top right repeat-y; }
div#menu li.last span{
    background: url(images/nav_separator.png) top left repeat-y;
    padding: 18px 0px 16px 10px;
    width: 124px;
}

/* menu::level2 */
div#menu ul ul li {
    background: url(images/nav_dropdown_sep.gif) left bottom repeat-x;
    padding: 4px 0;
    z-index: 9;	
}
div#menu ul ul li:hover{
    background-image: linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -o-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -moz-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -webkit-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
    background-image: -ms-linear-gradient(bottom, rgb(144,235,101) 44%, rgb(173,255,132) 72%, rgb(208,255,159) 86%);
}

div#menu ul ul {
    z-index: 12;	
    padding: 0;
    background: rgb(226,226,226) url(images/nav_dropdown_grad.png) right top no-repeat;
    margin-top:0px;
    margin-left:4px;
    margin-right:0px;
}
div#menu ul ul a {
  	/*width: 184px;*/
	padding: 8px 9px 7px 10px;
    height: auto;
    float: none;
    display: block;
    background:none;
    margin-bottom: 2px;
    z-index: -1;
    text-align: right;
}
div#menu ul ul a span {
	padding: 0 10px 0px 10px;
    line-height: 20px;
    color: #454545;
    font-weight:normal;
    text-transform: none;
    background:none;
}

div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 208px;
    margin: -50px 195px 0 0 !important;
    height: auto;
    _padding: 0 0 9px 3px;
    top: 50px;
}
div#menu ul ul ul {
	_padding-right:1px;
}

/* lava lamp */
div#menu li.back {
}
div#menu li.back .left {
}

