.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 20;
}
.menu a {
    text-decoration: none;
}
.menu > li {
    margin-left: 10px;
    line-height: 35px;
}
/*.menu > li:first {*/
.menu > li:nth-child(1) {
    margin-left: 0px !important;
}
.menu > li > a {
    padding: 5px 30px 7px 30px;
    background-color: #000;
    margin: 0;
    width: 100%;
    text-decoration: none;
    color: #FFD700;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 0.8em;
}
.home .homeMenu,
.commercial .commercialMenu,
.personal .personalMenu,
.collected .collectedMenu {
    background-color: #444;
    /*border-radius: 8px 0px 0px 8px; 
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;*/
}
div.box {
    position: absolute;
    z-index: -1;
    background-color: #888;
    left: 0;
    top: 0;
    border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
}
li.pull-down {
    padding-right:6px;
}
li.pull-down > a {
    background-image: url('./images/darrow.png');
    background-position: 90% 60%;
    background-repeat: no-repeat;
    padding: 5px 30px 7px 30px;
    /*padding: 0 40px 0 0; /* the right padding sets menu spacing */
    /*padding-right: 20px;*/
    /*font-weight: bold;*/
}
li.right-menu > a {
    background-image: url('./images/rarrow.png');
    background-position: 90% 45%;
    background-repeat: no-repeat;
    /*font-weight: normal;*/
}
.menu a.selected {
    background-color: #AAA;
    color: #000;
    /*border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;*/
}
.menu li {
    float: left;
    position: relative;
}

.menu ul {
    position: absolute;
    display: none;
    width: 220px;
    /*top: 2.5em; /*padding-right: 10px;*/
    background-color: #DDD; /*#666; /*-moz-opacity: .50;     filter: alpha(opacity=50);   */  
    opacity: 1.0;
    border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
}
.menu li a:hover {
    background-color: #444;
    border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
}

.menu li ul a {
    width: 220px;
    height: 30px; /*auto;*/
    float: left;
    color: #222;
    padding: 5px 0 0 5px;  /*0 10px */
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    text-align: left;
    line-height: 20px;
}
.menu li ul li {
    padding: 0;
    margin: 0;
    /*border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;*/
}
.menu ul ul {
    top: auto;
}

.menu li ul ul {
    left: 220px; /*margin: 0px 0 0 10px;*/
    border-left: 1px solid #666; 
}
.menu-item-selected > a {
    background-color: #AAA;
    color: #222;
    /*-moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;*/
}
.menu-item-selected > a:hover {
    background-color: #666;
    color: #EEE !important;
}

