/* ######### Matt Tabs Main Menu Bar CSS ######### */

.borotabs ul{
margin: 0;
padding: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
/*border-bottom: 1px solid gray;
background: white;*/
overflow: hidden;
width: 100%;
  /*margin-top:10px;
  height:30px;*/
}

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

.borotabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;

padding: 12px 14px 13px 15px;
/*padding: 8px 15px;*/ /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/
color: #231f20 !important;
/*background: #fff;*/
position: relative;
}

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

.borotabs li a:hover{
/*background: #510000; /*background of tabs for hover state */
    background: #e4dfd6;
}

.borotabs a.selected{
/*background: #510000; /*background of tab with "selected" class assigned to its LI 
 background: #8b0304;*/
  background: #e4dfd6;
}

/*#hmtopmenubar {padding-left:20px;}*/
#hmtopmenubar ul { background: url(/application/themes/edinboro/images/template/slice-main-menu-bar.png) repeat-x; font-family: 'Source Sans Pro', sans-serif; font-size:12pt; }