
div#menu {
    height:37px;
    /*background:url(../images/main-bg.png) repeat-x;*/
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float:left;
}
div#menu ul.menu {
    padding-left:0px;
}

div#menu li {
    position:relative;
    z-index:9;
    margin:0;
    padding:0 0px 0 0;
    display:block;
    float:left;
}
div#menu li:hover>ul {
    left:-2px;
}

div#menu a {
    position:relative;
    z-index:10;
    height:37px;
    display:block;
    float:left;
    line-height:37px;
    text-decoration:none;
    font:bold 12px Arial, Helvetica, sans-serif narrow;
}
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;
	font-size:12px;
}
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: 0px 0px 0 0px;
    line-height:37px;
    color:#fff;
}
div#menu span {
    margin-top: 7px;
}/**@replace#1*/
div#menu li { 
	background: url(../images/menu_sep.gif) 98% 4px no-repeat;
	padding:0 6px 0 3px;}
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { 
	background: none;}
	
div#menu ul ul {
    position:absolute;
    top:35px;
    left:-999em;
    width:163px;
    padding:5px 0 0 0;
    background:rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding:0 0 0 0;
    height:25px;
    float:none;
    display:block;
    line-height:24px;
    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:#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:-38px 0 0 163px !important;
    margin-left:172px;
}

/* 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 -42px !important;
    background-image:url(../images/lava.gif);
    width:13px;
    height:44px;
    z-index:8;
    position:absolute;
    margin:-4px 0 0 -8px;
}
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#menu {margin:5px auto; }
/*div#copyright {
    font:11px 'Trebuchet MS';
    color:#222;
    text-indent:30px;
    padding:40px 0 0 0;
}
div#copyright a {color:#aaa; }
div#copyright a:hover {color:#222; }*/

