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

.mattblackmenu ul{
margin: 0;
margin-top:1px;
float:right;
padding: 0;
font-family:'BebasRegular';
font-family:'RobotoBoldCondensed', Arial, sans-serif;;
font-size:15px;
color:#000000;
text-decoration:none;
text-transform:none;
font-weight:normal;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #cccccc;*/
overflow: hidden;
height:40px;
/*width: 100%;*/
list-style:none;
}

.mattblackmenu li{
display: inline;
margin: 0;
color:#000000;
text-transform:uppercase;
list-style:none;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 20px; /*padding inside each tab*/
border-right: 1px solid #D8D8D8; /*right divider between tabs*/
color: #000000;
/*font-weight:bold;*/
/*background: #ffffff;*/
padding-bottom:10px;
}

.mattblackmenu li a:visited{
/*color: #000000;*/
}

.mattblackmenu li a:hover{
background: #f7941e; /*background of tabs for hover state */
color:white;
border-radius:8px 8px 0px 0px;
}

.mattblackmenu a.selected{
/*background: #f7941e; *//*background of tab with "selected" class assigned to its LI */
color:white;
background: #f7941e;
border-radius:8px 8px 0px 0px;
}


/************************************************************************************************************/
                                        /* BUSINESS SEGMENT MENU */
/************************************************************************************************************/


.mattblackmenu1
{
margin: 0;

font-family:'RobotoBoldCondensed', Arial, sans-serif;
font-size:15px;
background:url(../images/arrow-drop.jpg) no-repeat right center #0058a8;
text-decoration:none;
text-transform:uppercase;
font-weight:normal;
color:#ffffff;
}

.mattblackmenu1 a
{
font-family:'RobotoBoldCondensed', Arial, sans-serif;
font-size:15px;
text-decoration:none;
text-transform:none;
font-weight:normal;
color:#ffffff;
display:block;
padding:0px 15px 2px 10px;
}

.mattblackmenu1 a.hover{
color:#FF9900;
}

.mattblackmenu1 a.selected{
/*background: #f7941e; *//*background of tab with "selected" class assigned to its LI */
color:#FF9900;
/*background: #f7941e;*/
border-radius:8px 8px 0px 0px;
}



