
/* menu::base */
div#menu {
	clear:both;
    height:33px;
    background:url(images/main-bg1.png) repeat-x;
	width:100%
}

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 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 33px;
    display: block;
    float: left;
    line-height: 33px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
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-delimiter1.png) 98% 1px no-repeat; }
div#menu li.last {background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }

div#menu ul ul {
    position: absolute;
    top: 34px;
    left: -999em;
    width: 163px;
    padding: 10px 0 15px 0;
    background: #eff6ff;
    margin-top:1px;
	margin-left:-1px;
	border:#6298db 1px solid;
}

div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
	text-align:left;
    margin-top: 0;
    margin-right: 15px;
    _margin-right: 20px;
    color:#6298db;
}
div#menu ul ul a:hover span {
    color: #6298db;
	padding-left:18px;
	background:#6298db;
}

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: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: #bcd9fd; }
div#menu ul ul ul ul { background: #039; }
div#menu ul ul ul ul { background: #FC3; }

/* 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: 44px;
    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: 44px;
    margin-right: 8px;
}


