/* ######### Matt Black Strip Main Menu Bar CSS ######### */

/* #########********************* Making the Revolution drop down Menu CSS *********************######### */
    
.makingrevolutionmenu{
font-weight: bold;
width: 100%;
border: 1px solid gray;
border-width: 1px 0;
}

.makingrevolutionmenu ul{
padding: 5px 0px 5px 0px; /*1st and 3rd value should equal 1st and 3rd values of "padding" for link itself (see ul li a)*/
margin: 0px 0px 0px 0px;
text-align: center; /*set value to "left", "center", or "right"*/
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: white;
}

.makingrevolutionmenu ul li{
display: inline;
}

.makingrevolutionmenu ul li a{
color: white;
padding: 5px 30px 5px 30px; /*adds padding to the top, right, bottom, left of the menu title */
margin: 0px 0px 0px 0px;
text-decoration: none;
border-left: 1px solid #000000; /* this is the border between the tabs it can be removed LM */
}


.makingrevolutionmenu li a:hover{
background-color: #000000; /*background of tabs for hover state LM changed from lightyellow */
color: white; /*font color or selected theme on hover LM changed from black */
}

.makingrevolutionmenu a.selected{
background-color: #000000; /*background of tab with "selected" class assigned to its LI  LM changed from lightyellow */
color: white; /*font color or selected theme on hover LM changed from black */
}
