/* CSS Document */
.invertedshiftdown2{
padding: 0;
width: 100%;
margin-left: 20%;
background: transparent;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
voice-family: "\"}\"";
voice-family: inherit;
margin-top: 1px;
clear: both;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 0px; /*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;
color:#FFFFFF;
}

.invertedshiftdown2 a:link, .invertedshiftdown2 a:visited, .invertedshiftdown2 a:active{
float: left;
display: block;
font-size: 14px;
color: white;
text-decoration: none;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #6EAEC9; /*Default menu color*/
border-bottom: 4px solid #6EAEC9;
}

.invertedshiftdown2 a:hover{
background-color:#639A3C; /*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:#639A3C; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color:#639A3C; /*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:#639A3C; /*Highlight red color theme*/
color: black;
}
