/* CSS Document */

body { background:#000 }

#NavMenuList {
    position: absolute;
    left: 120px; top: 70px;
    height: 40px;
    margin: 0; padding: 0;
    display: inline; white-space: nowrap;
    clear: both;
}
#NavMenuList li {
    display: inline;
    list-style: none; white-space: nowrap;
}
#NavMenuList a {
    padding: 2px 10px;
    width: auto; height: 18px;
    color: #FFF; background-color: #000;
    font: 14px Arial;
    text-decoration: none;
    float: left; display: block;
    border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#NavMenuList a:hover {
    /* color: #000; background-color: #FFF; */
}
#NavMenuList .NavSubMenuList {
    visibility: hidden;
    position: absolute; height: 20px;
    left: 0; top: 26px;
    width: 100%; display: inline; white-space: nowrap;
    margin: 0; padding: 0; border: 0px;
	border-bottom: hidden; border-bottom-style: hidden; border-bottom-color:#000000;
}
#NavMenuList .NavSubMenuList li a {
    font: 11px Arial;
	color: #FFF;
    background-color: #000;
    float: left;
	border-bottom: hidden; border-bottom-style: hidden; border-bottom-color:#000000;
}
#NavMenuList .NavSubMenuList li a:hover {
    color: #000; background-color: #FFF;
}
#NavMenuListTitle {
    display: none;
}


/* Navigate */ 

#NavMenuList {
    color: #000; background-color: transparent;
    font: Arial;
    padding: 3px; margin-left: 40px;
}
.NavSubMenuList li {
    display: inline;
    list-style: none;
}
#NavMenuListTitle {
    display: block; margin-left: 40px;
}

