

.invertedshiftdown2 a:hover{
"
"
}

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 0px solid #262f33; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 25px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 5px 0 0; /*Margin between each menu item*/
padding: 40px 10px 5px 10px; /*Padding within each menu item*/
background-color: transparent; /*Default menu color*/
border-bottom: 8px solid transparent;
}

.invertedshiftdown2 a:hover{
background-color: #262f33; /*Highlight red color theme*/
padding-top: 40px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #262f33; /*Highlight red color theme*/
color: transparent;
}

.invertedshiftdown2 a:hover{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #262f33; /*Highlight red color theme*/
padding-top: 40px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #262f33; /*Highlight red color theme*/
color: transparent;
font-color: white;
}

.invertedshiftdown2 .current a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
}


