/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0px 0 0px 0;
font:12px Arial, Helvetica, sans-serif;
color:#595858;
list-style-type: none;
background:#525252 url(../images/nav-lft.gif) left top no-repeat;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 16px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color:#fff;
background:url(../images/bulet.gif) right center no-repeat;
}

.mattblackmenu li a{
text-decoration: none;
margin: 0;
color:#fff;
}

/*.mattblackmenu li a:visited{
color:#0074B4;
}*/

.mattblackmenu li a:hover{
background:none; color:#ffed0d; /*background of tabs for hover state */

}

.mattblackmenu a.active{
background:none; color:#ffed0d; /*background of tab with "selected" class assigned to its LI */

}
.mattblackmenu .li{
background:none; color:#fff; /*background of tab with "selected" class assigned to its LI */
}

/*-----------------------------------------------------------B Crum Css ----------------------------------------------------*/

.bc ul{
margin: 0;
padding: 0px 0 0px 0;
font:12px Arial, Helvetica, sans-serif;
color:#595858;
list-style-type: none;
background:#fff;
overflow: hidden;
width: 100%;
}

.bc li{
display: inline;
margin: 0;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 16px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color:#000;
background:url(../images/black-errow.gif) right center no-repeat;
}

.bc li a{
text-decoration: none;
margin: 0;
color:#000;
}

/*.bc li a:visited{
color:#0074B4;
}*/

.bc li a:hover{
background:none; color:#000000; /*background of tabs for hover state */

}

.bc a.active{
background:none; color:#000000; /*background of tab with "selected" class assigned to its LI */

}
.bc .li{
background:none; color:#000000; /*background of tab with "selected" class assigned to its LI */
}
