/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.xppromenu ul{
font-size: 11px;
list-style-type: none;
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
padding-left:50px;
padding-top:10px;
font-weight:bold;
}

.xppromenu li{
text-decoration: none;
display: inline;
margin: 0;
font-weight:bold;
}

.xppromenu li a{
text-decoration: none;
float: left;
display: block;
margin: 0px;
padding: 8px; /*padding inside each tab*/
font-weight:bold;
}

.xppromenu li a:visited{
text-decoration: none;
}

.xppromenu li a:hover, .xppromenu li a:visited:hover{
background:#fff9a0; /*background of tabs for hover state */
text-decoration: none;
border: 1px solid #ea8b00; /*Chuy*/
}

.xppromenu a.selected{
background: #fff9a0; /*background of tabs for hover state */
text-decoration: none;
border: 1px solid #ea8b00; /*Chuy*/
}