@charset "utf-8";
/* CSS Document */

.searchResultTab{
padding: 5px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

width: 100%;
border-bottom: 5px solid #FEA257; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.searchResultTab li{
display: inline;
margin: 2;
}

.searchResultTab a {
position: relative;
z-index: 1;
font: bold 11px Arial;
color: white;
text-decoration: none;
padding: 4px 7px;
margin-right: 5px;
background: #0398DF; /*Brown color theme*/ 
border-bottom: 1px solid white;
}

.searchResultTab a:hover{
background-color: #FEA257; /*Brown color theme*/ 
color: white;
}

.searchResultTab a.selected{ /*currently selected tab*/
background-color: #FEA257; /*Brown color theme*/ 
color: white;
border-color: #FEA257; /*Brown color theme*/ 
}

