#menu-bg {
	background: #1E3227;
	height: 45px;
}
div#menu a {
color: #DDBB04; }
div#menu {
    height:30px;
    background:url(images/mainbl-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
	
    padding: 0 13px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 0;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
	color: #DDBB04;
}
div#menu a:hover, div#menu a:hover span { color: #FFA500; }
div#menu li.current a {}

div#menu span {
    display: block;
	color: #DDBB04;
    cursor: pointer;
	font-size: 11px;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer1.png);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover1.png);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 20 10px;
    line-height: 25px;
    color: #e5e5e5;	
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images/main-delimiter1.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: 45px;
    left: -999em;
    width: 213px;	
    padding: 0px 0 0 0;
    background: rgb(30,50,39);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 20px;
    height: auto;
    float: none;
    display: block;
	
    line-height: 34px;
    color: rgb(169,169,169);
}
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: #FFA500;
	
}
div#menu ul ul li.last { background: rgb(51,51,51); }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -25px 0 0 163px !important;
	background: rgb(51,51,51);
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(75,75,75); }
div#menu ul ul ul ul { background: rgb(75,75,75); }
div#menu ul ul ul ul { background: rgb(75,75,75); }

/* lava lamp */
div#menu li.back {
    background: url(images/links.png) no-repeat right -34px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 41px;
	width:225px;
    z-index: 1;
    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: 20px;
	
    margin-right: 8px;
}

