/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0; 
padding: 0;
font: bold 14px Calibri, Arial, Helvetica, sans-serif;
list-style-type: none;
border-bottom: 0px solid gray;
background: none;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a, .mattblackmenu li a:visited{
float: right;
display: block; 
text-decoration: none;
margin: 0; margin-right:5px; margin-top:18px;
padding: 4px 8px; /*padding inside each tab*/
border: 1px solid #333; /*right divider between tabs*/
color: #ccc;
background: none;
}


.mattblackmenu li a:hover, .mattblackmenu a.selected{
	background: #ddd; /*background of tabs for hover state */
	color:#000; text-decoration:none;border: 1px solid #ddd;
}







/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.topmenu ul{
float: right;
margin: 0;
padding: 0;
font: bold 11px arial;
list-style-type: none;
}

.topmenu li{
float: left;
margin: 0;
padding: 0; /*padding inside each tab*/
border-right: 1px solid #555; /*right divider between tabs*/
padding:0 10px;
}

#header-top .topmenu li a{
text-decoration: none;
color:#d8d8d8; display:inline;
}

#header-top .topmenu li a:visited{
color: #d8d8d8;
}

#header-top .topmenu li a:hover{
background: none; /*background of tabs for hover state */
color:#f79b3e;
}

#header-top .topmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
color:#f79b3e;
}
