/**
 *********************************************
 * 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;
    width: 979px;
    /*background:url(images/main-bg.png) repeat-x;*/
    background-color: #000000;

}


div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 12px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 3px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 12px;
    display: block;
    float: left;
    line-height: 14px;
    text-decoration: none;
    font: bold 11px Tahoma;
}
div#menu a:hover, div#menu a:hover span { color: #fff; background-color: blue; }
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 5px 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 { 
	background-color: #000000; 
	border-style: none none none none; 
	border-color: #919191; 
	border-width: 1px; 
	padding: 0px 0px 0px 0px; 
	/*height: 18px;*/
	vertical-align: middle;
	border-collapse: collapse;
}

div#menu ul ul {
    border-collapse: collapse;
    position: absolute;
    top: 31px;
    left: -999em;
    width: 240px;
    padding: 5px 0 0 0;
    /* background: rgb(45,45,45); */
    background-color: #000000;
    /*border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;*/
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 18px;
    height: auto;
    float: none;
    display: block;
    line-height: 18px;
    color: rgb(255,255,255) important!;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(255,255,255);
}
div#menu ul ul span:hover { color: white;}
div#menu ul ul a:hover span {
    color: blue;
}
div#menu ul ul li.last { background-color: #000000; border-style: none none none none; border-color: #919191; border-width: 1px;}
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -31px 0 0 246px !important;
    margin-left:240px;
    background-color: #000000 !important;
    width: 150px;
}
div#menu ul ul ul li {
 margin-left:-4px;
 width: 150px;
 height: 18px;
 background-color: #000000 !important;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
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: -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: 30px;
    margin-right: 8px;
}

/*#NewProd {
	width: 300px !important;
}*/

/* Custom Colors for Products Menu */
/*
#prodFull {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(255,255,255) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #919191 !important;
		
	background-color: #000000;
	width: 310px !important;
}

#prod001 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(255,204,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #919191 !important;
		
	background-color: #000000;
	width: 310px !important;
}


#prod002 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(255,174,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}



#prod003 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(255,126,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod004 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(255,48,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}



#prod005 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(220,0,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}



#prod006 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(161,0,98) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}

#prod016 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(161,0,155) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod007 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(161,0,155) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}



#prod008 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(0,0,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod009 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(114,0,161) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod010 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(49,0,161) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod011 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(0,192,50) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod012 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(255,255,255) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod013 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(32,226,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod014 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(177,242,0) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}


#prod015 {
	border-style: none none solid none !important; 
	border-bottom-color: rgb(255,255,255) !important;
	border-right-color: #919191;
	border-left-color: #919191;
	border-top-color: #000000 !important;
	
	background-color: #000000;
	width: 310px !important;
}*/

/*
#prod001:hover {
	background-color: rgb(255,204,0) !important;
}

#prod002:hover {
	background-color: rgb(255,174,0) !important;
}

#prod003:hover {
	background-color: rgb(255,126,0) !important;
}

#prod004:hover {
	background-color: rgb(255,48,0) !important;
}

#prod005:hover {
	background-color: rgb(220,0,0) !important;
}

#prod006:hover {
	background-color: rgb(161,0,98) !important;
}

#prod007:hover {
	background-color: rgb(161,0,155) !important;
}

#prod008:hover {
	background-color: rgb(114,0,161) !important;
}

#prod009:hover {
	background-color: rgb(114,0,161) !important;
}

#prod010:hover {
	background-color: rgb(49,0,161) !important;
}

#prod011:hover {
	background-color: rgb(0,192,50) !important;
}

#prod012:hover {
	background-color: rgb(255,255,255) !important;
}

#prod013:hover {
	background-color: rgb(32,226,0) !important;
}

#prod014:hover {
	background-color: rgb(177,242,0) !important;
}

#prod015:hover {
	background-color: rgb(255,255,255) !important;
	color: #000000 !important;
}*/
