.menu{
font-size: 16px;
background-color: #619080;
width: 100%;
border: 0;
padding: 0;
border-top: 2px solid black;
/*border-bottom: 2px solid black;*/
height: 34px;
font-weight: bolder;
line-height: 1.5;
}

.menu ul{
margin:0;
margin-right: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
/*background-color: white;*/
}

.menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}

.menu a{
float: right;
display: block;
color: #ffe376;
text-decoration: none;
margin: 0 10px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
/*background-color: #ffe376; /*Default menu color*/
/*border-bottom: 2px solid black;*/
}

.menu a:hover{
background-color: #ffe376;
/*padding-top: 10px; Set padding-top value to default's padding-top + padding-bottom 
padding-bottom: 0; Set padding-bottom value to 0 */
border-bottom-color: black; /*Highlight red color theme*/
color: black;
}

.menu .current a{ /** currently selected menu item **/
background-color: black; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
/*border-bottom-color: black; */
color: white;
}
