/* menu::base 
background:url(/images/menuimages/main-bg1.png) repeat-x;
*/
div#menu {
    height:41px;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

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: 41px;
    display: block;
    float: left;
    line-height: 41px;
    font: normal 14px Arial;
}
/* text-decoration: none; */

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/menuimages/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(/images/menuimages/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #13296e;
}
div#menu span {
    margin-top: 5px;
	color: #13296e;
}

div#menu ul ul span {
	color: rgb(19,41,110);
}
/* div#menu li { background: url(/images/menuimages/main-delimiter.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: 38px;
    left: -999em;
    width: 183px;
    padding: 5px 0 0 0;
    background: rgb(192,192,192);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(19,41,110);
    text-decoration: none;
}

div#menu ul ul ul a {
    text-decoration: underline;
}

div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(19,41,110);
}

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 183px !important;
    margin-left:193px;
    width:250px;
}

/* colors */
div#menu ul ul ul { background: rgb(192,192,192); }
div#menu ul ul ul ul { background: rgb(192,192,192); }
div#menu ul ul ul ul { background: rgb(192,192,192); }

/* lava lamp 
div#menu li.back {
    background: url(/images/menuimages/lava.png) no-repeat right -44px !important;
    background-image: url(/images/menuimages/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(/images/menuimages/lava.png) no-repeat top left !important;
    background-image: url(/images/menuimages/lava.gif);
    height: 44px;
    margin-right: 8px;
}
*/
