/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}

/*  Boring Fire Menu Style */
.bfmenu ul{
margin: 0;
padding: 0;
padding-top: 8px;
font: 20px "Times New Roman", Times, serif;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;
*/
border-bottom: none;
/*background: url(../../images/nav_bar_bkgrd.png) center no-repeat;*/
overflow: hidden;
width: 100%;
height: 35px;
}

.bfmenu li{
display: inline;
margin: 0;
}

.bfmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 5px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
/*background: #414141;*/
background: none;
text-wrap: none;
text-align: center;
width: 170px;
}

.bfmenu li#short_nav a{
width: 150px;
text-align: center;
}

.bfmenu li#last_nav a{
border-right: none; /*right divider between tabs*/
width: 145px;
text-align: center;
}


/*.bfmenu li a:visited{
color: white;
}
*/
.bfmenu li a:hover{
/*background: black;*/ /*background of tabs for hover state */
background: url(../../images/nav_active_bkgrd_175.png) center no-repeat;
color: #000;
}
.bfmenu li#short_nav a:hover {
background: url(../../images/nav_active_bkgrd.png) center no-repeat;
color: #000;
}

.bfmenu li#last_nav a:hover {
background: url(../../images/nav_active_bkgrd.png) center no-repeat;
color: #000;
}

.bfmenu li a.selected {
/*background: url(../../images/nav_active_bkgrd.png) center no-repeat;*/ /*background of tab with "selected" class assigned to its LI */
background: url(../../images/nav_active_bkgrd_175.png) center no-repeat;
color: #000;	
}

.bfmenu li#short_nav a.selected{
/*background: url(../../images/nav_active_bkgrd.png) center no-repeat;*/ /*background of tab with "selected" class assigned to its LI */
background: url(../../images/nav_active_bkgrd.png) center no-repeat;
color: #000;
}

.bfmenu li#last_nav a.selected{
/*background: url(../../images/nav_active_bkgrd.png) center no-repeat;*/ /*background of tab with "selected" class assigned to its LI */
background: url(../../images/nav_active_bkgrd.png) center no-repeat;
color: #000;
}

/*  Boring Fire MEMBERS ONLY Menu Style */
.members_bfmenu ul{
margin: 0;
padding: 0;
padding-top: 0px;
font: 14px "Times New Roman", Times, serif;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #414141;
*/
border-bottom: none;
/*background: url(../../images/nav_bar_bkgrd.png) center no-repeat;*/
overflow: hidden;
width: 100%;
height: 25px;
}

.members_bfmenu li{
display: inline;
margin: 0;
}

.members_bfmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 5px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
/*background: #414141;*/
background: none;
text-wrap: none;
text-align: center;
width: 170px;
}

.members_bfmenu li#short_nav a{
width: 150px;
text-align: center;
}

.members_bfmenu li#last_nav a{
border-right: none; /*right divider between tabs*/
width: 145px;
text-align: center;
}


/*.members_bfmenu li a:visited{
color: white;
}
*/
.members_bfmenu li a:hover{
/*background: black;*/ /*background of tabs for hover state */
background: url(../../images/nav_members_active_bkgrd_175.png) center no-repeat;
color: #000;
}
.members_bfmenu li#short_nav a:hover {
background: url(../../images/nav_members_active_bkgrd.png) center no-repeat;
color: #000;
}

.members_bfmenu li#last_nav a:hover {
background: url(../../images/nav_members_active_bkgrd.png) center no-repeat;
color: #000;
}

.members_bfmenu li a.selected {
/*background: url(../../images/nav_active_bkgrd.png) center no-repeat;*/ /*background of tab with "selected" class assigned to its LI */
background: url(../../images/nav_members_active_bkgrd_175.png) center no-repeat;
color: #000;	
}

.members_bfmenu li#short_nav a.selected{
/*background: url(../../images/nav_active_bkgrd.png) center no-repeat;*/ /*background of tab with "selected" class assigned to its LI */
background: url(../../images/nav_members_active_bkgrd.png) center no-repeat;
color: #000;
}

.members_bfmenu li#last_nav a.selected{
/*background: url(../../images/nav_active_bkgrd.png) center no-repeat;*/ /*background of tab with "selected" class assigned to its LI */
background: url(../../images/nav_members_active_bkgrd.png) center no-repeat;
color: #000;
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.bluewhite li a{
background: white;
color: #2828FF;
}

.bluewhite li a:hover{
background: #2828FF;
color: white;
}
